Index

A B C E G H I M N O P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values

A

AES_CFB_PKCS5PADDING_ENCRYPTED_PASSWORD - Static variable in class com.github.jh3nd3rs0n.jargyle.common.security.EncryptedPasswordSpecConstants
EncryptedPasswordSpec constant for EncryptedPassword that uses the cipher algorithm AES/CFB/PKCS5Padding.
ALL_ZEROS_IPV4_ADDRESS - Static variable in class com.github.jh3nd3rs0n.jargyle.common.net.HostIpv4Address
The all zeros IPv4 address (as 4 parts).
anyCovers(Port) - Method in class com.github.jh3nd3rs0n.jargyle.common.net.PortRanges
Returns a boolean value to indicate if this PortRanges has any PortRange that covers the provided Port value.
apply(V, DatagramSocket) - Method in class com.github.jh3nd3rs0n.jargyle.common.net.SocketSettingSpec
Applies the provided value to the provided DatagramSocket.
apply(V, ServerSocket) - Method in class com.github.jh3nd3rs0n.jargyle.common.net.SocketSettingSpec
Applies the provided value to the provided ServerSocket.
apply(V, Socket) - Method in class com.github.jh3nd3rs0n.jargyle.common.net.SocketSettingSpec
Applies the provided value to the provided Socket.
applyTo(DatagramSocket) - Method in class com.github.jh3nd3rs0n.jargyle.common.net.SocketSetting
Applies this SocketSetting to the provided DatagramSocket.
applyTo(DatagramSocket) - Method in class com.github.jh3nd3rs0n.jargyle.common.net.SocketSettings
Applies this SocketSettings to the provided DatagramSocket.
applyTo(ServerSocket) - Method in class com.github.jh3nd3rs0n.jargyle.common.net.SocketSetting
Applies this SocketSetting to the provided ServerSocket.
applyTo(ServerSocket) - Method in class com.github.jh3nd3rs0n.jargyle.common.net.SocketSettings
Applies this SocketSettings to the provided ServerSocket.
applyTo(Socket) - Method in class com.github.jh3nd3rs0n.jargyle.common.net.SocketSetting
Applies this SocketSetting to the provided Socket.
applyTo(Socket) - Method in class com.github.jh3nd3rs0n.jargyle.common.net.SocketSettings
Applies this SocketSettings to the provided Socket.

B

byteValue() - Method in class com.github.jh3nd3rs0n.jargyle.common.number.UnsignedByte
Returns the byte value of this UnsignedByte.

C

com.github.jh3nd3rs0n.jargyle.common - module com.github.jh3nd3rs0n.jargyle.common
Defines the public API used by all modules.
com.github.jh3nd3rs0n.jargyle.common.net - package com.github.jh3nd3rs0n.jargyle.common.net
Provides classes for networking.
com.github.jh3nd3rs0n.jargyle.common.number - package com.github.jh3nd3rs0n.jargyle.common.number
Provides classes for numerical types.
com.github.jh3nd3rs0n.jargyle.common.security - package com.github.jh3nd3rs0n.jargyle.common.security
Provides classes for security.
com.github.jh3nd3rs0n.jargyle.common.string - package com.github.jh3nd3rs0n.jargyle.common.string
Provides classes for Strings.
CommaSeparatedValues - Class in com.github.jh3nd3rs0n.jargyle.common.string
A collection of String values whose String representation is a comma separated list of said String values.
compareTo(Port) - Method in class com.github.jh3nd3rs0n.jargyle.common.net.Port
Compares this Port with the other Port.
covers(Port) - Method in class com.github.jh3nd3rs0n.jargyle.common.net.PortRange
Returns a boolean value to indicate if this PortRange covers the provided Port value.

E

EncryptedPassword - Class in com.github.jh3nd3rs0n.jargyle.common.security
An encrypted password.
EncryptedPasswordSpec - Class in com.github.jh3nd3rs0n.jargyle.common.security
The specification of an EncryptedPassword.
EncryptedPasswordSpecConstants - Class in com.github.jh3nd3rs0n.jargyle.common.security
All EncryptedPasswordSpec constants.
EncryptedPasswordValue - Class in com.github.jh3nd3rs0n.jargyle.common.security
A value for an EncryptedPassword.
EncryptedPasswordValue() - Constructor for class com.github.jh3nd3rs0n.jargyle.common.security.EncryptedPasswordValue
Allows the construction of subclass instances.
equals(Object) - Method in class com.github.jh3nd3rs0n.jargyle.common.net.Host
 
equals(Object) - Method in class com.github.jh3nd3rs0n.jargyle.common.net.HostAddress
 
equals(Object) - Method in class com.github.jh3nd3rs0n.jargyle.common.net.HostName
 
equals(Object) - Method in class com.github.jh3nd3rs0n.jargyle.common.net.Port
 
equals(Object) - Method in class com.github.jh3nd3rs0n.jargyle.common.net.PortRange
 
equals(Object) - Method in class com.github.jh3nd3rs0n.jargyle.common.net.PortRanges
 
equals(Object) - Method in class com.github.jh3nd3rs0n.jargyle.common.net.SocketSetting
 
equals(Object) - Method in class com.github.jh3nd3rs0n.jargyle.common.net.SocketSettings
 
equals(Object) - Method in class com.github.jh3nd3rs0n.jargyle.common.net.SocketSettingSpec
 
equals(Object) - Method in class com.github.jh3nd3rs0n.jargyle.common.number.NonNegativeInteger
 
equals(Object) - Method in class com.github.jh3nd3rs0n.jargyle.common.number.PositiveInteger
 
equals(Object) - Method in class com.github.jh3nd3rs0n.jargyle.common.number.UnsignedByte
 
equals(Object) - Method in class com.github.jh3nd3rs0n.jargyle.common.number.UnsignedShort
 
equals(Object) - Method in class com.github.jh3nd3rs0n.jargyle.common.security.EncryptedPassword
 
equals(Object) - Method in class com.github.jh3nd3rs0n.jargyle.common.security.EncryptedPasswordSpec
 
equals(Object) - Method in class com.github.jh3nd3rs0n.jargyle.common.security.EncryptedPasswordValue
 
equals(Object) - Method in class com.github.jh3nd3rs0n.jargyle.common.string.CommaSeparatedValues
 
extract(DatagramSocket) - Method in class com.github.jh3nd3rs0n.jargyle.common.net.SocketSettingSpec
Extracts the value from the provided DatagramSocket.
extract(ServerSocket) - Method in class com.github.jh3nd3rs0n.jargyle.common.net.SocketSettingSpec
Extracts the value from the provided ServerSocket.
extract(Socket) - Method in class com.github.jh3nd3rs0n.jargyle.common.net.SocketSettingSpec
Extracts the value from the provided Socket.
extractFrom(DatagramSocket) - Static method in class com.github.jh3nd3rs0n.jargyle.common.net.SocketSettings
Returns a new SocketSettings extracted from the provided DatagramSocket.
extractFrom(ServerSocket) - Static method in class com.github.jh3nd3rs0n.jargyle.common.net.SocketSettings
Returns a new SocketSettings extracted from the provided ServerSocket.
extractFrom(Socket) - Static method in class com.github.jh3nd3rs0n.jargyle.common.net.SocketSettings
Returns a new SocketSettings extracted from the provided Socket.

G

getAllZerosInet4Address() - Static method in class com.github.jh3nd3rs0n.jargyle.common.net.HostIpv4Address
Returns an Inet4Address of an all zeros IPv4 address.
getAllZerosInstance() - Static method in class com.github.jh3nd3rs0n.jargyle.common.net.HostIpv4Address
Returns a HostIpv4Address of an all zeros IPv4 address.
getDefault() - Static method in class com.github.jh3nd3rs0n.jargyle.common.net.PortRange
Returns the default PortRange
getDefault() - Static method in class com.github.jh3nd3rs0n.jargyle.common.net.PortRanges
Returns the default PortRanges.
getDoc() - Method in class com.github.jh3nd3rs0n.jargyle.common.net.SocketSetting
Returns the documentation of this SocketSetting.
getEncryptedPasswordSpec() - Method in class com.github.jh3nd3rs0n.jargyle.common.security.EncryptedPassword
Returns the EncryptedPasswordSpec of this EncryptedPassword.
getEncryptedPasswordValue() - Method in class com.github.jh3nd3rs0n.jargyle.common.security.EncryptedPassword
Returns the EncryptedPasswordValue of this EncryptedPassword.
getMaxPort() - Method in class com.github.jh3nd3rs0n.jargyle.common.net.PortRange
Returns the maximum Port value.
getMinPort() - Method in class com.github.jh3nd3rs0n.jargyle.common.net.PortRange
Returns the minimum Port value.
getName() - Method in class com.github.jh3nd3rs0n.jargyle.common.net.SocketSetting
Returns the name of this SocketSetting.
getName() - Method in class com.github.jh3nd3rs0n.jargyle.common.net.SocketSettingSpec
Returns the name of the SocketSetting.
getPassword() - Method in class com.github.jh3nd3rs0n.jargyle.common.security.EncryptedPassword
Returns the decrypted password of this EncryptedPassword.
getPassword() - Method in class com.github.jh3nd3rs0n.jargyle.common.security.EncryptedPasswordValue
Returns the password of this EncryptedPasswordValue.
getSocketSettingSpec() - Method in class com.github.jh3nd3rs0n.jargyle.common.net.SocketSetting
Returns the SocketSettingSpec that defines this SocketSetting.
getTypeName() - Method in class com.github.jh3nd3rs0n.jargyle.common.security.EncryptedPassword
Returns the name of the type of this EncryptedPassword.
getTypeName() - Method in class com.github.jh3nd3rs0n.jargyle.common.security.EncryptedPasswordSpec
Returns the name of the type of EncryptedPassword.
getValue() - Method in class com.github.jh3nd3rs0n.jargyle.common.net.SocketSetting
Returns the value of this SocketSetting.
getValue(SocketSettingSpec<V>) - Method in class com.github.jh3nd3rs0n.jargyle.common.net.SocketSettings
Returns the value of the SocketSetting defined by the provided SocketSettingSpec of the specified value type.
getValueType() - Method in class com.github.jh3nd3rs0n.jargyle.common.net.SocketSettingSpec
Returns the value type of the SocketSetting.

H

hashCode() - Method in class com.github.jh3nd3rs0n.jargyle.common.net.Host
 
hashCode() - Method in class com.github.jh3nd3rs0n.jargyle.common.net.HostAddress
 
hashCode() - Method in class com.github.jh3nd3rs0n.jargyle.common.net.HostName
 
hashCode() - Method in class com.github.jh3nd3rs0n.jargyle.common.net.Port
 
hashCode() - Method in class com.github.jh3nd3rs0n.jargyle.common.net.PortRange
 
hashCode() - Method in class com.github.jh3nd3rs0n.jargyle.common.net.PortRanges
 
hashCode() - Method in class com.github.jh3nd3rs0n.jargyle.common.net.SocketSetting
 
hashCode() - Method in class com.github.jh3nd3rs0n.jargyle.common.net.SocketSettings
 
hashCode() - Method in class com.github.jh3nd3rs0n.jargyle.common.net.SocketSettingSpec
 
hashCode() - Method in class com.github.jh3nd3rs0n.jargyle.common.number.NonNegativeInteger
 
hashCode() - Method in class com.github.jh3nd3rs0n.jargyle.common.number.PositiveInteger
 
hashCode() - Method in class com.github.jh3nd3rs0n.jargyle.common.number.UnsignedByte
 
hashCode() - Method in class com.github.jh3nd3rs0n.jargyle.common.number.UnsignedShort
 
hashCode() - Method in class com.github.jh3nd3rs0n.jargyle.common.security.EncryptedPassword
 
hashCode() - Method in class com.github.jh3nd3rs0n.jargyle.common.security.EncryptedPasswordSpec
 
hashCode() - Method in class com.github.jh3nd3rs0n.jargyle.common.security.EncryptedPasswordValue
 
hashCode() - Method in class com.github.jh3nd3rs0n.jargyle.common.string.CommaSeparatedValues
 
Host - Class in com.github.jh3nd3rs0n.jargyle.common.net
A name or address of a node of a network.
HostAddress - Class in com.github.jh3nd3rs0n.jargyle.common.net
An address of a node of a network.
HostIpv4Address - Class in com.github.jh3nd3rs0n.jargyle.common.net
An IPv4 address of a node of a network.
HostIpv6Address - Class in com.github.jh3nd3rs0n.jargyle.common.net
An IPv6 address of a node of a network.
HostName - Class in com.github.jh3nd3rs0n.jargyle.common.net
A name of a node of a network.

I

intValue() - Method in class com.github.jh3nd3rs0n.jargyle.common.net.Port
Returns the int value of this Port.
intValue() - Method in class com.github.jh3nd3rs0n.jargyle.common.number.NonNegativeInteger
Returns the int value of this NonNegativeInteger.
intValue() - Method in class com.github.jh3nd3rs0n.jargyle.common.number.PositiveInteger
Returns the int value of this PositiveInteger.
intValue() - Method in class com.github.jh3nd3rs0n.jargyle.common.number.UnsignedByte
Returns the int value of this UnsignedByte.
intValue() - Method in class com.github.jh3nd3rs0n.jargyle.common.number.UnsignedShort
Returns the int value of this UnsignedShort.
IP_TOS - Static variable in class com.github.jh3nd3rs0n.jargyle.common.net.StandardSocketSettingSpecConstants
SocketSettingSpec constant for IP_TOS: an UnsignedByte that describes the type-of-service or traffic class field in the IP header for a TCP or UDP socket.
isAllZerosHostAddress(String) - Static method in class com.github.jh3nd3rs0n.jargyle.common.net.HostAddress
Returns a boolean value to indicate if the provided address is an IP address of all zeros.
isAllZerosIpv4Address(String) - Static method in class com.github.jh3nd3rs0n.jargyle.common.net.HostIpv4Address
Returns a boolean value to indicate if the provided IPv4 address is an IPv4 address of all zeros.
isAllZerosIpv6Address(String) - Static method in class com.github.jh3nd3rs0n.jargyle.common.net.HostIpv6Address
Returns a boolean value to indicate if the provided IPv6 address is an IPv6 address of all zeros.
iterator() - Method in class com.github.jh3nd3rs0n.jargyle.common.net.PortRange
 

M

MAX_INT_VALUE - Static variable in class com.github.jh3nd3rs0n.jargyle.common.net.Port
The maximum int value for a port number.
MAX_INT_VALUE - Static variable in class com.github.jh3nd3rs0n.jargyle.common.number.NonNegativeInteger
The maximum int value for a non-negative integer.
MAX_INT_VALUE - Static variable in class com.github.jh3nd3rs0n.jargyle.common.number.PositiveInteger
The maximum int value of a positive integer.
MAX_INT_VALUE - Static variable in class com.github.jh3nd3rs0n.jargyle.common.number.UnsignedByte
The maximum int value of an unsigned byte.
MAX_INT_VALUE - Static variable in class com.github.jh3nd3rs0n.jargyle.common.number.UnsignedShort
The maximum int value of an unsigned short.
MIN_INT_VALUE - Static variable in class com.github.jh3nd3rs0n.jargyle.common.net.Port
The minimum int value for a port number.
MIN_INT_VALUE - Static variable in class com.github.jh3nd3rs0n.jargyle.common.number.NonNegativeInteger
The minimum int value for a non-negative integer.
MIN_INT_VALUE - Static variable in class com.github.jh3nd3rs0n.jargyle.common.number.PositiveInteger
The minimum int value of a positive integer.
MIN_INT_VALUE - Static variable in class com.github.jh3nd3rs0n.jargyle.common.number.UnsignedByte
The minimum int value of an unsigned byte.
MIN_INT_VALUE - Static variable in class com.github.jh3nd3rs0n.jargyle.common.number.UnsignedShort
The minimum int value of an unsigned short.

N

newEncryptedPassword(char[]) - Method in class com.github.jh3nd3rs0n.jargyle.common.security.EncryptedPasswordSpec
Returns a new EncryptedPassword of the provided password.
newEncryptedPassword(String) - Method in class com.github.jh3nd3rs0n.jargyle.common.security.EncryptedPasswordSpec
Returns a new EncryptedPassword with the parsed EncryptedPasswordValue from the provided String value.
newHostAddress(String) - Static method in class com.github.jh3nd3rs0n.jargyle.common.net.HostAddress
Returns a new HostAddress of the provided address.
newHostIpv4Address(String) - Static method in class com.github.jh3nd3rs0n.jargyle.common.net.HostIpv4Address
Returns a new HostIpv4Address of the provided IPv4 address.
newHostIpv6Address(String) - Static method in class com.github.jh3nd3rs0n.jargyle.common.net.HostIpv6Address
Returns a new HostIpv6Address of the provided IPv6 address.
newHostName(String) - Static method in class com.github.jh3nd3rs0n.jargyle.common.net.HostName
Returns a new HostName of the provided host name.
newInstance(char[]) - Static method in class com.github.jh3nd3rs0n.jargyle.common.security.EncryptedPassword
Returns a new EncryptedPassword of the provided password.
newInstance(String) - Static method in class com.github.jh3nd3rs0n.jargyle.common.net.Host
Returns a new Host of the provided name or address.
newInstance(String, String) - Static method in class com.github.jh3nd3rs0n.jargyle.common.security.EncryptedPassword
Returns a new EncryptedPassword with the provided name of the type of EncryptedPassword specified by a EncryptedPasswordSpec and with the parsed EncryptedPasswordValue from the provided String value.
newInstance(String, V) - Static method in class com.github.jh3nd3rs0n.jargyle.common.net.SocketSetting
Returns a new SocketSetting of the specified value type with the provided name specified by a SocketSettingSpec and the provided value.
newInstance(String, V, String) - Static method in class com.github.jh3nd3rs0n.jargyle.common.net.SocketSetting
Returns a new SocketSetting of the specified value type with the provided name specified by a SocketSettingSpec, the provided value, and the optionally provided documentation.
newInstanceFrom(String) - Static method in class com.github.jh3nd3rs0n.jargyle.common.net.PortRange
Returns a new PortRange from the provided String.
newInstanceFrom(String) - Static method in class com.github.jh3nd3rs0n.jargyle.common.net.PortRanges
Returns a new PortRanges from the provided String.
newInstanceFrom(String) - Static method in class com.github.jh3nd3rs0n.jargyle.common.net.SocketSetting
Returns a new SocketSetting of the Object value type from the provided String.
newInstanceFrom(String) - Static method in class com.github.jh3nd3rs0n.jargyle.common.net.SocketSettings
Returns a new SocketSettings from the provided String.
newInstanceFrom(String) - Static method in class com.github.jh3nd3rs0n.jargyle.common.security.EncryptedPassword
Returns a new EncryptedPassword from the provided String.
newInstanceFrom(String) - Static method in class com.github.jh3nd3rs0n.jargyle.common.string.CommaSeparatedValues
Returns a new CommaSeparatedValues from the provided String.
newInstanceWithParsedValue(String, String) - Static method in class com.github.jh3nd3rs0n.jargyle.common.net.SocketSetting
Returns a new SocketSetting of the Object value type with the provided name specified by a SocketSettingSpec and with the parsed value from the provided String value.
newInstanceWithParsedValue(String, String, String) - Static method in class com.github.jh3nd3rs0n.jargyle.common.net.SocketSetting
Returns a new SocketSetting of the Object value type with the provided name specified by a SocketSettingSpec, the parsed value from the provided String value, and the optionally provided documentation.
newSocketSetting(V) - Method in class com.github.jh3nd3rs0n.jargyle.common.net.SocketSettingSpec
Returns a new SocketSetting with the provided value.
newSocketSetting(V, String) - Method in class com.github.jh3nd3rs0n.jargyle.common.net.SocketSettingSpec
Returns a new SocketSetting with the provided value and the optionally provided documentation.
newSocketSettingWithParsedValue(String) - Method in class com.github.jh3nd3rs0n.jargyle.common.net.SocketSettingSpec
Returns a new SocketSetting with the parsed value from the provided String value.
newSocketSettingWithParsedValue(String, String) - Method in class com.github.jh3nd3rs0n.jargyle.common.net.SocketSettingSpec
Returns a new SocketSetting with the parsed value from the provided String value and with the optionally provided documentation.
NonNegativeInteger - Class in com.github.jh3nd3rs0n.jargyle.common.number
An integer between 0 and 2147483647 (inclusive).

O

of(Port) - Static method in class com.github.jh3nd3rs0n.jargyle.common.net.PortRange
Returns a PortRange of the provided Port value as both the minimum and maximum value.
of(PortRange...) - Static method in class com.github.jh3nd3rs0n.jargyle.common.net.PortRanges
Returns a PortRanges of the provided PortRanges.
of(Port, Port) - Static method in class com.github.jh3nd3rs0n.jargyle.common.net.PortRange
Returns a PortRange of the provided minimum Port value and the maximum Port value.
of(SocketSetting<?>...) - Static method in class com.github.jh3nd3rs0n.jargyle.common.net.SocketSettings
Returns a SocketSettings of the provided SocketSettings.
of(SocketSettings) - Static method in class com.github.jh3nd3rs0n.jargyle.common.net.SocketSettings
Returns a SocketSettings of another SocketSettings.
of(String...) - Static method in class com.github.jh3nd3rs0n.jargyle.common.string.CommaSeparatedValues
Returns a CommaSeparatedValues of the provided values.
of(List<PortRange>) - Static method in class com.github.jh3nd3rs0n.jargyle.common.net.PortRanges
Returns a PortRanges of the provided List of PortRanges.
of(List<SocketSetting<?>>) - Static method in class com.github.jh3nd3rs0n.jargyle.common.net.SocketSettings
Returns a SocketSettings of the provided List of SocketSettings.

P

parse(String) - Method in class com.github.jh3nd3rs0n.jargyle.common.net.SocketSettingSpec
Returns the parsed value from the provided String value.
PARTIAL_ENCRYPTION_PASSWORD_FILE_SYSTEM_PROPERTY_NAME - Static variable in class com.github.jh3nd3rs0n.jargyle.common.security.SystemPropertyNameConstants
The name of the system property for the file of the partial password to be used for encryption/decryption.
PARTIAL_ENCRYPTION_PASSWORD_SYSTEM_PROPERTY_NAME - Static variable in class com.github.jh3nd3rs0n.jargyle.common.security.SystemPropertyNameConstants
The name of the system property for the partial password to be used for encryption/decryption.
Port - Class in com.github.jh3nd3rs0n.jargyle.common.net
An integer between 0 and 65535 (inclusive) that is assigned to uniquely identify a connection endpoint and to direct data to a host.
PortRange - Class in com.github.jh3nd3rs0n.jargyle.common.net
A range of Port values between the provided minimum Port value and the maximum Port value (inclusive).
PortRanges - Class in com.github.jh3nd3rs0n.jargyle.common.net
A collection of PortRanges.
PositiveInteger - Class in com.github.jh3nd3rs0n.jargyle.common.number
An integer between 1 and 2147483647 (inclusive).
putValue(SocketSettingSpec<V>, V) - Method in class com.github.jh3nd3rs0n.jargyle.common.net.SocketSettings
Puts the provided value with a new SocketSetting defined by the provided SocketSettingSpec of the specified value type and returns the recent value if any.

R

remove(SocketSettingSpec<V>) - Method in class com.github.jh3nd3rs0n.jargyle.common.net.SocketSettings
Removes the value and its SocketSetting defined by the provided SocketSettingSpec of the specified value type and returns the recent value if any.

S

shortValue() - Method in class com.github.jh3nd3rs0n.jargyle.common.number.UnsignedShort
Returns the short value of this UnsignedShort.
SO_BROADCAST - Static variable in class com.github.jh3nd3rs0n.jargyle.common.net.StandardSocketSettingSpecConstants
SocketSettingSpec constant for SO_BROADCAST: a Boolean value to indicate if broadcast datagrams can be sent.
SO_KEEPALIVE - Static variable in class com.github.jh3nd3rs0n.jargyle.common.net.StandardSocketSettingSpecConstants
SocketSettingSpec constant for SO_KEEPALIVE: a Boolean value to indicate if a TCP socket can be kept alive when no data has been exchanged in either direction.
SO_LINGER - Static variable in class com.github.jh3nd3rs0n.jargyle.common.net.StandardSocketSettingSpecConstants
SocketSettingSpec constant for SO_LINGER: an Integer of the number of seconds of lingering on closing the TCP socket (disabled if the number of seconds is negative).
SO_RCVBUF - Static variable in class com.github.jh3nd3rs0n.jargyle.common.net.StandardSocketSettingSpecConstants
SocketSettingSpec constant for SO_RCVBUF: a PositiveInteger of the receive buffer size.
SO_REUSEADDR - Static variable in class com.github.jh3nd3rs0n.jargyle.common.net.StandardSocketSettingSpecConstants
SocketSettingSpec constant for SO_REUSEADDR: a Boolean value to indicate if the socket address and port can be reused.
SO_SNDBUF - Static variable in class com.github.jh3nd3rs0n.jargyle.common.net.StandardSocketSettingSpecConstants
SocketSettingSpec constant for SO_SNDBUF: a PositiveInteger of the send buffer size.
SO_TIMEOUT - Static variable in class com.github.jh3nd3rs0n.jargyle.common.net.StandardSocketSettingSpecConstants
SocketSettingSpec constant for SO_TIMEOUT: a NonNegativeInteger of the timeout in milliseconds on waiting for an idle socket.
SocketSetting<V> - Class in com.github.jh3nd3rs0n.jargyle.common.net
A setting of a specified value type to be applied to a socket.
SocketSettings - Class in com.github.jh3nd3rs0n.jargyle.common.net
A collection of SocketSettings.
SocketSettingSpec<V> - Class in com.github.jh3nd3rs0n.jargyle.common.net
The specification of a SocketSetting of the specified value type.
StandardSocketSettingSpecConstants - Class in com.github.jh3nd3rs0n.jargyle.common.net
Standard SocketSettingSpec constants.
SystemPropertyNameConstants - Class in com.github.jh3nd3rs0n.jargyle.common.security
All security specific system property name constants.

T

TCP_NODELAY - Static variable in class com.github.jh3nd3rs0n.jargyle.common.net.StandardSocketSettingSpecConstants
SocketSettingSpec constant for TCP_NODELAY: a Boolean value to indicate disabling Nagle's algorithm.
toArray() - Method in class com.github.jh3nd3rs0n.jargyle.common.string.CommaSeparatedValues
Returns the values of this CommaSeparatedValues.
toInetAddress() - Method in class com.github.jh3nd3rs0n.jargyle.common.net.Host
Returns an InetAddress of this Host.
toInetAddress() - Method in class com.github.jh3nd3rs0n.jargyle.common.net.HostAddress
 
toInetAddress() - Method in class com.github.jh3nd3rs0n.jargyle.common.net.HostName
 
toList() - Method in class com.github.jh3nd3rs0n.jargyle.common.net.PortRanges
Returns an unmodifiable List of PortRanges.
toMap() - Method in class com.github.jh3nd3rs0n.jargyle.common.net.SocketSettings
Returns an unmodifiable Map of SocketSettings each associated by their SocketSettingSpec.
toString() - Method in class com.github.jh3nd3rs0n.jargyle.common.net.Host
Returns the String representation of this Host.
toString() - Method in class com.github.jh3nd3rs0n.jargyle.common.net.Port
Returns the String representation of this Port.
toString() - Method in class com.github.jh3nd3rs0n.jargyle.common.net.PortRange
Returns the String representation of this PortRange.
toString() - Method in class com.github.jh3nd3rs0n.jargyle.common.net.PortRanges
Returns the String representation of this PortRanges.
toString() - Method in class com.github.jh3nd3rs0n.jargyle.common.net.SocketSetting
Returns the String representation of this SocketSetting.
toString() - Method in class com.github.jh3nd3rs0n.jargyle.common.net.SocketSettings
Returns the String representation of this SocketSettings.
toString() - Method in class com.github.jh3nd3rs0n.jargyle.common.net.SocketSettingSpec
Returns the String representation of this SocketSettingSpec.
toString() - Method in class com.github.jh3nd3rs0n.jargyle.common.number.NonNegativeInteger
Returns the String representation of this NonNegativeInteger.
toString() - Method in class com.github.jh3nd3rs0n.jargyle.common.number.PositiveInteger
Returns the String representation of this PositiveInteger.
toString() - Method in class com.github.jh3nd3rs0n.jargyle.common.number.UnsignedByte
Returns the String representation of this UnsignedByte.
toString() - Method in class com.github.jh3nd3rs0n.jargyle.common.number.UnsignedShort
Returns the String representation of this UnsignedShort.
toString() - Method in class com.github.jh3nd3rs0n.jargyle.common.security.EncryptedPassword
Retyrns the String representation of this EncryptedPassword.
toString() - Method in class com.github.jh3nd3rs0n.jargyle.common.security.EncryptedPasswordSpec
Returns the String representation of this EncryptedPasswordSpec.
toString() - Method in class com.github.jh3nd3rs0n.jargyle.common.security.EncryptedPasswordValue
Returns the String representation of this EncryptedPasswordValue.
toString() - Method in class com.github.jh3nd3rs0n.jargyle.common.string.CommaSeparatedValues
Returns the String representation of this CommaSeparatedValues.

U

UnsignedByte - Class in com.github.jh3nd3rs0n.jargyle.common.number
An integer between 0 and 255 (inclusive).
UnsignedShort - Class in com.github.jh3nd3rs0n.jargyle.common.number
An integer between 0 and 65535 (inclusive).
unsignedShortValue() - Method in class com.github.jh3nd3rs0n.jargyle.common.net.Port
Returns the UnsignedShort value of this Port.

V

validate(V) - Method in class com.github.jh3nd3rs0n.jargyle.common.net.SocketSettingSpec
Returns the valid provided value.
valueOf(byte) - Static method in class com.github.jh3nd3rs0n.jargyle.common.number.UnsignedByte
Returns a UnsignedByte of the provided byte value.
valueOf(int) - Static method in class com.github.jh3nd3rs0n.jargyle.common.net.Port
Returns a Port of the provided int value.
valueOf(int) - Static method in class com.github.jh3nd3rs0n.jargyle.common.number.NonNegativeInteger
Returns a NonNegativeInteger of the provided int value.
valueOf(int) - Static method in class com.github.jh3nd3rs0n.jargyle.common.number.PositiveInteger
Returns a PositiveInteger of the provided int value.
valueOf(int) - Static method in class com.github.jh3nd3rs0n.jargyle.common.number.UnsignedByte
Returns a UnsignedByte of the provided int value.
valueOf(int) - Static method in class com.github.jh3nd3rs0n.jargyle.common.number.UnsignedShort
Returns a UnsignedShort of the provided int value.
valueOf(short) - Static method in class com.github.jh3nd3rs0n.jargyle.common.number.UnsignedShort
Returns a UnsignedShort of the provided short value.
valueOf(UnsignedShort) - Static method in class com.github.jh3nd3rs0n.jargyle.common.net.Port
Returns a Port of the provided UnsignedShort.
valueOf(String) - Static method in class com.github.jh3nd3rs0n.jargyle.common.net.Port
Returns a Port of the provided String.
valueOf(String) - Static method in class com.github.jh3nd3rs0n.jargyle.common.number.NonNegativeInteger
Returns a NonNegativeInteger of the provided String.
valueOf(String) - Static method in class com.github.jh3nd3rs0n.jargyle.common.number.PositiveInteger
Returns a PositiveInteger of the provided String.
valueOf(String) - Static method in class com.github.jh3nd3rs0n.jargyle.common.number.UnsignedByte
Returns a UnsignedByte of the provided String.
valueOf(String) - Static method in class com.github.jh3nd3rs0n.jargyle.common.number.UnsignedShort
Returns a UnsignedShort of the provided String.
valueOfTypeName(String) - Static method in class com.github.jh3nd3rs0n.jargyle.common.security.EncryptedPasswordSpecConstants
Returns the EncryptedPasswordSpec constant based on the provided type name the constant specifies for its EncryptedPassword.
values() - Static method in class com.github.jh3nd3rs0n.jargyle.common.net.StandardSocketSettingSpecConstants
Returns an unmodifiable List of the SocketSettingSpec constants.
values() - Static method in class com.github.jh3nd3rs0n.jargyle.common.security.EncryptedPasswordSpecConstants
Returns the List of all EncryptedPasswordSpec constants.
valuesMap() - Static method in class com.github.jh3nd3rs0n.jargyle.common.net.StandardSocketSettingSpecConstants
Returns an unmodifiable Map of the SocketSettingSpec constants each associated by the name they specify for their SocketSetting.
valuesMap() - Static method in class com.github.jh3nd3rs0n.jargyle.common.security.EncryptedPasswordSpecConstants
Returns the Map of all EncryptedPasswordSpec constants each associated by the type name they specify for their EncryptedPassword.
A B C E G H I M N O P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values