Serialized Form
-
Package com.github.jh3nd3rs0n.jargyle.client
-
Exception Class com.github.jh3nd3rs0n.jargyle.client.SocksClientIOException
class SocksClientIOException extends IOException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
socksClient
SocksClient socksClient
TheSocksClient
.
-
-
Exception Class com.github.jh3nd3rs0n.jargyle.client.SocksClientSocketException
class SocksClientSocketException extends SocketException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
cause
Throwable cause
The cause. -
socksClient
SocksClient socksClient
The underlyingSocksClient
-
-
-
Package com.github.jh3nd3rs0n.jargyle.client.socks5
-
Exception Class com.github.jh3nd3rs0n.jargyle.client.socks5.FailureReplyException
class FailureReplyException extends Socks5ClientIOException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
failureReply
Reply failureReply
-
-
Exception Class com.github.jh3nd3rs0n.jargyle.client.socks5.Socks5ClientIOException
class Socks5ClientIOException extends SocksClientIOException implements Serializable- serialVersionUID:
- 1L
-
-
Package com.github.jh3nd3rs0n.jargyle.internal.net.ssl
-
Exception Class com.github.jh3nd3rs0n.jargyle.internal.net.ssl.DtlsDatagramSocket.ConnectionClosedException
class ConnectionClosedException extends SSLException implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.github.jh3nd3rs0n.jargyle.internal.net.ssl.DtlsDatagramSocket.ConnectionsCloseException
class ConnectionsCloseException extends IOException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
ioExceptions
List<IOException> ioExceptions
TheIOException
s that occur upon closing DTLS connections.
-
-
-
Package com.github.jh3nd3rs0n.jargyle.protocolbase
-
Exception Class com.github.jh3nd3rs0n.jargyle.protocolbase.SocksException
class SocksException extends IOException implements Serializable- serialVersionUID:
- 1L
-
-
Package com.github.jh3nd3rs0n.jargyle.protocolbase.socks5
-
Exception Class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.AddressTypeNotSupportedException
class AddressTypeNotSupportedException extends Socks5Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
addressType
UnsignedByte addressType
TheUnsignedByte
associated with the type ofAddress
that is unknown or unsupported.
-
-
Exception Class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.CommandNotSupportedException
class CommandNotSupportedException extends Socks5Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
command
UnsignedByte command
TheUnsignedByte
associated with theCommand
that is unknown or unsupported.
-
-
Exception Class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.MethodSubNegotiationException
class MethodSubNegotiationException extends Socks5Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
method
Method method
TheMethod
selected before the error occurred during method sub-negotiation.
-
-
Exception Class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Socks5Exception
class Socks5Exception extends SocksException implements Serializable- serialVersionUID:
- 1L
-
-
Package com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod
-
Exception Class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.AbortMessageException
class AbortMessageException extends Socks5Exception implements Serializable- serialVersionUID:
- 1L
-