Class GeneralPropertySpecConstants
java.lang.Object
com.github.jh3nd3rs0n.jargyle.client.GeneralPropertySpecConstants
General
PropertySpec
constants.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PropertySpec
<Host> 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 value is0.0.0.0
).static final PropertySpec
<HostAddressTypes> PropertySpec
constant forsocksClient.clientBindHostAddressTypes
: theHostAddressTypes
for 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
).static final PropertySpec
<PortRanges> PropertySpec
constant forsocksClient.clientBindPortRanges
: thePortRanges
for the binding port ranges for the client socket that is used to connect to the SOCKS server (default value is0
).static final PropertySpec
<NonNegativeInteger> PropertySpec
constant forsocksClient.clientConnectTimeout
: theNonNegativeInteger
for the timeout in milliseconds on waiting for the client socket to connect to the SOCKS server (a timeout of0
is interpreted as an infinite timeout) (default value is60000
).static final PropertySpec
<NetInterface> PropertySpec
constant forsocksClient.clientNetInterface
: theNetInterface
for the network interface that provides a binding host address for the client socket that is used to connect to the SOCKS server.static final PropertySpec
<SocketSettings> PropertySpec
constant forsocksClient.clientSocketSettings
: theSocketSettings
for the client socket that is used to connect to the SOCKS server.static final PropertySpec
<SocksServerUri> PropertySpec
constant forsocksClient.socksServerUri
: theSocksServerUri
for the URI of the SOCKS server. -
Method Summary
Modifier and TypeMethodDescriptionstatic List
<PropertySpec<Object>> values()
Returns an unmodifiableList
of thePropertySpec
constants.static Map
<String, PropertySpec<Object>> Returns an unmodifiableMap
of thePropertySpec
constants each associated by the name they specify for theirProperty
.
-
Field Details
-
CLIENT_BIND_HOST
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 value is0.0.0.0
). -
CLIENT_BIND_HOST_ADDRESS_TYPES
PropertySpec
constant forsocksClient.clientBindHostAddressTypes
: theHostAddressTypes
for 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
PropertySpec
constant forsocksClient.clientBindPortRanges
: thePortRanges
for the binding port ranges for the client socket that is used to connect to the SOCKS server (default value is0
). -
CLIENT_CONNECT_TIMEOUT
PropertySpec
constant forsocksClient.clientConnectTimeout
: theNonNegativeInteger
for the timeout in milliseconds on waiting for the client socket to connect to the SOCKS server (a timeout of0
is interpreted as an infinite timeout) (default value is60000
). -
CLIENT_NET_INTERFACE
PropertySpec
constant forsocksClient.clientNetInterface
: theNetInterface
for 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
PropertySpec
constant forsocksClient.clientSocketSettings
: theSocketSettings
for the client socket that is used to connect to the SOCKS server. -
SOCKS_SERVER_URI
PropertySpec
constant forsocksClient.socksServerUri
: theSocksServerUri
for the URI of the SOCKS server.
-
-
Method Details
-
values
Returns an unmodifiableList
of thePropertySpec
constants.- Returns:
- an unmodifiable
List
of thePropertySpec
constants
-
valuesMap
Returns an unmodifiableMap
of thePropertySpec
constants each associated by the name they specify for theirProperty
.- Returns:
- an unmodifiable
Map
of thePropertySpec
constants each associated by the name they specify for theirProperty
-