Index

B C D E F G I K N O P R S T V 
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
 
build() - Method in class com.github.jh3nd3rs0n.jargyle.internal.concurrent.ExecutorsHelper.CachedThreadPoolBuilder
 
build() - Method in class com.github.jh3nd3rs0n.jargyle.internal.concurrent.ExecutorsHelper.ExecutorBuilder
Builds and returns a new Executor.
build() - Method in class com.github.jh3nd3rs0n.jargyle.internal.concurrent.ExecutorsHelper.FixedThreadPoolBuilder
 

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.concurrent - package com.github.jh3nd3rs0n.jargyle.internal.concurrent
Provides classes for concurrency.
com.github.jh3nd3rs0n.jargyle.internal.io - package com.github.jh3nd3rs0n.jargyle.internal.io
 
com.github.jh3nd3rs0n.jargyle.internal.logging - package com.github.jh3nd3rs0n.jargyle.internal.logging
Provides classes for logging.
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 ConnectionClosedException with the provided reason.
ConnectionsCloseException(List<IOException>) - Constructor for exception class com.github.jh3nd3rs0n.jargyle.internal.net.ssl.DtlsDatagramSocket.ConnectionsCloseException
Constructs a ConnectionsCloseException with the provided List of IOExceptions 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 InputStream the number of bytes from the length of the provided byte array into the provided byte array until the length of the provided byte array is reached or until the end of the provided InputStream is reached.

D

datagramSocket - Variable in class com.github.jh3nd3rs0n.jargyle.internal.net.FilterDatagramSocket
The DatagramSocket to 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 DatagramSocket layered 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.
ExecutorBuilder() - Constructor for class com.github.jh3nd3rs0n.jargyle.internal.concurrent.ExecutorsHelper.ExecutorBuilder
Allows the construction of subclass instances.
ExecutorsHelper - Class in com.github.jh3nd3rs0n.jargyle.internal.concurrent
Helper class for Executors.
ExecutorsHelper.CachedThreadPoolBuilder - Class in com.github.jh3nd3rs0n.jargyle.internal.concurrent
A builder for a cached thread pool.
ExecutorsHelper.ExecutorBuilder - Class in com.github.jh3nd3rs0n.jargyle.internal.concurrent
A builder for an Executor.
ExecutorsHelper.FixedThreadPoolBuilder - Class in com.github.jh3nd3rs0n.jargyle.internal.concurrent
A builder for a fixed thread pool.

F

FilterDatagramSocket - Class in com.github.jh3nd3rs0n.jargyle.internal.net
A DatagramSocket that contains some other DatagramSocket used 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 FilterDatagramSocket with the provided DatagramSocket to be filtered.
FilterSocket - Class in com.github.jh3nd3rs0n.jargyle.internal.net
A Socket that contains some other Socket used 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 FilterSocket with the provided Socket to 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 DatagramSocket layered over the existing DatagramSocket or the existing DatagramSocket.
getEnabledCipherSuites() - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.ssl.DtlsDatagramSocket
Returns a String array of acceptable cipher suites enabled for DTLS connections.
getEnabledProtocols() - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.ssl.DtlsDatagramSocket
Returns a String array 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 List of IOExceptions 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 provided InputStream of 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 KeyStore from the provided InputStream of 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 Socket layered over the existing connected Socket or the existing connected Socket.
getSocket(Socket, String, int, boolean) - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.ssl.SslSocketFactory
Returns depending on the implementation either a new Socket layered over the existing Socket connected to the named host at the given port or the existing Socket.
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 SSLContext that implements the provided protocol and is initialized with the provided array of KeyManagers containing authentication keys and the provided array of TrustManagers 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 provided InputStream of 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 boolean value to indicate that this DtlsDatagramSocket will 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 boolean value indicating if the provided Throwable is an instance of the provided Class or has a Throwable of the provided Class.
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.
newCachedThreadPoolBuilder() - Static method in class com.github.jh3nd3rs0n.jargyle.internal.concurrent.ExecutorsHelper
Returns a new CachedThreadPoolBuilder.
newFixedThreadPoolBuilder(int) - Static method in class com.github.jh3nd3rs0n.jargyle.internal.concurrent.ExecutorsHelper
Returns a new FixedThreadPoolBuilder with the provided fixed number of threads for a fixed thread pool.
newInstance(SSLContext) - Static method in class com.github.jh3nd3rs0n.jargyle.internal.net.ssl.DtlsDatagramSocketFactory
Returns a new default DtlsDatagramSocketFactory with the provided SSLContext as DTLS context.
newInstance(SSLContext) - Static method in class com.github.jh3nd3rs0n.jargyle.internal.net.ssl.SslSocketFactory
Returns a new default SslSocketFactory with the provided SSLContext.
newVirtualThreadPerTaskExecutorOrElse(ExecutorsHelper.ExecutorBuilder) - Static method in class com.github.jh3nd3rs0n.jargyle.internal.concurrent.ExecutorsHelper
Returns a new virtual-thread-per-task-executor or a new ExecutorService provided by the provided ExecutorBuilder.

O

objectLogMessage(Object, String, Object...) - Static method in class com.github.jh3nd3rs0n.jargyle.internal.logging.ObjectLogMessageHelper
Creates a log message of the provided Object and its associated format message and its arguments.
ObjectLogMessageHelper - Class in com.github.jh3nd3rs0n.jargyle.internal.logging
Helper class for creating log messages of Objects and their associated messages.

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 String array of acceptable cipher suites enabled for DTLS connections with a provided String array.
setEnabledProtocols(String[]) - Method in class com.github.jh3nd3rs0n.jargyle.internal.net.ssl.DtlsDatagramSocket
Sets the String array of acceptable protocol versions enabled for DTLS connections with the provided String array.
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 boolean value to indicate that this DtlsDatagramSocket will 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 Socket to 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 String representation 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.
B C D E F G I K N O P R S T V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form