Class GeneralPropertySpecConstants
java.lang.Object
com.github.jh3nd3rs0n.jargyle.client.GeneralPropertySpecConstants
General
PropertySpec
constants.-
Field Summary
Modifier 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 is0.0.0.0
).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 is0
).static final PropertySpec
<PositiveInteger> PropertySpec
constant forsocksClient.clientConnectTimeout
: thePositiveInteger
for the timeout in milliseconds on waiting for the client socket to connect to the SOCKS server (default is60000
).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 is0.0.0.0
). -
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 is0
). -
CLIENT_CONNECT_TIMEOUT
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
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
-