Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- accept() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5ServerSocket
B
- bind(SocketAddress) - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5DatagramSocket
- bind(SocketAddress) - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5ServerSocket
- bind(SocketAddress) - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5Socket
- bind(SocketAddress, int) - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5ServerSocket
C
- CLIENT_BIND_HOST - Static variable in class com.github.jh3nd3rs0n.jargyle.client.GeneralPropertySpecConstants
-
PropertySpec
constant forsocksClient.clientBindHost
: theHost
for the binding host name or address for the client socket that is used to connect to the SOCKS server (default is0.0.0.0
). - CLIENT_BIND_PORT_RANGES - Static variable in class com.github.jh3nd3rs0n.jargyle.client.GeneralPropertySpecConstants
-
PropertySpec
constant forsocksClient.clientBindPortRanges
: thePortRanges
for the binding port ranges for the client socket that is used to connect to the SOCKS server (default is0
). - CLIENT_CONNECT_TIMEOUT - Static variable in class com.github.jh3nd3rs0n.jargyle.client.GeneralPropertySpecConstants
-
PropertySpec
constant forsocksClient.clientConnectTimeout
: thePositiveInteger
for the timeout in milliseconds on waiting for the client socket to connect to the SOCKS server (default is60000
). - CLIENT_SOCKET_SETTINGS - Static variable in class com.github.jh3nd3rs0n.jargyle.client.GeneralPropertySpecConstants
-
PropertySpec
constant forsocksClient.clientSocketSettings
: theSocketSettings
for the client socket that is used to connect to the SOCKS server. - close() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5DatagramSocket
- close() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5ServerSocket
- close() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5Socket
- com.github.jh3nd3rs0n.jargyle.client - module com.github.jh3nd3rs0n.jargyle.client
-
Defines the SOCKS client API.
- com.github.jh3nd3rs0n.jargyle.client - package com.github.jh3nd3rs0n.jargyle.client
-
Provides classes for the SOCKS client API.
- com.github.jh3nd3rs0n.jargyle.client.socks5 - package com.github.jh3nd3rs0n.jargyle.client.socks5
-
Provides classes for the SOCKS5 protocol for
com.github.jh3nd3rs0n.jargyle.client
. - connect(InetAddress, int) - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5DatagramSocket
- connect(SocketAddress) - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5DatagramSocket
- connect(SocketAddress) - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5Socket
- connect(SocketAddress, int) - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5Socket
D
- DEFAULT_PORT - Static variable in class com.github.jh3nd3rs0n.jargyle.client.SocksServerUri
-
The
Port
of the default port. - DEFAULT_PORT_INT_VALUE - Static variable in class com.github.jh3nd3rs0n.jargyle.client.SocksServerUri
-
The
int
value of the default port. - disconnect() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5DatagramSocket
- DTLS_ENABLED - Static variable in class com.github.jh3nd3rs0n.jargyle.client.DtlsPropertySpecConstants
-
PropertySpec
constant forsocksClient.dtls.enabled
: theBoolean
value to indicate if DTLS connections to the SOCKS server are enabled (default isfalse
). - DTLS_ENABLED_CIPHER_SUITES - Static variable in class com.github.jh3nd3rs0n.jargyle.client.DtlsPropertySpecConstants
-
PropertySpec
constant forsocksClient.dtls.enabledCipherSuites
: theCommaSeparatedValues
of acceptable cipher suites enabled for DTLS connections to the SOCKS server. - DTLS_ENABLED_PROTOCOLS - Static variable in class com.github.jh3nd3rs0n.jargyle.client.DtlsPropertySpecConstants
-
PropertySpec
constant forsocksClient.dtls.enabledProtocols
: theCommaSeparatedValues
of acceptable protocol versions enabled for DTLS connections to the SOCKS server. - DTLS_PROTOCOL - Static variable in class com.github.jh3nd3rs0n.jargyle.client.DtlsPropertySpecConstants
-
PropertySpec
constant forsocksClient.dtls.protocol
: the protocol version for the DTLS connections to the SOCKS server (default isDTLSv1.2
). - DTLS_TRUST_STORE_FILE - Static variable in class com.github.jh3nd3rs0n.jargyle.client.DtlsPropertySpecConstants
-
PropertySpec
constant forsocksClient.dtls.trustStoreFile
: theFile
for the trust store file for the DTLS connections to the SOCKS server. - DTLS_TRUST_STORE_INPUT_STREAM - Static variable in class com.github.jh3nd3rs0n.jargyle.client.DtlsPropertySpecConstants
-
PropertySpec
constant forsocksClient.dtls.trustStoreInputStream
: theInputStream
of the trust store for the DTLS connections to the SOCKS server. - DTLS_TRUST_STORE_PASSWORD - Static variable in class com.github.jh3nd3rs0n.jargyle.client.DtlsPropertySpecConstants
-
PropertySpec
constant forsocksClient.dtls.trustStorePassword
: theEncryptedPassword
for the password for the trust store for the DTLS connections to the SOCKS server. - DTLS_TRUST_STORE_TYPE - Static variable in class com.github.jh3nd3rs0n.jargyle.client.DtlsPropertySpecConstants
-
PropertySpec
constant forsocksClient.dtls.trustStoreType
: the type of trust store file for the DTLS connections to the SOCKS server (default isPKCS12
). - DTLS_WRAPPED_RECEIVE_BUFFER_SIZE - Static variable in class com.github.jh3nd3rs0n.jargyle.client.DtlsPropertySpecConstants
-
PropertySpec
constant forsocksClient.dtls.wrappedReceiveBufferSize
: thePositiveInteger
for the buffer size for receiving DTLS wrapped datagrams for the DTLS connections to the SOCKS server. - DtlsPropertySpecConstants - Class in com.github.jh3nd3rs0n.jargyle.client
-
DTLS specific
PropertySpec
constants.
E
- equals(Object) - Method in class com.github.jh3nd3rs0n.jargyle.client.Properties
- equals(Object) - Method in class com.github.jh3nd3rs0n.jargyle.client.Property
- equals(Object) - Method in class com.github.jh3nd3rs0n.jargyle.client.PropertySpec
- equals(Object) - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5ServerUri
- equals(Object) - Method in class com.github.jh3nd3rs0n.jargyle.client.SocksServerUri
- equals(Object) - Method in class com.github.jh3nd3rs0n.jargyle.client.UserInfo
F
- FailureReplyException - Exception Class in com.github.jh3nd3rs0n.jargyle.client.socks5
- FailureReplyException(Socks5Client, Reply) - Constructor for exception class com.github.jh3nd3rs0n.jargyle.client.socks5.FailureReplyException
G
- GeneralPropertySpecConstants - Class in com.github.jh3nd3rs0n.jargyle.client
-
General
PropertySpec
constants. - getBroadcast() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5DatagramSocket
- getCause() - Method in exception class com.github.jh3nd3rs0n.jargyle.client.SocksClientSocketException
- getChainedSocksClient() - Method in class com.github.jh3nd3rs0n.jargyle.client.SocksClient
-
Returns the
SocksClient
chained to thisSocksClient
. - getChannel() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5DatagramSocket
- getChannel() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5ServerSocket
- getChannel() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5Socket
- getDefault() - Static method in class com.github.jh3nd3rs0n.jargyle.client.NetObjectFactory
-
Returns the default instance of
NetObjectFactory
. - getDefaultProperty() - Method in class com.github.jh3nd3rs0n.jargyle.client.PropertySpec
-
Returns the default
Property
. - getFailureReply() - Method in exception class com.github.jh3nd3rs0n.jargyle.client.socks5.FailureReplyException
- getHost() - Method in class com.github.jh3nd3rs0n.jargyle.client.SocksServerUri
-
Returns the
Host
of thisSocksServerUri
. - getInetAddress() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5DatagramSocket
- getInetAddress() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5ServerSocket
- getInetAddress() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5Socket
- getInputStream() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5Socket
- getInstance() - Static method in class com.github.jh3nd3rs0n.jargyle.client.NetObjectFactory
-
Returns a
NetObjectFactory
. - getKeepAlive() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5Socket
- getLocalAddress() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5DatagramSocket
- getLocalAddress() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5Socket
- getLocalPort() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5DatagramSocket
- getLocalPort() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5ServerSocket
- getLocalPort() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5Socket
- getLocalSocketAddress() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5DatagramSocket
- getLocalSocketAddress() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5ServerSocket
- getLocalSocketAddress() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5Socket
- getName() - Method in class com.github.jh3nd3rs0n.jargyle.client.Property
-
Returns the name of this
Property
. - getName() - Method in class com.github.jh3nd3rs0n.jargyle.client.PropertySpec
-
Returns the name of the
Property
. - getOOBInline() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5Socket
- getOption(SocketOption<T>) - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5DatagramSocket
- getOption(SocketOption<T>) - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5ServerSocket
- getOption(SocketOption<T>) - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5Socket
- getOutputStream() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5Socket
- getPort() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5DatagramSocket
- getPort() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5Socket
- getPort() - Method in class com.github.jh3nd3rs0n.jargyle.client.SocksServerUri
-
Returns the
Port
of thisSocksServerUri
ornull
if thePort
was not provided. - getPortOrDefault() - Method in class com.github.jh3nd3rs0n.jargyle.client.SocksServerUri
-
Returns the
Port
of thisSocksServerUri
or the defaultPort
if thePort
was not provided. - getProperties() - Method in class com.github.jh3nd3rs0n.jargyle.client.SocksClient
-
Returns the
Properties
of thisSocksClient
. - getPropertySpec() - Method in class com.github.jh3nd3rs0n.jargyle.client.Property
-
Returns the
PropertySpec
that defines thisProperty
. - getReceiveBufferSize() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5DatagramSocket
- getReceiveBufferSize() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5ServerSocket
- getReceiveBufferSize() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5Socket
- getRemoteSocketAddress() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5DatagramSocket
- getRemoteSocketAddress() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5Socket
- getReuseAddress() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5DatagramSocket
- getReuseAddress() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5ServerSocket
- getReuseAddress() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5Socket
- getScheme() - Method in class com.github.jh3nd3rs0n.jargyle.client.SocksServerUri
-
Returns the
Scheme
of thisSocksServerUri
. - getSendBufferSize() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5DatagramSocket
- getSendBufferSize() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5Socket
- getSocks5Client() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5DatagramSocket
- getSocks5Client() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5HostResolver
- getSocks5Client() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5ServerSocket
- getSocks5Client() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5Socket
- getSocksClient() - Method in exception class com.github.jh3nd3rs0n.jargyle.client.SocksClientIOException
-
Returns the
SocksClient
. - getSocksClient() - Method in exception class com.github.jh3nd3rs0n.jargyle.client.SocksClientSocketException
-
Returns the underlying
SocksClient
. - getSocksClient() - Method in class com.github.jh3nd3rs0n.jargyle.client.SocksNetObjectFactory
-
Returns the
SocksClient
of thisSocksNetObjectFactory
. - getSocksServerUri() - Method in class com.github.jh3nd3rs0n.jargyle.client.SocksClient
-
Returns the
SocksServerUri
of thisSocksClient
. - getSoLinger() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5Socket
- getSoTimeout() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5DatagramSocket
- getSoTimeout() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5ServerSocket
- getSoTimeout() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5Socket
- getTcpNoDelay() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5Socket
- getTrafficClass() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5DatagramSocket
- getTrafficClass() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5Socket
- getUserInfo() - Method in class com.github.jh3nd3rs0n.jargyle.client.SocksServerUri
-
Returns the
UserInfo
of thisSocksServerUri
ornull
if theUserInfo
was not provided. - getValue() - Method in class com.github.jh3nd3rs0n.jargyle.client.Property
-
Returns the value of this
Property
. - getValue(PropertySpec<V>) - Method in class com.github.jh3nd3rs0n.jargyle.client.Properties
-
Returns the value or default value of the
Property
defined by the providedPropertySpec
of the specified value type. - getValueType() - Method in class com.github.jh3nd3rs0n.jargyle.client.PropertySpec
-
Returns the value type of the
Property
.
H
- hashCode() - Method in class com.github.jh3nd3rs0n.jargyle.client.Properties
- hashCode() - Method in class com.github.jh3nd3rs0n.jargyle.client.Property
- hashCode() - Method in class com.github.jh3nd3rs0n.jargyle.client.PropertySpec
- hashCode() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5ServerUri
- hashCode() - Method in class com.github.jh3nd3rs0n.jargyle.client.SocksServerUri
- hashCode() - Method in class com.github.jh3nd3rs0n.jargyle.client.UserInfo
- HostResolver - Class in com.github.jh3nd3rs0n.jargyle.client
-
Resolves the provided host.
- HostResolver() - Constructor for class com.github.jh3nd3rs0n.jargyle.client.HostResolver
-
Constructs a
HostResolver
.
I
- isBound() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5DatagramSocket
- isBound() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5ServerSocket
- isBound() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5Socket
- isClosed() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5DatagramSocket
- isClosed() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5ServerSocket
- isClosed() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5Socket
- isConnected() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5DatagramSocket
- isConnected() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5Socket
- isInputShutdown() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5Socket
- isOutputShutdown() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5Socket
N
- NetObjectFactory - Class in com.github.jh3nd3rs0n.jargyle.client
-
A factory that creates networking objects such as
DatagramSocket
s,HostResolver
s,ServerSocket
s, andSocket
s. - NetObjectFactory() - Constructor for class com.github.jh3nd3rs0n.jargyle.client.NetObjectFactory
-
Allows the construction of subclass instances.
- newDatagramSocket() - Method in class com.github.jh3nd3rs0n.jargyle.client.NetObjectFactory
-
Returns a new
DatagramSocket
bound to any available local port and the wildcard address. - newDatagramSocket() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5NetObjectFactory
- newDatagramSocket(int) - Method in class com.github.jh3nd3rs0n.jargyle.client.NetObjectFactory
-
Returns a new
DatagramSocket
bound to the provided local port and the wildcard address. - newDatagramSocket(int) - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5NetObjectFactory
- newDatagramSocket(int, InetAddress) - Method in class com.github.jh3nd3rs0n.jargyle.client.NetObjectFactory
-
Returns a new
DatagramSocket
bound to the provided local port and the provided localInetAddress
. - newDatagramSocket(int, InetAddress) - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5NetObjectFactory
- newDatagramSocket(SocketAddress) - Method in class com.github.jh3nd3rs0n.jargyle.client.NetObjectFactory
-
Returns a new
DatagramSocket
bound to the provided localSocketAddress
or a new unboundDatagramSocket
if the provided localSocketAddress
isnull
. - newDatagramSocket(SocketAddress) - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5NetObjectFactory
- newHostResolver() - Method in class com.github.jh3nd3rs0n.jargyle.client.NetObjectFactory
-
Returns a new
HostResolver
. - newHostResolver() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5NetObjectFactory
- newInstance() - Static method in class com.github.jh3nd3rs0n.jargyle.client.SocksClient
-
Returns a new
SocksClient
from the system propertysocksClient.socksServerUri
and system properties defined by otherPropertySpec
constants classes. - newInstance() - Static method in class com.github.jh3nd3rs0n.jargyle.client.SocksNetObjectFactory
-
Returns a new
SocksNetObjectFactory
from the system propertysocksClient.socksServerUri
and system properties defined by otherPropertySpec
constants classes. - newInstance() - Static method in class com.github.jh3nd3rs0n.jargyle.client.SocksServerUri
-
Returns a new
SocksServerUri
from the system propertysocksClient.socksServerUri
. - newInstance(String) - Static method in class com.github.jh3nd3rs0n.jargyle.client.UserInfo
-
Returns a new
UserInfo
of the provided user information. - newInstance(String, V) - Static method in class com.github.jh3nd3rs0n.jargyle.client.Property
-
Returns a new
Property
of the specified value type with the provided name specified by aPropertySpec
and the provided value. - newInstanceFrom(String) - Static method in class com.github.jh3nd3rs0n.jargyle.client.SocksServerUri
-
Returns a new
SocksServerUri
from the providedString
of a URI. - newInstanceFrom(URI) - Static method in class com.github.jh3nd3rs0n.jargyle.client.SocksServerUri
-
Returns a new
SocksServerUri
from the providedURI
. - newInstanceWithParsedValue(String, String) - Static method in class com.github.jh3nd3rs0n.jargyle.client.Property
-
Returns a new
Property
of theObject
value type with the provided name specified by aPropertySpec
and with the parsed value from the providedString
value. - newProperty(V) - Method in class com.github.jh3nd3rs0n.jargyle.client.PropertySpec
-
Returns a new
Property
with the provided value. - newPropertyWithParsedValue(String) - Method in class com.github.jh3nd3rs0n.jargyle.client.PropertySpec
-
Returns a new
Property
with the parsed value from the providedString
value. - newServerSocket() - Method in class com.github.jh3nd3rs0n.jargyle.client.NetObjectFactory
-
Returns a new unbound
ServerSocket
. - newServerSocket() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5NetObjectFactory
- newServerSocket(int) - Method in class com.github.jh3nd3rs0n.jargyle.client.NetObjectFactory
-
Returns a new
ServerSocket
bound to the provided local port. - newServerSocket(int) - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5NetObjectFactory
- newServerSocket(int, int) - Method in class com.github.jh3nd3rs0n.jargyle.client.NetObjectFactory
-
Returns a new
ServerSocket
bound to the provided local port with the provided maximum length of the queue of incoming connections. - newServerSocket(int, int) - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5NetObjectFactory
- newServerSocket(int, int, InetAddress) - Method in class com.github.jh3nd3rs0n.jargyle.client.NetObjectFactory
-
Returns a new
ServerSocket
bound to the provided local port and the provided localInetAddress
with the provided maximum length of the queue of incoming connections. - newServerSocket(int, int, InetAddress) - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5NetObjectFactory
- newSocket() - Method in class com.github.jh3nd3rs0n.jargyle.client.NetObjectFactory
-
Returns a new unconnected
Socket
. - newSocket() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5NetObjectFactory
- newSocket(String, int) - Method in class com.github.jh3nd3rs0n.jargyle.client.NetObjectFactory
-
Returns a new
Socket
connected to the provided remote host and the provided remote port. - newSocket(String, int) - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5NetObjectFactory
- newSocket(String, int, InetAddress, int) - Method in class com.github.jh3nd3rs0n.jargyle.client.NetObjectFactory
-
Returns a new
Socket
connected to the provided remote host and the provided remote port and bound to the provided localInetAddress
and the provided local port. - newSocket(String, int, InetAddress, int) - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5NetObjectFactory
- newSocket(InetAddress, int) - Method in class com.github.jh3nd3rs0n.jargyle.client.NetObjectFactory
-
Returns a new
Socket
connected to the provided remoteInetAddress
and the provided remote port. - newSocket(InetAddress, int) - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5NetObjectFactory
- newSocket(InetAddress, int, InetAddress, int) - Method in class com.github.jh3nd3rs0n.jargyle.client.NetObjectFactory
-
Returns a new
Socket
connected to the provided remoteInetAddress
and the provided remote port and bound to the provided localInetAddress
and the provided local port. - newSocket(InetAddress, int, InetAddress, int) - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5NetObjectFactory
- newSocksClient(Properties) - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5ServerUri
- newSocksClient(Properties) - Method in class com.github.jh3nd3rs0n.jargyle.client.SocksServerUri
-
Returns a new
SocksClient
with the providedProperties
. - newSocksClient(Properties, SocksClient) - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5ServerUri
- newSocksClient(Properties, SocksClient) - Method in class com.github.jh3nd3rs0n.jargyle.client.SocksServerUri
-
Returns a new
SocksClient
with the providedProperties
and the optionally providedSocksClient
to be chained to the newSocksClient
. - newSocksNetObjectFactory() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5Client
- newSocksNetObjectFactory() - Method in class com.github.jh3nd3rs0n.jargyle.client.SocksClient
-
Returns a new
SocksNetObjectFactory
. - newSocksServerUri(UserInfo, Host, Port) - Method in enum class com.github.jh3nd3rs0n.jargyle.client.Scheme
-
Returns a new
SocksServerUri
with the optionally providedUserInfo
, the providedHost
, and the optionally providedPort
. - newSocksServerUri(String) - Method in enum class com.github.jh3nd3rs0n.jargyle.client.Scheme
-
Returns a new
SocksServerUri
with the provided host. - newSocksServerUri(String, int) - Method in enum class com.github.jh3nd3rs0n.jargyle.client.Scheme
-
Returns a new
SocksServerUri
with the provided host and the provided port. - newSocksServerUri(String, String) - Method in enum class com.github.jh3nd3rs0n.jargyle.client.Scheme
-
Returns a new
SocksServerUri
with the provided user information and the provided host. - newSocksServerUri(String, String, int) - Method in enum class com.github.jh3nd3rs0n.jargyle.client.Scheme
-
Returns a new
SocksServerUri
with the provided user information, the provided host, and the provided port.
O
- of(Properties) - Static method in class com.github.jh3nd3rs0n.jargyle.client.Properties
-
Returns a
Properties
of anotherProperties
. - of(Property<?>...) - Static method in class com.github.jh3nd3rs0n.jargyle.client.Properties
-
Returns a
Properties
of the providedProperty
s. - of(List<Property<?>>) - Static method in class com.github.jh3nd3rs0n.jargyle.client.Properties
-
Returns a
Properties
of the providedList
ofProperty
s.
P
- parse(String) - Method in class com.github.jh3nd3rs0n.jargyle.client.PropertySpec
-
Returns the parsed value from the provided
String
value. - Properties - Class in com.github.jh3nd3rs0n.jargyle.client
-
A collection of
Property
s. - Property<V> - Class in com.github.jh3nd3rs0n.jargyle.client
-
A property of the specified value type.
- PropertySpec<V> - Class in com.github.jh3nd3rs0n.jargyle.client
-
The specification of a
Property
of the specified value type. - PropertySpec(String, Class<V>, V) - Constructor for class com.github.jh3nd3rs0n.jargyle.client.PropertySpec
-
Constructs a
PropertySpec
with the provided name, the provided value type, and the provided default value.
R
- receive(DatagramPacket) - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5DatagramSocket
- resolve(String) - Method in class com.github.jh3nd3rs0n.jargyle.client.HostResolver
-
Resolves the provided host and returns an
InetAddress
of the provided host. - resolve(String) - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5HostResolver
S
- Scheme - Enum Class in com.github.jh3nd3rs0n.jargyle.client
-
Specifies what SOCKS protocol is to be used to access the SOCKS server.
- send(DatagramPacket) - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5DatagramSocket
- sendUrgentData(int) - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5Socket
- setBroadcast(boolean) - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5DatagramSocket
- setKeepAlive(boolean) - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5Socket
- setOOBInline(boolean) - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5Socket
- setOption(SocketOption<T>, T) - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5DatagramSocket
- setOption(SocketOption<T>, T) - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5ServerSocket
- setOption(SocketOption<T>, T) - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5Socket
- setPerformancePreferences(int, int, int) - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5ServerSocket
- setPerformancePreferences(int, int, int) - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5Socket
- setReceiveBufferSize(int) - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5DatagramSocket
- setReceiveBufferSize(int) - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5ServerSocket
- setReceiveBufferSize(int) - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5Socket
- setReuseAddress(boolean) - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5DatagramSocket
- setReuseAddress(boolean) - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5ServerSocket
- setReuseAddress(boolean) - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5Socket
- setSendBufferSize(int) - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5DatagramSocket
- setSendBufferSize(int) - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5Socket
- setSoLinger(boolean, int) - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5Socket
- setSoTimeout(int) - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5DatagramSocket
- setSoTimeout(int) - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5ServerSocket
- setSoTimeout(int) - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5Socket
- setTcpNoDelay(boolean) - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5Socket
- setTrafficClass(int) - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5DatagramSocket
- setTrafficClass(int) - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5Socket
- shutdownInput() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5Socket
- shutdownOutput() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5Socket
- SOCKS_SERVER_URI - Static variable in class com.github.jh3nd3rs0n.jargyle.client.GeneralPropertySpecConstants
-
PropertySpec
constant forsocksClient.socksServerUri
: theSocksServerUri
for the URI of the SOCKS server. - SOCKS5 - Enum constant in enum class com.github.jh3nd3rs0n.jargyle.client.Scheme
-
SOCKS protocol version 5.
- SOCKS5_GSSAPIMETHOD_MECHANISM_OID - Static variable in class com.github.jh3nd3rs0n.jargyle.client.Socks5PropertySpecConstants
-
PropertySpec
constant forsocksClient.socks5.gssapimethod.mechanismOid
: theOid
for the object ID for the GSS-API authentication mechanism to the SOCKS5 server (default is1.2.840.113554.1.2.2
). - SOCKS5_GSSAPIMETHOD_NEC_REFERENCE_IMPL - Static variable in class com.github.jh3nd3rs0n.jargyle.client.Socks5PropertySpecConstants
-
PropertySpec
constant forsocksClient.socks5.gssapimethod.necReferenceImpl
: theBoolean
value to indicate if the exchange of the GSS-API protection level negotiation must be unprotected should the SOCKS5 server use the NEC reference implementation (default isfalse
). - SOCKS5_GSSAPIMETHOD_PROTECTION_LEVELS - Static variable in class com.github.jh3nd3rs0n.jargyle.client.Socks5PropertySpecConstants
-
PropertySpec
constant forsocksClient.socks5.gssapimethod.protectionLevels
: theProtectionLevels
for acceptable protection levels after GSS-API authentication with the SOCKS5 server (The first is preferred while the remaining are acceptable if the server does not accept the first) (default isREQUIRED_INTEG_AND_CONF,REQUIRED_INTEG,NONE
). - SOCKS5_GSSAPIMETHOD_SERVICE_NAME - Static variable in class com.github.jh3nd3rs0n.jargyle.client.Socks5PropertySpecConstants
-
PropertySpec
constant forsocksClient.socks5.gssapimethod.serviceName
: the GSS-API service name for the SOCKS5 server. - SOCKS5_GSSAPIMETHOD_SUGGESTED_CONF - Static variable in class com.github.jh3nd3rs0n.jargyle.client.Socks5PropertySpecConstants
-
PropertySpec
constant forsocksClient.socks5.gssapimethod.suggestedConf
: theBoolean
value for the suggested privacy (or confidentiality) state for GSS-API messages sent after GSS-API authentication with the SOCKS5 server (applicable if the negotiated protection level isSELECTIVE_INTEG_OR_CONF
) (default istrue
). - SOCKS5_GSSAPIMETHOD_SUGGESTED_INTEG - Static variable in class com.github.jh3nd3rs0n.jargyle.client.Socks5PropertySpecConstants
-
PropertySpec
constant forsocksClient.socks5.gssapimethod.suggestedInteg
: theInteger
for the suggested quality-of-protection (or integrity) value for GSS-API messages sent after GSS-API authentication with the SOCKS5 server (applicable if the negotiated protection level isSELECTIVE_INTEG_OR_CONF
) (default is0
). - SOCKS5_METHODS - Static variable in class com.github.jh3nd3rs0n.jargyle.client.Socks5PropertySpecConstants
-
PropertySpec
constant forsocksClient.socks5.methods
: theMethods
for acceptable authentication methods to the SOCKS5 server (default isNO_AUTHENTICATION_REQUIRED
). - SOCKS5_SOCKS5_DATAGRAM_SOCKET_CLIENT_INFO_UNAVAILABLE - Static variable in class com.github.jh3nd3rs0n.jargyle.client.Socks5PropertySpecConstants
-
PropertySpec
constant forsocksClient.socks5.socks5DatagramSocket.clientInfoUnavailable
: theBoolean
value to indicate if the client information expected to be used to send UDP datagrams (address and port) is unavailable to be sent to the SOCKS5 server (an address and port of all zeros is sent instead) (default isfalse
). - SOCKS5_SOCKS5_HOST_RESOLVER_RESOLVE_FROM_SOCKS5_SERVER - Static variable in class com.github.jh3nd3rs0n.jargyle.client.Socks5PropertySpecConstants
-
PropertySpec
constant forsocksClient.socks5.socks5HostResolver.resolveFromSocks5Server
: theBoolean
value to indicate if host names are to be resolved from the SOCKS5 server (default isfalse
). - SOCKS5_USERPASSMETHOD_PASSWORD - Static variable in class com.github.jh3nd3rs0n.jargyle.client.Socks5PropertySpecConstants
-
PropertySpec
constant forsocksClient.socks5.userpassmethod.password
: theEncryptedPassword
for the password to be used to access the SOCKS5 server. - SOCKS5_USERPASSMETHOD_USERNAME - Static variable in class com.github.jh3nd3rs0n.jargyle.client.Socks5PropertySpecConstants
-
PropertySpec
constant forsocksClient.socks5.userpassmethod.username
: the username to be used to access the SOCKS5 server. - Socks5Client - Class in com.github.jh3nd3rs0n.jargyle.client.socks5
- Socks5ClientIOException - Exception Class in com.github.jh3nd3rs0n.jargyle.client.socks5
- Socks5ClientIOException(Socks5Client, String) - Constructor for exception class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5ClientIOException
- Socks5ClientIOException(Socks5Client, Throwable) - Constructor for exception class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5ClientIOException
- Socks5DatagramSocket - Class in com.github.jh3nd3rs0n.jargyle.client.socks5
- Socks5HostResolver - Class in com.github.jh3nd3rs0n.jargyle.client.socks5
- Socks5NetObjectFactory - Class in com.github.jh3nd3rs0n.jargyle.client.socks5
- Socks5PropertySpecConstants - Class in com.github.jh3nd3rs0n.jargyle.client
-
SOCKS5 specific
PropertySpec
constants. - Socks5ServerSocket - Class in com.github.jh3nd3rs0n.jargyle.client.socks5
- Socks5ServerUri - Class in com.github.jh3nd3rs0n.jargyle.client.socks5
- Socks5ServerUri(UserInfo, Host, Port) - Constructor for class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5ServerUri
- Socks5Socket - Class in com.github.jh3nd3rs0n.jargyle.client.socks5
- SocksClient - Class in com.github.jh3nd3rs0n.jargyle.client
-
A SOCKS client.
- SocksClient(SocksServerUri, Properties) - Constructor for class com.github.jh3nd3rs0n.jargyle.client.SocksClient
-
Constructs a
SocksClient
with the providedSocksServerUri
and the providedProperties
. - SocksClient(SocksServerUri, Properties, SocksClient) - Constructor for class com.github.jh3nd3rs0n.jargyle.client.SocksClient
-
Constructs a
SocksClient
with the providedSocksServerUri
, the providedProperties
, and the optionally providedSocksClient
to be chained to the constructedSocksClient
. - SocksClientIOException - Exception Class in com.github.jh3nd3rs0n.jargyle.client
-
Thrown when an I/O error occurs from the
SocksClient
. - SocksClientIOException(SocksClient, String) - Constructor for exception class com.github.jh3nd3rs0n.jargyle.client.SocksClientIOException
-
Constructs a
SocksClientIOException
with the providedSocksClient
and the provided message. - SocksClientIOException(SocksClient, Throwable) - Constructor for exception class com.github.jh3nd3rs0n.jargyle.client.SocksClientIOException
-
Constructs a
SocksClientIOException
with the providedSocksClient
and the provided cause. - SocksClientSocketException - Exception Class in com.github.jh3nd3rs0n.jargyle.client
-
Thrown when an error occurs in creating or accessing a Socket that has an underlying
SocksClient
. - SocksClientSocketException(SocksClient, Throwable) - Constructor for exception class com.github.jh3nd3rs0n.jargyle.client.SocksClientSocketException
-
Constructs a
SocksClientSocketException
with the provided underlyingSocksClient
and the provided cause. - SocksNetObjectFactory - Class in com.github.jh3nd3rs0n.jargyle.client
-
An implementation of
NetObjectFactory
that creates networking objects whose traffic would be routed through the SOCKS server. - SocksNetObjectFactory(SocksClient) - Constructor for class com.github.jh3nd3rs0n.jargyle.client.SocksNetObjectFactory
-
Constructs a
SocksNetObjectFactory
with the providedSocksClient
. - SocksServerUri - Class in com.github.jh3nd3rs0n.jargyle.client
-
The URI of the SOCKS server.
- SocksServerUri(Scheme, UserInfo, Host, Port) - Constructor for class com.github.jh3nd3rs0n.jargyle.client.SocksServerUri
-
Constructs a
SocksServerUri
with the providedScheme
, the optionally providedUserInfo
, the providedHost
, and the optionally providedPort
. - SSL_ENABLED - Static variable in class com.github.jh3nd3rs0n.jargyle.client.SslPropertySpecConstants
-
PropertySpec
constant forsocksClient.ssl.enabled
: theBoolean
value to indicate if SSL/TLS connections to the SOCKS server are enabled (default isfalse
). - SSL_ENABLED_CIPHER_SUITES - Static variable in class com.github.jh3nd3rs0n.jargyle.client.SslPropertySpecConstants
-
PropertySpec
constant forsocksClient.ssl.enabledCipherSuites
: theCommaSeparatedValues
of acceptable cipher suites enabled for SSL/TLS connections to the SOCKS server. - SSL_ENABLED_PROTOCOLS - Static variable in class com.github.jh3nd3rs0n.jargyle.client.SslPropertySpecConstants
-
PropertySpec
constant forsocksClient.ssl.enabledProtocols
: theCommaSeparatedValues
of acceptable protocol versions enabled for SSL/TLS connections to the SOCKS server. - SSL_KEY_STORE_FILE - Static variable in class com.github.jh3nd3rs0n.jargyle.client.SslPropertySpecConstants
-
PropertySpec
constant forsocksClient.ssl.keyStoreFile
: theFile
for the key store file for the SSL/TLS connections to the SOCKS server. - SSL_KEY_STORE_INPUT_STREAM - Static variable in class com.github.jh3nd3rs0n.jargyle.client.SslPropertySpecConstants
-
PropertySpec
constant forsocksClient.ssl.keyStoreInputStream
: theInputStream
of the key store for the SSL/TLS connections to the SOCKS server. - SSL_KEY_STORE_PASSWORD - Static variable in class com.github.jh3nd3rs0n.jargyle.client.SslPropertySpecConstants
-
PropertySpec
constant forsocksClient.ssl.keyStorePassword
: theEncryptedPassword
for the password for the key store for the SSL/TLS connections to the SOCKS server. - SSL_KEY_STORE_TYPE - Static variable in class com.github.jh3nd3rs0n.jargyle.client.SslPropertySpecConstants
-
PropertySpec
constant forsocksClient.ssl.keyStoreType
: the type of key store file for the SSL/TLS connections to the SOCKS server (default isPKCS12
). - SSL_PROTOCOL - Static variable in class com.github.jh3nd3rs0n.jargyle.client.SslPropertySpecConstants
-
PropertySpec
constant forsocksClient.ssl.protocol
: the protocol version for the SSL/TLS connections to the SOCKS server (default isTLSv1.2
). - SSL_TRUST_STORE_FILE - Static variable in class com.github.jh3nd3rs0n.jargyle.client.SslPropertySpecConstants
-
PropertySpec
constant forsocksClient.ssl.trustStoreFile
: theFile
for the trust store file for the SSL/TLS connections to the SOCKS server. - SSL_TRUST_STORE_INPUT_STREAM - Static variable in class com.github.jh3nd3rs0n.jargyle.client.SslPropertySpecConstants
-
PropertySpec
constant forsocksClient.ssl.trustStoreInputStream
: theInputStream
for the trust store for the SSL/TLS connections to the SOCKS server. - SSL_TRUST_STORE_PASSWORD - Static variable in class com.github.jh3nd3rs0n.jargyle.client.SslPropertySpecConstants
-
PropertySpec
constant forsocksClient.ssl.trustStorePassword
: theEncryptedPassword
for the password for the trust store for the SSL/TLS connections to the SOCKS server. - SSL_TRUST_STORE_TYPE - Static variable in class com.github.jh3nd3rs0n.jargyle.client.SslPropertySpecConstants
-
PropertySpec
constant forsocksClient.ssl.trustStoreType
: the type of trust store file for the SSL/TLS connections to the SOCKS server (default isPKCS12
). - SslPropertySpecConstants - Class in com.github.jh3nd3rs0n.jargyle.client
-
SSL/TLS specific
PropertySpec
constants. - supportedOptions() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5DatagramSocket
- supportedOptions() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5ServerSocket
- supportedOptions() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5Socket
T
- toMap() - Method in class com.github.jh3nd3rs0n.jargyle.client.Properties
-
Returns an unmodifiable
Map
ofProperty
s each associated by theirPropertySpec
. - toString() - Method in class com.github.jh3nd3rs0n.jargyle.client.Properties
-
Returns the
String
representation of thisProperties
. - toString() - Method in class com.github.jh3nd3rs0n.jargyle.client.Property
-
Returns the
String
representation of thisProperty
. - toString() - Method in class com.github.jh3nd3rs0n.jargyle.client.PropertySpec
-
Returns the
String
representation of thisPropertySpec
. - toString() - Method in enum class com.github.jh3nd3rs0n.jargyle.client.Scheme
-
Returns the
String
representation of thisScheme
. - toString() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5DatagramSocket
- toString() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5NetObjectFactory
- toString() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5ServerSocket
- toString() - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5Socket
- toString() - Method in class com.github.jh3nd3rs0n.jargyle.client.SocksClient
-
Returns the
String
representation of thisSocksClient
. - toString() - Method in class com.github.jh3nd3rs0n.jargyle.client.SocksServerUri
-
Returns the
String
representation of thisSocksServerUri
. - toString() - Method in class com.github.jh3nd3rs0n.jargyle.client.UserInfo
-
Returns the
String
representation of thisUserInfo
. - toURI() - Method in class com.github.jh3nd3rs0n.jargyle.client.SocksServerUri
-
Returns the
URI
of thisSocksServerUri
.
U
- UserInfo - Class in com.github.jh3nd3rs0n.jargyle.client
-
Specifies the user information to be used to access the SOCKS server.
V
- validate(V) - Method in class com.github.jh3nd3rs0n.jargyle.client.PropertySpec
-
Returns the valid provided value.
- valueOf(String) - Static method in enum class com.github.jh3nd3rs0n.jargyle.client.Scheme
-
Returns the enum constant of this class with the specified name.
- valueOfString(String) - Static method in enum class com.github.jh3nd3rs0n.jargyle.client.Scheme
-
Returns the enum constant of the provided
String
representation. - values() - Static method in class com.github.jh3nd3rs0n.jargyle.client.DtlsPropertySpecConstants
-
Returns an unmodifiable
List
of thePropertySpec
constants. - values() - Static method in class com.github.jh3nd3rs0n.jargyle.client.GeneralPropertySpecConstants
-
Returns an unmodifiable
List
of thePropertySpec
constants. - values() - Static method in enum class com.github.jh3nd3rs0n.jargyle.client.Scheme
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in class com.github.jh3nd3rs0n.jargyle.client.Socks5PropertySpecConstants
-
Returns an unmodifiable
List
of thePropertySpec
constants. - values() - Static method in class com.github.jh3nd3rs0n.jargyle.client.SslPropertySpecConstants
-
Returns an unmodifiable
List
of thePropertySpec
constants. - valuesMap() - Static method in class com.github.jh3nd3rs0n.jargyle.client.DtlsPropertySpecConstants
-
Returns an unmodifiable
Map
of thePropertySpec
constants each associated by the name they specify for theirProperty
. - valuesMap() - Static method in class com.github.jh3nd3rs0n.jargyle.client.GeneralPropertySpecConstants
-
Returns an unmodifiable
Map
of thePropertySpec
constants each associated by the name they specify for theirProperty
. - valuesMap() - Static method in class com.github.jh3nd3rs0n.jargyle.client.Socks5PropertySpecConstants
-
Returns an unmodifiable
Map
of thePropertySpec
constants each associated by the name they specify for theirProperty
. - valuesMap() - Static method in class com.github.jh3nd3rs0n.jargyle.client.SslPropertySpecConstants
-
Returns an unmodifiable
Map
of thePropertySpec
constants each associated by the name they specify for theirProperty
.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form