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
TheUnsignedByteassociated with the type ofAddressthat 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
TheUnsignedByteassociated with theCommandthat 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
TheMethodselected 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.gssapiauthmethod
-
Exception Class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.AbortMessageException
class AbortMessageException extends Socks5Exception implements Serializable- serialVersionUID:
- 1L
-