Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
B
- bind(SocketAddress) - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterDatagramSocket
- bind(SocketAddress) - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterSocket
C
- close() - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterDatagramSocket
- close() - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterSocket
- close() - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.ssl.DtlsDatagramSocket
-
Closes this
DtlsDatagramSocket. - com.github.jh3nd3rs0n.jargyle.internal - module com.github.jh3nd3rs0n.jargyle.internal
-
Defines the internal API used by all modules.
- com.github.jh3nd3rs0n.jargyle.internal.annotation - package com.github.jh3nd3rs0n.jargyle.internal.annotation
-
Provides annotations.
- com.github.jh3nd3rs0n.jargyle.internal.io - package com.github.jh3nd3rs0n.jargyle.internal.io
- com.github.jh3nd3rs0n.jargyle.internal.net - package com.github.jh3nd3rs0n.jargyle.internal.net
-
Provides classes for networking.
- com.github.jh3nd3rs0n.jargyle.internal.net.ssl - package com.github.jh3nd3rs0n.jargyle.internal.net.ssl
-
Provides classes for networking with SSL, TLS, and DTLS.
- com.github.jh3nd3rs0n.jargyle.internal.security - package com.github.jh3nd3rs0n.jargyle.internal.security
-
Provides classes for security.
- com.github.jh3nd3rs0n.jargyle.internal.throwable - package com.github.jh3nd3rs0n.jargyle.internal.throwable
-
Provides classes for
Throwables. - connect(InetAddress, int) - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterDatagramSocket
- connect(SocketAddress) - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterDatagramSocket
- connect(SocketAddress) - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterSocket
- connect(SocketAddress, int) - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterSocket
- ConnectionClosedException(String) - Constructor for exception class com.github.jh3nd3rs0n.jargyle.internal.net.ssl.DtlsDatagramSocket.ConnectionClosedException
-
Constructs a
ConnectionClosedExceptionwith the provided reason. - ConnectionsCloseException(List<IOException>) - Constructor for exception class com.github.jh3nd3rs0n.jargyle.internal.net.ssl.DtlsDatagramSocket.ConnectionsCloseException
-
Constructs a
ConnectionsCloseExceptionwith the providedListofIOExceptions that occur upon closing DTLS connections. - continuouslyReadFrom(InputStream, byte[]) - Static method in class com.github.jh3nd3rs0n.jargyle.internal.io.InputStreamHelper
-
Continuously reads from the provided
InputStreamthe number of bytes from the length of the providedbytearray into the providedbytearray until the length of the providedbytearray is reached or until the end of the providedInputStreamis reached.
D
- datagramSocket - Variable in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterDatagramSocket
-
The
DatagramSocketto be filtered. - DEFAULT_WRAPPED_RECEIVE_BUFFER_SIZE - Static variable in class com.github.jh3nd3rs0n.jargyle.internal.net.ssl.DtlsDatagramSocket
-
The default buffer size for receiving DTLS wrapped datagrams.
- defaultValue() - Element in annotation interface com.github.jh3nd3rs0n.jargyle.internal.annotation.NameValuePairValueSpecDoc
-
The default value of the name value pair value.
- description() - Element in annotation interface com.github.jh3nd3rs0n.jargyle.internal.annotation.EnumValueDoc
-
The description of the enum value.
- description() - Element in annotation interface com.github.jh3nd3rs0n.jargyle.internal.annotation.EnumValueTypeDoc
-
The description of the enum value type.
- description() - Element in annotation interface com.github.jh3nd3rs0n.jargyle.internal.annotation.NameValuePairValueSpecDoc
-
The description of the name value pair value.
- description() - Element in annotation interface com.github.jh3nd3rs0n.jargyle.internal.annotation.NameValuePairValueSpecsDoc
-
The description of the name value pair values.
- description() - Element in annotation interface com.github.jh3nd3rs0n.jargyle.internal.annotation.NameValuePairValueTypeDoc
-
The description of a name value pair value type.
- description() - Element in annotation interface com.github.jh3nd3rs0n.jargyle.internal.annotation.SingleValueSpecDoc
-
The description of the single value.
- description() - Element in annotation interface com.github.jh3nd3rs0n.jargyle.internal.annotation.SingleValueSpecsDoc
-
The description of the single values.
- description() - Element in annotation interface com.github.jh3nd3rs0n.jargyle.internal.annotation.SingleValueTypeDoc
-
The description of the single value type.
- description() - Element in annotation interface com.github.jh3nd3rs0n.jargyle.internal.annotation.ValuesValueTypeDoc
-
The description of the values value type.
- disconnect() - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterDatagramSocket
- DtlsDatagramSocket - Class in com.github.jh3nd3rs0n.jargyle.internal.net.ssl
-
A
DatagramSocketlayered with Datagram Transport Layer Security (DTLS). - DtlsDatagramSocket.ConnectionClosedException - Exception Class in com.github.jh3nd3rs0n.jargyle.internal.net.ssl
-
Thrown when a DTLS connection is closed.
- DtlsDatagramSocket.ConnectionsCloseException - Exception Class in com.github.jh3nd3rs0n.jargyle.internal.net.ssl
-
Thrown when
IOExceptions occur upon closing DTLS connections. - DtlsDatagramSocketFactory - Class in com.github.jh3nd3rs0n.jargyle.internal.net.ssl
-
A factory that may create
DtlsDatagramSockets. - DtlsDatagramSocketFactory() - Constructor for class com.github.jh3nd3rs0n.jargyle.internal.net.ssl.DtlsDatagramSocketFactory
-
Allows the construction of subclass instances.
E
- elementValueType() - Element in annotation interface com.github.jh3nd3rs0n.jargyle.internal.annotation.ValuesValueTypeDoc
-
The type of element value of the values value type.
- EnumValueDoc - Annotation Interface in com.github.jh3nd3rs0n.jargyle.internal.annotation
-
The documentation of an enum value.
- EnumValueTypeDoc - Annotation Interface in com.github.jh3nd3rs0n.jargyle.internal.annotation
-
The documentation of an enum value type.
F
- FilterDatagramSocket - Class in com.github.jh3nd3rs0n.jargyle.internal.net
-
A
DatagramSocketthat contains some otherDatagramSocketused as a source of data, possibly transforming the data along the way or providing additional functionality. - FilterDatagramSocket(DatagramSocket) - Constructor for class com.github.jh3nd3rs0n.jargyle.internal.net.FilterDatagramSocket
-
Constructs an unbound
FilterDatagramSocketwith the providedDatagramSocketto be filtered. - FilterSocket - Class in com.github.jh3nd3rs0n.jargyle.internal.net
-
A
Socketthat contains some otherSocketused as a source of data, possibly transforming the data along the way or providing additional functionality. - FilterSocket(Socket) - Constructor for class com.github.jh3nd3rs0n.jargyle.internal.net.FilterSocket
-
Constructs an unbound
FilterSocketwith the providedSocketto be filtered.
G
- getBroadcast() - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterDatagramSocket
- getChannel() - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterDatagramSocket
- getChannel() - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterSocket
- getChannel() - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.ssl.DtlsDatagramSocket
-
Throws an
UnsupportedOperationException. - getDatagramSocket(DatagramSocket) - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.ssl.DtlsDatagramSocketFactory
-
Returns depending on the implementation either a new
DatagramSocketlayered over the existingDatagramSocketor the existingDatagramSocket. - getEnabledCipherSuites() - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.ssl.DtlsDatagramSocket
-
Returns a
Stringarray of acceptable cipher suites enabled for DTLS connections. - getEnabledProtocols() - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.ssl.DtlsDatagramSocket
-
Returns a
Stringarray of acceptable protocol versions enabled for DTLS connections. - getInetAddress() - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterDatagramSocket
- getInetAddress() - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterSocket
- getInputStream() - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterSocket
- getIOExceptions() - Method in exception class com.github.jh3nd3rs0n.jargyle.internal.net.ssl.DtlsDatagramSocket.ConnectionsCloseException
-
Returns an unmodifiable
ListofIOExceptions that occur upon closing DTLS connections. - getKeepAlive() - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterSocket
- getKeyManagers(InputStream, char[], String) - Static method in class com.github.jh3nd3rs0n.jargyle.internal.net.ssl.KeyManagerHelper
-
Returns an array of
KeyManagers from the providedInputStreamof the key store, the provided password of the key store, and the optionally provided type of key store. - getKeyStore(InputStream, char[], String) - Static method in class com.github.jh3nd3rs0n.jargyle.internal.security.KeyStoreHelper
-
Returns a
KeyStorefrom the providedInputStreamof the key store, the provided password for the key store, and the optionally provided type of key store. - getLocalAddress() - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterDatagramSocket
- getLocalAddress() - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterSocket
- getLocalPort() - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterDatagramSocket
- getLocalPort() - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterSocket
- getLocalSocketAddress() - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterDatagramSocket
- getLocalSocketAddress() - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterSocket
- getOOBInline() - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterSocket
- getOption(SocketOption<T>) - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterDatagramSocket
- getOption(SocketOption<T>) - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterSocket
- getOutputStream() - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterSocket
- getPort() - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterDatagramSocket
- getPort() - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterSocket
- getReceiveBufferSize() - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterDatagramSocket
- getReceiveBufferSize() - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterSocket
- getRemoteSocketAddress() - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterDatagramSocket
- getRemoteSocketAddress() - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterSocket
- getReuseAddress() - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterDatagramSocket
- getReuseAddress() - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterSocket
- getSendBufferSize() - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterDatagramSocket
- getSendBufferSize() - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterSocket
- getSocket(Socket, InputStream, boolean) - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.ssl.SslSocketFactory
-
Returns depending on the implementation either a new server mode
Socketlayered over the existing connectedSocketor the existing connectedSocket. - getSocket(Socket, String, int, boolean) - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.ssl.SslSocketFactory
-
Returns depending on the implementation either a new
Socketlayered over the existingSocketconnected to the named host at the given port or the existingSocket. - getSoLinger() - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterSocket
- getSoTimeout() - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterDatagramSocket
- getSoTimeout() - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterSocket
- getSslContext(String, KeyManager[], TrustManager[]) - Static method in class com.github.jh3nd3rs0n.jargyle.internal.net.ssl.SslContextHelper
-
Returns a
SSLContextthat implements the provided protocol and is initialized with the provided array ofKeyManagers containing authentication keys and the provided array ofTrustManagers containing peer authentication trust decisions. - getTcpNoDelay() - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterSocket
- getTrafficClass() - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterDatagramSocket
- getTrafficClass() - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterSocket
- getTrustManagers(InputStream, char[], String) - Static method in class com.github.jh3nd3rs0n.jargyle.internal.net.ssl.TrustManagerHelper
-
Returns an array of
TrustManagers from the providedInputStreamof the trust store, the provided password of the trust store, and the optionally provided type of trust store. - getUseClientMode() - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.ssl.DtlsDatagramSocket
-
Returns the
booleanvalue to indicate that thisDtlsDatagramSocketwill operate in client mode, meaning it will initiate the communication with the peer. - getWrappedReceiveBufferSize() - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.ssl.DtlsDatagramSocket
-
Returns the buffer size for receiving DTLS wrapped datagrams.
I
- InputStreamHelper - Class in com.github.jh3nd3rs0n.jargyle.internal.io
-
Helper class for
InputStreams. - isBound() - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterDatagramSocket
- isBound() - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterSocket
- isClosed() - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterDatagramSocket
- isClosed() - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterSocket
- isConnected() - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterDatagramSocket
- isConnected() - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterSocket
- isInputShutdown() - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterSocket
- isOrHasInstanceOf(Throwable, Class<? extends Throwable>) - Static method in class com.github.jh3nd3rs0n.jargyle.internal.throwable.ThrowableHelper
-
Returns the
booleanvalue indicating if the providedThrowableis an instance of the providedClassor has aThrowableof the providedClass. - isOutputShutdown() - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterSocket
K
- KeyManagerHelper - Class in com.github.jh3nd3rs0n.jargyle.internal.net.ssl
-
Helper class for
KeyManagers. - KeyStoreHelper - Class in com.github.jh3nd3rs0n.jargyle.internal.security
-
Helper class for
KeyStores.
N
- name() - Element in annotation interface com.github.jh3nd3rs0n.jargyle.internal.annotation.EnumValueTypeDoc
-
The name of the enum value type.
- name() - Element in annotation interface com.github.jh3nd3rs0n.jargyle.internal.annotation.NameValuePairValueSpecDoc
-
The name of the name value pair value.
- name() - Element in annotation interface com.github.jh3nd3rs0n.jargyle.internal.annotation.NameValuePairValueSpecsDoc
-
The name of the name value pair values.
- name() - Element in annotation interface com.github.jh3nd3rs0n.jargyle.internal.annotation.NameValuePairValueTypeDoc
-
The name of the name value pair value type.
- name() - Element in annotation interface com.github.jh3nd3rs0n.jargyle.internal.annotation.SingleValueSpecDoc
-
The name of the single value.
- name() - Element in annotation interface com.github.jh3nd3rs0n.jargyle.internal.annotation.SingleValueSpecsDoc
-
The name of the single values.
- name() - Element in annotation interface com.github.jh3nd3rs0n.jargyle.internal.annotation.SingleValueTypeDoc
-
The name of the single value type.
- name() - Element in annotation interface com.github.jh3nd3rs0n.jargyle.internal.annotation.ValuesValueTypeDoc
-
The name of the values value type.
- NameValuePairValueSpecDoc - Annotation Interface in com.github.jh3nd3rs0n.jargyle.internal.annotation
-
The documentation of the specification of a name value pair value.
- nameValuePairValueSpecs() - Element in annotation interface com.github.jh3nd3rs0n.jargyle.internal.annotation.NameValuePairValueTypeDoc
-
The specifications of the name value pair values of the name value pair value type.
- NameValuePairValueSpecsDoc - Annotation Interface in com.github.jh3nd3rs0n.jargyle.internal.annotation
-
The documentation of the specifications of name value pair values.
- NameValuePairValueTypeDoc - Annotation Interface in com.github.jh3nd3rs0n.jargyle.internal.annotation
-
The documentation of a name value pair value type.
- newInstance(SSLContext) - Static method in class com.github.jh3nd3rs0n.jargyle.internal.net.ssl.DtlsDatagramSocketFactory
-
Returns a new default
DtlsDatagramSocketFactorywith the providedSSLContextas DTLS context. - newInstance(SSLContext) - Static method in class com.github.jh3nd3rs0n.jargyle.internal.net.ssl.SslSocketFactory
-
Returns a new default
SslSocketFactorywith the providedSSLContext.
P
- printStackTrace() - Method in exception class com.github.jh3nd3rs0n.jargyle.internal.net.ssl.DtlsDatagramSocket.ConnectionsCloseException
- printStackTrace(PrintStream) - Method in exception class com.github.jh3nd3rs0n.jargyle.internal.net.ssl.DtlsDatagramSocket.ConnectionsCloseException
- printStackTrace(PrintWriter) - Method in exception class com.github.jh3nd3rs0n.jargyle.internal.net.ssl.DtlsDatagramSocket.ConnectionsCloseException
R
- receive(DatagramPacket) - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterDatagramSocket
- receive(DatagramPacket) - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.ssl.DtlsDatagramSocket
S
- send(DatagramPacket) - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterDatagramSocket
- send(DatagramPacket) - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.ssl.DtlsDatagramSocket
- sendUrgentData(int) - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterSocket
- setBroadcast(boolean) - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterDatagramSocket
- setEnabledCipherSuites(String[]) - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.ssl.DtlsDatagramSocket
-
Sets the
Stringarray of acceptable cipher suites enabled for DTLS connections with a providedStringarray. - setEnabledProtocols(String[]) - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.ssl.DtlsDatagramSocket
-
Sets the
Stringarray of acceptable protocol versions enabled for DTLS connections with the providedStringarray. - setKeepAlive(boolean) - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterSocket
- setOOBInline(boolean) - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterSocket
- setOption(SocketOption<T>, T) - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterDatagramSocket
- setOption(SocketOption<T>, T) - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterSocket
- setPerformancePreferences(int, int, int) - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterSocket
- setReceiveBufferSize(int) - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterDatagramSocket
- setReceiveBufferSize(int) - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterSocket
- setReuseAddress(boolean) - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterDatagramSocket
- setReuseAddress(boolean) - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterSocket
- setSendBufferSize(int) - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterDatagramSocket
- setSendBufferSize(int) - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterSocket
- setSoLinger(boolean, int) - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterSocket
- setSoTimeout(int) - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterDatagramSocket
- setSoTimeout(int) - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterSocket
- setTcpNoDelay(boolean) - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterSocket
- setTrafficClass(int) - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterDatagramSocket
- setTrafficClass(int) - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterSocket
- setUseClientMode(boolean) - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.ssl.DtlsDatagramSocket
-
Sets the
booleanvalue to indicate that thisDtlsDatagramSocketwill operate in client mode. - setWrappedReceiveBufferSize(int) - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.ssl.DtlsDatagramSocket
-
Sets the buffer size for receiving DTLS wrapped datagrams.
- shutdownInput() - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterSocket
- shutdownOutput() - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterSocket
- SingleValueSpecDoc - Annotation Interface in com.github.jh3nd3rs0n.jargyle.internal.annotation
-
The documentation of the specification of a single value.
- singleValueSpecs() - Element in annotation interface com.github.jh3nd3rs0n.jargyle.internal.annotation.SingleValueTypeDoc
-
The specifications of the single values of the single value type.
- SingleValueSpecsDoc - Annotation Interface in com.github.jh3nd3rs0n.jargyle.internal.annotation
-
The documentation of the specifications of single values.
- SingleValueTypeDoc - Annotation Interface in com.github.jh3nd3rs0n.jargyle.internal.annotation
-
The documentation of a single value type.
- socket - Variable in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterSocket
-
The
Socketto be filtered. - SslContextHelper - Class in com.github.jh3nd3rs0n.jargyle.internal.net.ssl
-
Helper class for
SSLContexts. - SslSocketFactory - Class in com.github.jh3nd3rs0n.jargyle.internal.net.ssl
-
A factory that may create
SSLSockets. - SslSocketFactory() - Constructor for class com.github.jh3nd3rs0n.jargyle.internal.net.ssl.SslSocketFactory
-
Allows the construction of subclass instances.
- supportedOptions() - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterDatagramSocket
- supportedOptions() - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterSocket
- syntax() - Element in annotation interface com.github.jh3nd3rs0n.jargyle.internal.annotation.EnumValueTypeDoc
-
The syntax of the enum value.
- syntax() - Element in annotation interface com.github.jh3nd3rs0n.jargyle.internal.annotation.NameValuePairValueSpecDoc
-
The syntax of the name value pair value.
- syntax() - Element in annotation interface com.github.jh3nd3rs0n.jargyle.internal.annotation.NameValuePairValueTypeDoc
-
The syntax of the name value pair value.
- syntax() - Element in annotation interface com.github.jh3nd3rs0n.jargyle.internal.annotation.SingleValueSpecDoc
-
The syntax of the single value
- syntax() - Element in annotation interface com.github.jh3nd3rs0n.jargyle.internal.annotation.SingleValueTypeDoc
-
The syntax of the single value.
- syntax() - Element in annotation interface com.github.jh3nd3rs0n.jargyle.internal.annotation.ValuesValueTypeDoc
-
The syntax of the values value.
- syntaxName() - Element in annotation interface com.github.jh3nd3rs0n.jargyle.internal.annotation.EnumValueTypeDoc
-
The syntax name of the enum value to be used in other syntaxes.
- syntaxName() - Element in annotation interface com.github.jh3nd3rs0n.jargyle.internal.annotation.NameValuePairValueTypeDoc
-
The syntax name of the name value pair value to be used in other syntaxes.
- syntaxName() - Element in annotation interface com.github.jh3nd3rs0n.jargyle.internal.annotation.SingleValueTypeDoc
-
The syntax name of the single value to be used in other syntaxes.
- syntaxName() - Element in annotation interface com.github.jh3nd3rs0n.jargyle.internal.annotation.ValuesValueTypeDoc
-
The syntax name of the values value to be used in other syntaxes.
T
- ThrowableHelper - Class in com.github.jh3nd3rs0n.jargyle.internal.throwable
-
Helper class for
Throwables. - toString() - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterDatagramSocket
- toString() - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterSocket
- toString() - Method in exception class com.github.jh3nd3rs0n.jargyle.internal.net.ssl.DtlsDatagramSocket.ConnectionsCloseException
- toString() - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.ssl.DtlsDatagramSocket
- TrustManagerHelper - Class in com.github.jh3nd3rs0n.jargyle.internal.net.ssl
-
Helper class for
TrustManagers.
V
- value() - Element in annotation interface com.github.jh3nd3rs0n.jargyle.internal.annotation.EnumValueDoc
-
The
Stringrepresentation of the enum value. - ValuesValueTypeDoc - Annotation Interface in com.github.jh3nd3rs0n.jargyle.internal.annotation
-
The documentation of a values value type.
- valueType() - Element in annotation interface com.github.jh3nd3rs0n.jargyle.internal.annotation.NameValuePairValueSpecDoc
-
The type of value of the name value pair value.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form