Serialized Form
-
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
-