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
-
PropertySpecconstant forsocksClient.clientBindHost: theHostfor the binding host name or address for the client socket that is used to connect to the SOCKS server (default value is0.0.0.0). - CLIENT_BIND_HOST_ADDRESS_TYPES - Static variable in class com.github.jh3nd3rs0n.jargyle.client.GeneralPropertySpecConstants
-
PropertySpecconstant forsocksClient.clientBindHostAddressTypes: theHostAddressTypesfor the acceptable binding host address types for the client socket that is used to connect to the SOCKS server (default value isHOST_IPV4_ADDRESS,HOST_IPV6_ADDRESS). - CLIENT_BIND_PORT_RANGES - Static variable in class com.github.jh3nd3rs0n.jargyle.client.GeneralPropertySpecConstants
-
PropertySpecconstant forsocksClient.clientBindPortRanges: thePortRangesfor the binding port ranges for the client socket that is used to connect to the SOCKS server (default value is0). - CLIENT_CONNECT_TIMEOUT - Static variable in class com.github.jh3nd3rs0n.jargyle.client.GeneralPropertySpecConstants
-
PropertySpecconstant forsocksClient.clientConnectTimeout: theNonNegativeIntegerfor the timeout in milliseconds on waiting for the client socket to connect to the SOCKS server (a timeout of0is interpreted as an infinite timeout) (default value is60000). - CLIENT_NET_INTERFACE - Static variable in class com.github.jh3nd3rs0n.jargyle.client.GeneralPropertySpecConstants
-
PropertySpecconstant forsocksClient.clientNetInterface: theNetInterfacefor the network interface that provides a binding host address for the client socket that is used to connect to the SOCKS server. - CLIENT_SOCKET_SETTINGS - Static variable in class com.github.jh3nd3rs0n.jargyle.client.GeneralPropertySpecConstants
-
PropertySpecconstant forsocksClient.clientSocketSettings: theSocketSettingsfor 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
Portof the default port. - DEFAULT_PORT_INT_VALUE - Static variable in class com.github.jh3nd3rs0n.jargyle.client.SocksServerUri
-
The
intvalue 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
-
PropertySpecconstant forsocksClient.dtls.enabled: theBooleanvalue to indicate if DTLS connections to the SOCKS server are enabled (default value isfalse). - DTLS_ENABLED_CIPHER_SUITES - Static variable in class com.github.jh3nd3rs0n.jargyle.client.DtlsPropertySpecConstants
-
PropertySpecconstant forsocksClient.dtls.enabledCipherSuites: theCommaSeparatedValuesof acceptable cipher suites enabled for DTLS connections to the SOCKS server. - DTLS_ENABLED_PROTOCOLS - Static variable in class com.github.jh3nd3rs0n.jargyle.client.DtlsPropertySpecConstants
-
PropertySpecconstant forsocksClient.dtls.enabledProtocols: theCommaSeparatedValuesof acceptable protocol versions enabled for DTLS connections to the SOCKS server. - DTLS_PROTOCOL - Static variable in class com.github.jh3nd3rs0n.jargyle.client.DtlsPropertySpecConstants
-
PropertySpecconstant forsocksClient.dtls.protocol: the protocol version for the DTLS connections to the SOCKS server (default value isDTLSv1.2). - DTLS_TRUST_STORE_BYTES - Static variable in class com.github.jh3nd3rs0n.jargyle.client.DtlsPropertySpecConstants
-
PropertySpecconstant forsocksClient.dtls.trustStoreBytes: theBytesfor the trust store for the DTLS connections to the SOCKS server. - DTLS_TRUST_STORE_FILE - Static variable in class com.github.jh3nd3rs0n.jargyle.client.DtlsPropertySpecConstants
-
PropertySpecconstant forsocksClient.dtls.trustStoreFile: theFilefor the trust store file for the DTLS connections to the SOCKS server. - DTLS_TRUST_STORE_PASSWORD - Static variable in class com.github.jh3nd3rs0n.jargyle.client.DtlsPropertySpecConstants
-
PropertySpecconstant forsocksClient.dtls.trustStorePassword: theEncryptedPasswordfor 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
-
PropertySpecconstant forsocksClient.dtls.trustStoreType: the type of trust store for the DTLS connections to the SOCKS server (default value isPKCS12). - DTLS_WRAPPED_RECEIVE_BUFFER_SIZE - Static variable in class com.github.jh3nd3rs0n.jargyle.client.DtlsPropertySpecConstants
-
PropertySpecconstant forsocksClient.dtls.wrappedReceiveBufferSize: thePositiveIntegerfor 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
PropertySpecconstants.
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
PropertySpecconstants. - 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
SocksClientchained 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
Hostof 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
Portof thisSocksServerUriornullif thePortwas not provided. - getPortOrDefault() - Method in class com.github.jh3nd3rs0n.jargyle.client.SocksServerUri
-
Returns the
Portof thisSocksServerUrior the defaultPortif thePortwas not provided. - getProperties() - Method in class com.github.jh3nd3rs0n.jargyle.client.SocksClient
-
Returns the
Propertiesof thisSocksClient. - getPropertySpec() - Method in class com.github.jh3nd3rs0n.jargyle.client.Property
-
Returns the
PropertySpecthat 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
- 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.Socks5NetObjectFactory
- 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
SocksClientof thisSocksNetObjectFactory. - getSocksServerUri() - Method in class com.github.jh3nd3rs0n.jargyle.client.SocksClient
-
Returns the
SocksServerUriof thisSocksClient. - getSocksServerUriScheme() - Method in class com.github.jh3nd3rs0n.jargyle.client.SocksServerUri
-
Returns the
SocksServerUriSchemeof thisSocksServerUri. - 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
UserInfoof thisSocksServerUriornullif theUserInfowas 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
Propertydefined by the providedPropertySpecof 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 name or address by returning an
InetAddressof the provided host name or address. - 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
DatagramSockets,HostResolvers,ServerSockets, andSockets. - 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
DatagramSocketbound 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
DatagramSocketbound 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
DatagramSocketbound 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
DatagramSocketbound to the provided localSocketAddressor a new unboundDatagramSocketif the provided localSocketAddressisnull. - 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
SocksClientfrom the system propertysocksClient.socksServerUriand system properties defined by otherPropertySpecconstants classes. - newInstance() - Static method in class com.github.jh3nd3rs0n.jargyle.client.SocksNetObjectFactory
-
Returns a new
SocksNetObjectFactoryfrom the system propertysocksClient.socksServerUriand system properties defined by otherPropertySpecconstants classes. - newInstance() - Static method in class com.github.jh3nd3rs0n.jargyle.client.SocksServerUri
-
Returns a new
SocksServerUrifrom the system propertysocksClient.socksServerUri. - newInstance(String) - Static method in class com.github.jh3nd3rs0n.jargyle.client.UserInfo
-
Returns a new
UserInfoof the provided user information. - newInstance(String, V) - Static method in class com.github.jh3nd3rs0n.jargyle.client.Property
-
Returns a new
Propertyof the specified value type with the provided name specified by aPropertySpecand the provided value. - newInstanceFrom(String) - Static method in class com.github.jh3nd3rs0n.jargyle.client.SocksServerUri
-
Returns a new
SocksServerUrifrom the providedStringof a URI. - newInstanceFrom(URI) - Static method in class com.github.jh3nd3rs0n.jargyle.client.SocksServerUri
-
Returns a new
SocksServerUrifrom the providedURI. - newInstanceWithParsedValue(String, String) - Static method in class com.github.jh3nd3rs0n.jargyle.client.Property
-
Returns a new
Propertyof theObjectvalue type with the provided name specified by aPropertySpecand with the parsed value from the providedStringvalue. - newProperty(V) - Method in class com.github.jh3nd3rs0n.jargyle.client.PropertySpec
-
Returns a new
Propertywith the provided value. - newPropertyWithParsedValue(String) - Method in class com.github.jh3nd3rs0n.jargyle.client.PropertySpec
-
Returns a new
Propertywith the parsed value from the providedStringvalue. - 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
ServerSocketbound 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
ServerSocketbound 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
ServerSocketbound to the provided local port and the provided localInetAddresswith 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
Socketconnected 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
Socketconnected to the provided remote host and the provided remote port and bound to the provided localInetAddressand 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
Socketconnected to the provided remoteInetAddressand 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
Socketconnected to the provided remoteInetAddressand the provided remote port and bound to the provided localInetAddressand 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
SocksClientwith 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
SocksClientwith the providedPropertiesand the optionally providedSocksClientto 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.SocksServerUriScheme
-
Returns a new
SocksServerUriwith the optionally providedUserInfo, the providedHost, and the optionally providedPort. - newSocksServerUri(String) - Method in enum class com.github.jh3nd3rs0n.jargyle.client.SocksServerUriScheme
-
Returns a new
SocksServerUriwith the provided host. - newSocksServerUri(String, int) - Method in enum class com.github.jh3nd3rs0n.jargyle.client.SocksServerUriScheme
-
Returns a new
SocksServerUriwith the provided host and the provided port. - newSocksServerUri(String, String) - Method in enum class com.github.jh3nd3rs0n.jargyle.client.SocksServerUriScheme
-
Returns a new
SocksServerUriwith the provided user information and the provided host. - newSocksServerUri(String, String, int) - Method in enum class com.github.jh3nd3rs0n.jargyle.client.SocksServerUriScheme
-
Returns a new
SocksServerUriwith 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
Propertiesof anotherProperties. - of(Property<?>...) - Static method in class com.github.jh3nd3rs0n.jargyle.client.Properties
-
Returns a
Propertiesof the providedPropertys. - of(List<Property<?>>) - Static method in class com.github.jh3nd3rs0n.jargyle.client.Properties
-
Returns a
Propertiesof the providedListofPropertys.
P
- parse(String) - Method in class com.github.jh3nd3rs0n.jargyle.client.PropertySpec
-
Returns the parsed value from the provided
Stringvalue. - Properties - Class in com.github.jh3nd3rs0n.jargyle.client
-
A collection of
Propertys. - 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
Propertyof the specified value type. - PropertySpec(String, Class<V>, V) - Constructor for class com.github.jh3nd3rs0n.jargyle.client.PropertySpec
-
Constructs a
PropertySpecwith 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 name or address and returns an
InetAddressof the provided host or address. - resolve(String) - Method in class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5HostResolver
S
- 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_GSSAPIAUTHMETHOD_MECHANISM_OID - Static variable in class com.github.jh3nd3rs0n.jargyle.client.SocksPropertySpecConstants
-
PropertySpecconstant forsocksClient.socks.gssapiauthmethod.mechanismOid: theOidfor the object ID for the GSS-API authentication mechanism to the SOCKS server (default value is1.2.840.113554.1.2.2). - SOCKS_GSSAPIAUTHMETHOD_NEC_REFERENCE_IMPL - Static variable in class com.github.jh3nd3rs0n.jargyle.client.SocksPropertySpecConstants
-
PropertySpecconstant forsocksClient.socks.gssapiauthmethod.necReferenceImpl: theBooleanvalue to indicate if the exchange of the GSS-API protection level negotiation must be unprotected should the SOCKS server use the NEC reference implementation (default value isfalse). - SOCKS_GSSAPIAUTHMETHOD_PROTECTION_LEVELS - Static variable in class com.github.jh3nd3rs0n.jargyle.client.SocksPropertySpecConstants
-
PropertySpecconstant forsocksClient.socks.gssapiauthmethod.protectionLevels: theCommaSeparatedValuesfor acceptable protection levels after GSS-API authentication with the SOCKS server (The first is preferred while the remaining are acceptable if the server does not accept the first) (default value isREQUIRED_INTEG_AND_CONF,REQUIRED_INTEG,NONE). - SOCKS_GSSAPIAUTHMETHOD_SERVICE_NAME - Static variable in class com.github.jh3nd3rs0n.jargyle.client.SocksPropertySpecConstants
-
PropertySpecconstant forsocksClient.socks.gssapiauthmethod.serviceName: the GSS-API service name for the SOCKS server. - SOCKS_GSSAPIAUTHMETHOD_SUGGESTED_CONF - Static variable in class com.github.jh3nd3rs0n.jargyle.client.SocksPropertySpecConstants
-
PropertySpecconstant forsocksClient.socks.gssapiauthmethod.suggestedConf: theBooleanvalue for the suggested privacy (or confidentiality) state for GSS-API messages sent after GSS-API authentication with the SOCKS server (applicable if the negotiated protection level isSELECTIVE_INTEG_OR_CONF) (default value istrue). - SOCKS_GSSAPIAUTHMETHOD_SUGGESTED_INTEG - Static variable in class com.github.jh3nd3rs0n.jargyle.client.SocksPropertySpecConstants
-
PropertySpecconstant forsocksClient.socks.gssapiauthmethod.suggestedInteg: theIntegerfor the suggested quality-of-protection (or integrity) value for GSS-API messages sent after GSS-API authentication with the SOCKS server (applicable if the negotiated protection level isSELECTIVE_INTEG_OR_CONF) (default value is0). - SOCKS_METHODS - Static variable in class com.github.jh3nd3rs0n.jargyle.client.SocksPropertySpecConstants
-
PropertySpecconstant forsocksClient.socks.methods: theCommaSeparatedValuesfor acceptable authentication methods to the SOCKS server (default value isNO_AUTHENTICATION_REQUIRED). - SOCKS_SERVER_URI - Static variable in class com.github.jh3nd3rs0n.jargyle.client.GeneralPropertySpecConstants
-
PropertySpecconstant forsocksClient.socksServerUri: theSocksServerUrifor the URI of the SOCKS server. - SOCKS_SOCKS_DATAGRAM_SOCKET_CLIENT_INFO_UNAVAILABLE - Static variable in class com.github.jh3nd3rs0n.jargyle.client.SocksPropertySpecConstants
-
PropertySpecconstant forsocksClient.socks.socksDatagramSocket.clientInfoUnavailable: theBooleanvalue to indicate if the client information expected to be used to send UDP datagrams (address and port) is unavailable to be sent to the SOCKS server (an address and port of all zeros is sent instead) (default value isfalse). - SOCKS_SOCKS_HOST_RESOLVER_RESOLVE_FROM_SOCKS_SERVER - Static variable in class com.github.jh3nd3rs0n.jargyle.client.SocksPropertySpecConstants
-
PropertySpecconstant forsocksClient.socks.socksHostResolver.resolveFromSocks5Server: theBooleanvalue to indicate if host names are to be resolved from the SOCKS server (default value isfalse). - SOCKS_USERPASSAUTHMETHOD_PASSWORD - Static variable in class com.github.jh3nd3rs0n.jargyle.client.SocksPropertySpecConstants
-
PropertySpecconstant forsocksClient.socks.userpassauthmethod.password: theEncryptedPasswordfor the password to be used to access the SOCKS server. - SOCKS_USERPASSAUTHMETHOD_USERNAME - Static variable in class com.github.jh3nd3rs0n.jargyle.client.SocksPropertySpecConstants
-
PropertySpecconstant forsocksClient.socks.userpassauthmethod.username: the username to be used to access the SOCKS server. - SOCKS5 - Enum constant in enum class com.github.jh3nd3rs0n.jargyle.client.SocksServerUriScheme
-
SOCKS protocol version 5.
- SOCKS5_GSSAPIAUTHMETHOD_MECHANISM_OID - Static variable in class com.github.jh3nd3rs0n.jargyle.client.Socks5PropertySpecConstants
-
PropertySpecconstant forsocksClient.socks5.gssapiauthmethod.mechanismOid: theOidfor the object ID for the GSS-API authentication mechanism to the SOCKS5 server. - SOCKS5_GSSAPIAUTHMETHOD_NEC_REFERENCE_IMPL - Static variable in class com.github.jh3nd3rs0n.jargyle.client.Socks5PropertySpecConstants
-
PropertySpecconstant forsocksClient.socks5.gssapiauthmethod.necReferenceImpl: theBooleanvalue to indicate if the exchange of the GSS-API protection level negotiation must be unprotected should the SOCKS5 server use the NEC reference implementation. - SOCKS5_GSSAPIAUTHMETHOD_PROTECTION_LEVELS - Static variable in class com.github.jh3nd3rs0n.jargyle.client.Socks5PropertySpecConstants
-
PropertySpecconstant forsocksClient.socks5.gssapiauthmethod.protectionLevels: theProtectionLevelsfor 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). - SOCKS5_GSSAPIAUTHMETHOD_SERVICE_NAME - Static variable in class com.github.jh3nd3rs0n.jargyle.client.Socks5PropertySpecConstants
-
PropertySpecconstant forsocksClient.socks5.gssapiauthmethod.serviceName: the GSS-API service name for the SOCKS5 server. - SOCKS5_GSSAPIAUTHMETHOD_SUGGESTED_CONF - Static variable in class com.github.jh3nd3rs0n.jargyle.client.Socks5PropertySpecConstants
-
PropertySpecconstant forsocksClient.socks5.gssapiauthmethod.suggestedConf: theBooleanvalue 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). - SOCKS5_GSSAPIAUTHMETHOD_SUGGESTED_INTEG - Static variable in class com.github.jh3nd3rs0n.jargyle.client.Socks5PropertySpecConstants
-
PropertySpecconstant forsocksClient.socks5.gssapiauthmethod.suggestedInteg: theIntegerfor 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). - SOCKS5_METHODS - Static variable in class com.github.jh3nd3rs0n.jargyle.client.Socks5PropertySpecConstants
-
PropertySpecconstant forsocksClient.socks5.methods: theMethodsfor acceptable authentication methods to the SOCKS5 server. - SOCKS5_SOCKS5_DATAGRAM_SOCKET_CLIENT_INFO_UNAVAILABLE - Static variable in class com.github.jh3nd3rs0n.jargyle.client.Socks5PropertySpecConstants
-
PropertySpecconstant forsocksClient.socks5.socks5DatagramSocket.clientInfoUnavailable: theBooleanvalue 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). - SOCKS5_SOCKS5_HOST_RESOLVER_RESOLVE_FROM_SOCKS5_SERVER - Static variable in class com.github.jh3nd3rs0n.jargyle.client.Socks5PropertySpecConstants
-
PropertySpecconstant forsocksClient.socks5.socks5HostResolver.resolveFromSocks5Server: theBooleanvalue to indicate if host names are to be resolved from the SOCKS5 server. - SOCKS5_USERPASSAUTHMETHOD_PASSWORD - Static variable in class com.github.jh3nd3rs0n.jargyle.client.Socks5PropertySpecConstants
-
PropertySpecconstant forsocksClient.socks5.userpassauthmethod.password: theEncryptedPasswordfor the password to be used to access the SOCKS5 server. - SOCKS5_USERPASSAUTHMETHOD_USERNAME - Static variable in class com.github.jh3nd3rs0n.jargyle.client.Socks5PropertySpecConstants
-
PropertySpecconstant forsocksClient.socks5.userpassauthmethod.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
PropertySpecconstants. - 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
SocksClientwith the providedSocksServerUriand the providedProperties. - SocksClient(SocksServerUri, Properties, SocksClient) - Constructor for class com.github.jh3nd3rs0n.jargyle.client.SocksClient
-
Constructs a
SocksClientwith the providedSocksServerUri, the providedProperties, and the optionally providedSocksClientto be chained to the constructedSocksClient. - SocksClientIOException - Exception Class in com.github.jh3nd3rs0n.jargyle.client
-
Thrown when an I/O error occurs associated with the
SocksClient. - SocksClientIOException(SocksClient, String) - Constructor for exception class com.github.jh3nd3rs0n.jargyle.client.SocksClientIOException
-
Constructs a
SocksClientIOExceptionwith the providedSocksClientand the provided message. - SocksClientIOException(SocksClient, Throwable) - Constructor for exception class com.github.jh3nd3rs0n.jargyle.client.SocksClientIOException
-
Constructs a
SocksClientIOExceptionwith the providedSocksClientand 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
SocksClientSocketExceptionwith the provided underlyingSocksClientand the provided cause. - SocksNetObjectFactory - Class in com.github.jh3nd3rs0n.jargyle.client
-
An implementation of
NetObjectFactorythat 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
SocksNetObjectFactorywith the providedSocksClient. - SocksPropertySpecConstants - Class in com.github.jh3nd3rs0n.jargyle.client
-
SOCKS specific
PropertySpecconstants. - SocksServerUri - Class in com.github.jh3nd3rs0n.jargyle.client
-
The URI of the SOCKS server.
- SocksServerUri(SocksServerUriScheme, UserInfo, Host, Port) - Constructor for class com.github.jh3nd3rs0n.jargyle.client.SocksServerUri
-
Constructs a
SocksServerUriwith the providedSocksServerUriScheme, the optionally providedUserInfo, the providedHost, and the optionally providedPort. - SocksServerUriScheme - Enum Class in com.github.jh3nd3rs0n.jargyle.client
-
Specifies what SOCKS protocol is to be used to access the SOCKS server.
- SSL_ENABLED - Static variable in class com.github.jh3nd3rs0n.jargyle.client.SslPropertySpecConstants
-
PropertySpecconstant forsocksClient.ssl.enabled: theBooleanvalue to indicate if SSL/TLS connections to the SOCKS server are enabled (default value isfalse). - SSL_ENABLED_CIPHER_SUITES - Static variable in class com.github.jh3nd3rs0n.jargyle.client.SslPropertySpecConstants
-
PropertySpecconstant forsocksClient.ssl.enabledCipherSuites: theCommaSeparatedValuesof 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
-
PropertySpecconstant forsocksClient.ssl.enabledProtocols: theCommaSeparatedValuesof acceptable protocol versions enabled for SSL/TLS connections to the SOCKS server. - SSL_KEY_STORE_BYTES - Static variable in class com.github.jh3nd3rs0n.jargyle.client.SslPropertySpecConstants
-
PropertySpecconstant forsocksClient.ssl.keyStoreBytes: theBytesfor the key store for the SSL/TLS connections to the SOCKS server. - SSL_KEY_STORE_FILE - Static variable in class com.github.jh3nd3rs0n.jargyle.client.SslPropertySpecConstants
-
PropertySpecconstant forsocksClient.ssl.keyStoreFile: theFilefor the key store file for the SSL/TLS connections to the SOCKS server. - SSL_KEY_STORE_PASSWORD - Static variable in class com.github.jh3nd3rs0n.jargyle.client.SslPropertySpecConstants
-
PropertySpecconstant forsocksClient.ssl.keyStorePassword: theEncryptedPasswordfor 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
-
PropertySpecconstant forsocksClient.ssl.keyStoreType: the type of key store for the SSL/TLS connections to the SOCKS server (default value isPKCS12). - SSL_PROTOCOL - Static variable in class com.github.jh3nd3rs0n.jargyle.client.SslPropertySpecConstants
-
PropertySpecconstant forsocksClient.ssl.protocol: the protocol version for the SSL/TLS connections to the SOCKS server (default value isTLSv1.2). - SSL_TRUST_STORE_BYTES - Static variable in class com.github.jh3nd3rs0n.jargyle.client.SslPropertySpecConstants
-
PropertySpecconstant forsocksClient.ssl.trustStoreBytes: theBytesfor the trust store for the SSL/TLS connections to the SOCKS server. - SSL_TRUST_STORE_FILE - Static variable in class com.github.jh3nd3rs0n.jargyle.client.SslPropertySpecConstants
-
PropertySpecconstant forsocksClient.ssl.trustStoreFile: theFilefor the trust store file for the SSL/TLS connections to the SOCKS server. - SSL_TRUST_STORE_PASSWORD - Static variable in class com.github.jh3nd3rs0n.jargyle.client.SslPropertySpecConstants
-
PropertySpecconstant forsocksClient.ssl.trustStorePassword: theEncryptedPasswordfor 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
-
PropertySpecconstant forsocksClient.ssl.trustStoreType: the type of trust store for the SSL/TLS connections to the SOCKS server (default value isPKCS12). - SslPropertySpecConstants - Class in com.github.jh3nd3rs0n.jargyle.client
-
SSL/TLS specific
PropertySpecconstants. - 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
MapofPropertys each associated by theirPropertySpec. - toString() - Method in class com.github.jh3nd3rs0n.jargyle.client.Properties
-
Returns the
Stringrepresentation of thisProperties. - toString() - Method in class com.github.jh3nd3rs0n.jargyle.client.Property
-
Returns the
Stringrepresentation of thisProperty. - toString() - Method in class com.github.jh3nd3rs0n.jargyle.client.PropertySpec
-
Returns the
Stringrepresentation of thisPropertySpec. - 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
Stringrepresentation of thisSocksClient. - toString() - Method in class com.github.jh3nd3rs0n.jargyle.client.SocksServerUri
-
Returns the
Stringrepresentation of thisSocksServerUri. - toString() - Method in enum class com.github.jh3nd3rs0n.jargyle.client.SocksServerUriScheme
-
Returns the
Stringrepresentation of thisSocksServerUriScheme. - toString() - Method in class com.github.jh3nd3rs0n.jargyle.client.UserInfo
-
Returns the
Stringrepresentation of thisUserInfo. - toURI() - Method in class com.github.jh3nd3rs0n.jargyle.client.SocksServerUri
-
Returns the
URIof 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.SocksServerUriScheme
-
Returns the enum constant of this class with the specified name.
- valueOfString(String) - Static method in enum class com.github.jh3nd3rs0n.jargyle.client.SocksServerUriScheme
-
Returns the enum constant of the provided
Stringrepresentation. - values() - Static method in class com.github.jh3nd3rs0n.jargyle.client.DtlsPropertySpecConstants
-
Returns an unmodifiable
Listof thePropertySpecconstants. - values() - Static method in class com.github.jh3nd3rs0n.jargyle.client.GeneralPropertySpecConstants
-
Returns an unmodifiable
Listof thePropertySpecconstants. - values() - Static method in class com.github.jh3nd3rs0n.jargyle.client.Socks5PropertySpecConstants
-
Returns an unmodifiable
Listof thePropertySpecconstants. - values() - Static method in class com.github.jh3nd3rs0n.jargyle.client.SocksPropertySpecConstants
-
Returns an unmodifiable
Listof thePropertySpecconstants. - values() - Static method in enum class com.github.jh3nd3rs0n.jargyle.client.SocksServerUriScheme
-
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.SslPropertySpecConstants
-
Returns an unmodifiable
Listof thePropertySpecconstants. - valuesMap() - Static method in class com.github.jh3nd3rs0n.jargyle.client.DtlsPropertySpecConstants
-
Returns an unmodifiable
Mapof thePropertySpecconstants each associated by the name they specify for theirProperty. - valuesMap() - Static method in class com.github.jh3nd3rs0n.jargyle.client.GeneralPropertySpecConstants
-
Returns an unmodifiable
Mapof thePropertySpecconstants each associated by the name they specify for theirProperty. - valuesMap() - Static method in class com.github.jh3nd3rs0n.jargyle.client.Socks5PropertySpecConstants
-
Returns an unmodifiable
Mapof thePropertySpecconstants each associated by the name they specify for theirProperty. - valuesMap() - Static method in class com.github.jh3nd3rs0n.jargyle.client.SocksPropertySpecConstants
-
Returns an unmodifiable
Mapof thePropertySpecconstants each associated by the name they specify for theirProperty. - valuesMap() - Static method in class com.github.jh3nd3rs0n.jargyle.client.SslPropertySpecConstants
-
Returns an unmodifiable
Mapof thePropertySpecconstants each associated by the name they specify for theirProperty.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form