Index

A B C D E G H I L M N O P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbortMessage - Enum Class in com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod
A message sent by the server refusing the client's connection for any reason (GSS-API authentication failure or otherwise).
AbortMessageException - Exception Class in com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod
Thrown when the client receives an AbortMessage from the server.
AbortMessageException() - Constructor for exception class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.AbortMessageException
Constructs an AbortMessageException.
Address - Class in com.github.jh3nd3rs0n.jargyle.protocolbase.socks5
An identifier or a virtual location of a node of a network.
Address(UnsignedByte, String) - Constructor for class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Address
Constructs an Address with the provided UnsignedByte associated with this type of Address and the provided name or address.
ADDRESS_TYPE - Static variable in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.address.impl.DomainName
The UnsignedByte associated with this type of Address.
ADDRESS_TYPE - Static variable in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.address.impl.Ipv4Address
The UnsignedByte associated with this type of Address.
ADDRESS_TYPE - Static variable in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.address.impl.Ipv6Address
The UnsignedByte associated with this type of Address.
ADDRESS_TYPE_BYTE_VALUE - Static variable in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.address.impl.DomainName
The byte value associated with this type of Address.
ADDRESS_TYPE_BYTE_VALUE - Static variable in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.address.impl.Ipv4Address
The byte value associated with this type of Address.
ADDRESS_TYPE_BYTE_VALUE - Static variable in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.address.impl.Ipv6Address
The byte value associated with this type of Address.
ADDRESS_TYPE_NOT_SUPPORTED - Enum constant in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.ReplyCode
A reply from the SOCKS server indicating that the address type of the desired destination address of the request to the SOCKS server is not supported.
AddressTypeNotSupportedException - Exception Class in com.github.jh3nd3rs0n.jargyle.protocolbase.socks5
Thrown when a type of Address is unknown or unsupported.
AddressTypeNotSupportedException(UnsignedByte) - Constructor for exception class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.AddressTypeNotSupportedException
Constructs an AddressTypeNotSupportedException with the provided UnsignedByte associated with the type of Address that is unknown or unsupported.
AuthenticationMessage - Class in com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod
A message sent by the client or the server during the authentication process.

B

BIND - Enum constant in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Command
A request to the SOCKS server to bind to another address and port in order to receive an inbound connection.
byteValue() - Method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Command
Returns the byte value associated with this Command.
byteValue() - Method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.ProtectionLevel
Returns the byte value associated with this ProtectionLevel.
byteValue() - Method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.Version
Returns the byte value associated with this Version.
byteValue() - Method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Method
Returns the byte value associated with this Method.
byteValue() - Method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.ReplyCode
Returns the byte value associated with this ReplyCode.
byteValue() - Method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassmethod.Version
Returns the byte value associated with this Version.
byteValue() - Method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Version
Returns the byte value associated with this Version.

C

ClientMethodSelectionMessage - Class in com.github.jh3nd3rs0n.jargyle.protocolbase.socks5
A method selection message sent from the client.
com.github.jh3nd3rs0n.jargyle.protocolbase - module com.github.jh3nd3rs0n.jargyle.protocolbase
Defines the foundational API for the SOCKS client API and the SOCKS server API.
com.github.jh3nd3rs0n.jargyle.protocolbase - package com.github.jh3nd3rs0n.jargyle.protocolbase
Provides classes for the SOCKS protocol.
com.github.jh3nd3rs0n.jargyle.protocolbase.socks5 - package com.github.jh3nd3rs0n.jargyle.protocolbase.socks5
Provides classes for the SOCKS5 protocol.
com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.address.impl - package com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.address.impl
Provides implementations of Address.
com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod - package com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod
Provides classes for the GSS-API authentication method of the SOCKS5 protocol.
com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassmethod - package com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassmethod
Provides classes for the username password authentication method of the SOCKS5 protocol.
Command - Enum Class in com.github.jh3nd3rs0n.jargyle.protocolbase.socks5
Type of request to the SOCKS server.
COMMAND_NOT_SUPPORTED - Enum constant in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.ReplyCode
A reply from the SOCKS server indicating that the command of the request to the SOCKS server is not supported.
CommandNotSupportedException - Exception Class in com.github.jh3nd3rs0n.jargyle.protocolbase.socks5
Thrown when a Command is unknown or unsupported.
CommandNotSupportedException(UnsignedByte) - Constructor for exception class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.CommandNotSupportedException
Constructs a CommandNotSupportedException with the provided UnsignedByte associated with the Command that is unknown or unsupported.
CONNECT - Enum constant in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Command
A request to the SOCKS server to connect to another server.
CONNECTION_NOT_ALLOWED_BY_RULESET - Enum constant in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.ReplyCode
A reply from the SOCKS server indicating that the connection was not allowed by the ruleset.
CONNECTION_REFUSED - Enum constant in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.ReplyCode
A reply from the SOCKS server indicating that the connection was refused.
contains(ProtectionLevel) - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.ProtectionLevels
Returns the boolean value to indicate if this ProtectionLevels contains the provided ProtectionLevel.
contains(Method) - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Methods
Returns the boolean value to indicate if this Methods contains the provided Method.

D

DomainName - Class in com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.address.impl
A fully-qualified domain name.

E

EncapsulatedUserDataMessage - Class in com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod
A message with user data encapsulated by GSS-API.
equals(Object) - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Address
 
equals(Object) - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.ClientMethodSelectionMessage
 
equals(Object) - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.AuthenticationMessage
 
equals(Object) - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.EncapsulatedUserDataMessage
 
equals(Object) - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.ProtectionLevelNegotiationMessage
 
equals(Object) - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.ProtectionLevels
 
equals(Object) - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.Token
 
equals(Object) - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Methods
 
equals(Object) - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Reply
 
equals(Object) - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Request
 
equals(Object) - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.ServerMethodSelectionMessage
 
equals(Object) - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.UdpRequest
 
equals(Object) - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassmethod.Request
 
equals(Object) - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassmethod.Response
 

G

GENERAL_SOCKS_SERVER_FAILURE - Enum constant in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.ReplyCode
A reply from the SOCKS server indicating general SOCKS server failure.
getAddressType() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Address
Returns the UnsignedByte associated with this type of Address.
getAddressType() - Method in exception class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.AddressTypeNotSupportedException
Returns the UnsignedByte associated with the type of Address that is unknown or unsupported.
getBytes() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Address
Returns the bytes of this Address.
getBytes() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.address.impl.DomainName
 
getBytes() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.address.impl.Ipv4Address
 
getBytes() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.address.impl.Ipv6Address
 
getBytes() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.Token
Returns the bytes of this Token.
getCommand() - Method in exception class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.CommandNotSupportedException
Returns the provided UnsignedByte associated with the Command that is unknown or unsupported.
getCommand() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Request
Returns the Command of this Request.
getCurrentFragmentNumber() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.UdpRequest
Returns the current fragment number of this UdpRequest.
getDatagramSocket(DatagramSocket) - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.GssapiMethodEncapsulation
 
getDatagramSocket(DatagramSocket) - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.MethodEncapsulation
Takes the provided plain DatagramSocket and returns based on the negotiated authentication method a DatagramSocket that may encapsulate data to be sent and may de-encapsulate data received.
getDefault() - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.ProtectionLevels
Returns the default instance of ProtectionLevels.
getDefault() - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Methods
Returns the default instance of Methods.
getDesiredDestinationAddress() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Request
Returns the desired destination Address of this Request.
getDesiredDestinationAddress() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.UdpRequest
Returns the desired destination Address of this UdpRequest.
getDesiredDestinationPort() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Request
Returns the desired destination Port of this Request.
getDesiredDestinationPort() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.UdpRequest
Returns the desired destination Port of this UdpRequest.
getFirst() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.ProtectionLevels
Returns the first ProtectionLevel of this ProtectionLevels.
getMessageType() - Method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.AbortMessage
Returns the UnsignedByte associated with this type of message.
getMessageType() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.AuthenticationMessage
Returns the UnsignedByte associated with this type of message.
getMessageType() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.EncapsulatedUserDataMessage
Returns the UnsignedByte associated with this type of message.
getMessageType() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.ProtectionLevelNegotiationMessage
Returns the UnsignedByte associated with this type of message.
getMethod() - Method in exception class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.MethodSubNegotiationException
Returns the Method selected before the error occurred during sub-negotiation.
getMethod() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.ServerMethodSelectionMessage
Returns the Method of this ServerMethodSelectionMessage.
getMethods() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.ClientMethodSelectionMessage
Returns the Methods of this ClientMethodSelectionMessage.
getPassword() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassmethod.Request
Returns the password of this Request.
getReplyCode() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Reply
Returns the ReplyCode of this Reply.
getServerBoundAddress() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Reply
Returns the server bound Address of this Reply.
getServerBoundPort() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Reply
Returns the server bound Port of this Reply.
getSocket() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.GssapiMethodEncapsulation
 
getSocket() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.MethodEncapsulation
Returns based on the negotiated authentication method a Socket that may encapsulate data to be sent and may de-encapsulate data received.
getStatus() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassmethod.Response
Returns the status UnsignedByte of this Response.
getToken() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.AuthenticationMessage
Returns the Token of this AuthenticationMessage.
getToken() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.EncapsulatedUserDataMessage
Returns the Token of this EncapsulatedUserDataMessage.
getToken() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.ProtectionLevelNegotiationMessage
Returns the Token of this ProtectionLevelNegotiationMessage.
getUserData() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.UdpRequest
Returns the user data of this UdpRequest.
getUsername() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassmethod.Request
Returns the username of this Request.
getVersion() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.ClientMethodSelectionMessage
Returns the Version of this ClientMethodSelectionMessage.
getVersion() - Method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.AbortMessage
Returns the Version of this AbortMessage.
getVersion() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.AuthenticationMessage
Returns the Version of this AuthenticationMessage.
getVersion() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.EncapsulatedUserDataMessage
Returns the Version of this EncapsulatedUserDataMessage.
getVersion() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.ProtectionLevelNegotiationMessage
Returns the Version of this ProtectionLevelNegotiationMessage.
getVersion() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Reply
Returns the Version of this Reply.
getVersion() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Request
Returns the Version of this Request.
getVersion() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.ServerMethodSelectionMessage
Returns the Version of this ServerMethodSelectionMessage.
getVersion() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassmethod.Request
Returns the Version of this Request.
getVersion() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassmethod.Response
Returns the Version of this Response.
GSSAPI - Enum constant in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Method
GSS-API authentication.
GssapiMethodEncapsulation - Class in com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod
A MethodEncapsulation that provides networking objects that use GSS-API to encapsulate data to be sent and use GSS-API to de-encapsulate data received.
GssapiMethodEncapsulation(Socket, GSSContext, MessageProp) - Constructor for class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.GssapiMethodEncapsulation
Constructs a GssapiMethodEncapsulation with the provided Socket, the provided GSSContext to be used in encapsulating and de-encapsulating data, and the provided MessageProp to be used per-message.

H

hashCode() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Address
 
hashCode() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.ClientMethodSelectionMessage
 
hashCode() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.AuthenticationMessage
 
hashCode() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.EncapsulatedUserDataMessage
 
hashCode() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.ProtectionLevelNegotiationMessage
 
hashCode() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.ProtectionLevels
 
hashCode() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.Token
 
hashCode() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Methods
 
hashCode() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Reply
 
hashCode() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Request
 
hashCode() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.ServerMethodSelectionMessage
 
hashCode() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.UdpRequest
 
hashCode() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassmethod.Request
 
hashCode() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassmethod.Response
 
HOST_UNREACHABLE - Enum constant in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.ReplyCode
A reply from the SOCKS server indicating that the host was unreachable.

I

INSTANCE - Enum constant in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.AbortMessage
The singleton instance of an AbortMessage.
Ipv4Address - Class in com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.address.impl
An IPv4 address.
Ipv6Address - Class in com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.address.impl
An IPv6 address.

L

length() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.Token
Returns the length of bytes of this Token.

M

MAX_LENGTH - Static variable in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.Token
The maximum length of bytes of a Token.
MAX_PASSWD_LENGTH - Static variable in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassmethod.Request
The maximum length of a password in bytes.
MAX_UNAME_LENGTH - Static variable in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassmethod.Request
The maximum length of a username in bytes.
MESSAGE_TYPE - Static variable in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.AbortMessage
The UnsignedByte associated with this type of message.
MESSAGE_TYPE - Static variable in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.AuthenticationMessage
The UnsignedByte associated with this type of message.
MESSAGE_TYPE - Static variable in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.EncapsulatedUserDataMessage
The UnsignedByte associated with this type of message.
MESSAGE_TYPE - Static variable in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.ProtectionLevelNegotiationMessage
The UnsignedByte associated with this type of message.
MESSAGE_TYPE_BYTE_VALUE - Static variable in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.AbortMessage
The byte value associated with this type of message.
MESSAGE_TYPE_BYTE_VALUE - Static variable in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.AuthenticationMessage
The byte value associated with this type of message.
MESSAGE_TYPE_BYTE_VALUE - Static variable in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.EncapsulatedUserDataMessage
The byte value associated with this type of message.
MESSAGE_TYPE_BYTE_VALUE - Static variable in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.ProtectionLevelNegotiationMessage
The byte value associated with this type of message.
Method - Enum Class in com.github.jh3nd3rs0n.jargyle.protocolbase.socks5
Authentication method.
MethodEncapsulation - Class in com.github.jh3nd3rs0n.jargyle.protocolbase.socks5
Provides based on the negotiated authentication method networking objects that may encapsulate data to be sent and may de-encapsulate data received.
MethodEncapsulation() - Constructor for class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.MethodEncapsulation
Allows the construction of subclass instances.
Methods - Class in com.github.jh3nd3rs0n.jargyle.protocolbase.socks5
A collection of Methods.
MethodSubNegotiationException - Exception Class in com.github.jh3nd3rs0n.jargyle.protocolbase.socks5
Thrown when an error occurs during method sub-negotiation.
MethodSubNegotiationException(Method, String) - Constructor for exception class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.MethodSubNegotiationException
Constructs a MethodSubNegotiationException with the provided Method selected before the error occurred during method sub-negotiation and the provided message.
MethodSubNegotiationException(Method, Throwable) - Constructor for exception class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.MethodSubNegotiationException
Constructs a MethodSubNegotiationException with the provided Method selected before the error occurred during method sub-negotiation and the provided cause.

N

NETWORK_UNREACHABLE - Enum constant in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.ReplyCode
A reply from the SOCKS server indicating that the network was unreachable.
newDomainNameFrom(HostName) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.address.impl.DomainName
Returns a new DomainName from the provided HostName.
newDomainNameFrom(InputStream) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.address.impl.DomainName
Returns a new DomainName from the provided InputStream.
newFailureInstance(ReplyCode) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Reply
Returns a new failure Reply with the provided ReplyCode, the server bound IPv4 Address of all zeros, and the server bound Port of zero.
newInstance(byte[]) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.Token
Returns a new Token with the provided bytes.
newInstance(UnsignedByte) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassmethod.Response
Returns a new Response with the provided status UnsignedByte.
newInstance(UnsignedByte, Address, Port, byte[]) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.UdpRequest
Returns a new UdpRequest with the provided current fragment number, the provided desired destination Address, the provided desired destination Port, and the provided user data.
newInstance(Command, Address, Port) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Request
Returns a new Request with the provided Command, the provided desired destination Address, and the provided desired destination Port.
newInstance(Token) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.AuthenticationMessage
Returns a new AuthenticationMessage with the provided Token.
newInstance(Token) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.EncapsulatedUserDataMessage
Returns a new EncapsulatedUserDataMessage with the provided Token.
newInstance(Token) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.ProtectionLevelNegotiationMessage
Returns a new ProtectionLevelNegotiationMessage with the provided Token.
newInstance(Method) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.ServerMethodSelectionMessage
Returns a new ServerMethodSelectionMessage with the provided Method.
newInstance(Methods) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.ClientMethodSelectionMessage
Returns a new ClientMethodSelectionMessage with the provided Methods.
newInstance(ReplyCode, Address, Port) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Reply
Returns a new Reply with the provided ReplyCode, the provided server bound Address, and the provided server bound Port.
newInstance(String, char[]) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassmethod.Request
Returns a new Request with the provided username and the provided password.
newInstanceFrom(byte[]) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.EncapsulatedUserDataMessage
Returns a new EncapsulatedUserDataMessage from the provided byte array.
newInstanceFrom(byte[]) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.UdpRequest
Returns a new UdpRequest from the provided byte array.
newInstanceFrom(InputStream) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Address
Returns a new Address from the provided InputStream.
newInstanceFrom(InputStream) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.ClientMethodSelectionMessage
Returns a new ClientMethodSelectionMessage from the provided InputStream.
newInstanceFrom(InputStream) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.EncapsulatedUserDataMessage
Returns a new EncapsulatedUserDataMessage from the provided InputStream.
newInstanceFrom(InputStream) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.ProtectionLevelNegotiationMessage
Returns a new ProtectionLevelNegotiationMessage from the provided InputStream.
newInstanceFrom(InputStream) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Reply
Returns a new Reply from the provided InputStream.
newInstanceFrom(InputStream) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Request
Returns a new Request from the provided InputStream.
newInstanceFrom(InputStream) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.ServerMethodSelectionMessage
Returns a new ServerMethodSelectionMessage from the provided InputStream.
newInstanceFrom(InputStream) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassmethod.Request
Returns a new Request from the provided InputStream.
newInstanceFrom(InputStream) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassmethod.Response
Returns a new Response from the provided InputStream.
newInstanceFrom(String) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Address
Returns a new Address from the provided String.
newInstanceFrom(String) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.ProtectionLevels
Returns a new instance of ProtectionLevels from the provided String.
newInstanceFrom(String) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Methods
Returns a new instance of Methods from the provided String.
newInstanceFromClient(InputStream) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.AuthenticationMessage
Returns a new AuthenticationMessage from the provided InputStream from the client.
newInstanceFromServer(InputStream) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.AuthenticationMessage
Returns a new AuthenticationMessage from the provided InputStream from the server.
newIpv4AddressFrom(HostIpv4Address) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.address.impl.Ipv4Address
Returns a new Ipv4Address from the provided HostIpv4Address.
newIpv4AddressFrom(InputStream) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.address.impl.Ipv4Address
Returns a new Ipv4Address from the provided InputStream.
newIpv6AddressFrom(HostIpv6Address) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.address.impl.Ipv6Address
Returns a new Ipv6Address from the provided HostIpv6Address.
newIpv6AddressFrom(InputStream) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.address.impl.Ipv6Address
Returns a new Ipv6Address from the provided InputStream.
newMessageProp(int, boolean) - Method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.ProtectionLevel
Returns a new MessageProp (or null) based on this ProtectionLevel.
newNullInstance(Socket) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.MethodEncapsulation
Returns a new instance of MethodEncapsulation that provides plain networking objects such as the provided plain Socket.
newSuccessInstance(Address, Port) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Reply
Returns a new success Reply with the ReplyCode of SUCCEEDED, the provided server bound Address, and the provided server bound Port.
NO_ACCEPTABLE_METHODS - Enum constant in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Method
No acceptable methods.
NO_AUTHENTICATION_REQUIRED - Enum constant in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Method
No authentication required.
NONE - Enum constant in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.ProtectionLevel
No per-message protection.

O

of(ProtectionLevel, ProtectionLevel...) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.ProtectionLevels
Returns a ProtectionLevels of the first provided ProtectionLevel and the provided additional ProtectionLevels.
of(ProtectionLevel, List<ProtectionLevel>) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.ProtectionLevels
Returns a ProtectionLevels of the first provided ProtectionLevel and the provided List of the additional ProtectionLevels.
of(Method...) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Methods
Returns a Methods of the provided Methods.
of(List<Method>) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Methods
Returns a Methods of the provided List of Methods.

P

ProtectionLevel - Enum Class in com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod
Security context protection level.
ProtectionLevelNegotiationMessage - Class in com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod
A message sent by the client or the server during the security context protection level negotiation process.
ProtectionLevels - Class in com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod
A collection of ProtectionLevels.

R

Reply - Class in com.github.jh3nd3rs0n.jargyle.protocolbase.socks5
A reply from the SOCKS server.
ReplyCode - Enum Class in com.github.jh3nd3rs0n.jargyle.protocolbase.socks5
Type of reply from the SOCKS server.
Request - Class in com.github.jh3nd3rs0n.jargyle.protocolbase.socks5
A request to the SOCKS server.
Request - Class in com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassmethod
A username/password request from the client.
REQUIRED_INTEG - Enum constant in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.ProtectionLevel
Required per-message integrity.
REQUIRED_INTEG_AND_CONF - Enum constant in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.ProtectionLevel
Required per-message integrity and confidentiality.
RESOLVE - Enum constant in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Command
A request to the SOCKS server to resolve a host name.
Response - Class in com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassmethod
A response from the server.

S

SELECTIVE_INTEG_OR_CONF - Enum constant in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.ProtectionLevel
Selective per-message integrity or confidentiality based on local client and server configurations.
ServerMethodSelectionMessage - Class in com.github.jh3nd3rs0n.jargyle.protocolbase.socks5
A method selection message from the server.
Socks5Exception - Exception Class in com.github.jh3nd3rs0n.jargyle.protocolbase.socks5
Thrown when an exception occurs during the SOCKS5 protocol.
Socks5Exception() - Constructor for exception class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Socks5Exception
Constructs a Socks5Exception.
Socks5Exception(String) - Constructor for exception class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Socks5Exception
Constructs a Socks5Exception with the provided message.
Socks5Exception(String, Throwable) - Constructor for exception class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Socks5Exception
Constructs a Socks5Exception with the provided message and the provided cause.
Socks5Exception(Throwable) - Constructor for exception class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Socks5Exception
Constructs a Socks5Exception with the provided cause.
SocksException - Exception Class in com.github.jh3nd3rs0n.jargyle.protocolbase
Thrown when an exception occurs during the SOCKS protocol.
SocksException() - Constructor for exception class com.github.jh3nd3rs0n.jargyle.protocolbase.SocksException
Constructs a SocksException.
SocksException(String) - Constructor for exception class com.github.jh3nd3rs0n.jargyle.protocolbase.SocksException
Constructs a SocksException with the provided message.
SocksException(String, Throwable) - Constructor for exception class com.github.jh3nd3rs0n.jargyle.protocolbase.SocksException
Constructs a SocksException with the provided message and the provided cause.
SocksException(Throwable) - Constructor for exception class com.github.jh3nd3rs0n.jargyle.protocolbase.SocksException
Constructs a SocksException with the provided cause.
STATUS_SUCCESS - Static variable in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassmethod.Response
The status UnsignedByte that indicates success.
STATUS_SUCCESS_BYTE_VALUE - Static variable in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassmethod.Response
The status byte value that indicates success.
SUCCEEDED - Enum constant in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.ReplyCode
A reply from the SOCKS server indicating success.

T

toByteArray() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Address
Returns the byte array of the byte value associated with this type of Address followed by the bytes of this Address.
toByteArray() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.ClientMethodSelectionMessage
Returns the byte array of this ClientMethodSelectionMessage.
toByteArray() - Method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.AbortMessage
Returns the byte array of this AbortMessage.
toByteArray() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.AuthenticationMessage
Returns the byte array of this AuthenticationMessage.
toByteArray() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.EncapsulatedUserDataMessage
Returns the byte array of this EncapsulatedUserDataMessage.
toByteArray() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.ProtectionLevelNegotiationMessage
Returns the byte array of this ProtectionLevelNegotiationMessage.
toByteArray() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.Token
Returns the byte array of 2 bytes of the length of bytes of this Token followed by the bytes of this Token.
toByteArray() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Reply
Returns the byte array of this Reply.
toByteArray() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Request
Returns the byte array of this Request.
toByteArray() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.ServerMethodSelectionMessage
Returns the byte array of this ServerMethodSelectionMessage.
toByteArray() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.UdpRequest
Returns the byte array of this UdpRequest.
toByteArray() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassmethod.Request
Returns the byte array of this Request.
toByteArray() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassmethod.Response
Returns the byte array of this Response.
Token - Class in com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod
A token of bytes.
toList() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.ProtectionLevels
Returns an unmodifiable List of ProtectionLevels.
toList() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Methods
Returns an unmodifiable List of Methods.
toString() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Address
Returns the String representation of this Address.
toString() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.ClientMethodSelectionMessage
Returns the String representation of this ClientMethodSelectionMessage.
toString() - Method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.AbortMessage
Returns the String representation of this AbortMessage.
toString() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.AuthenticationMessage
Returns the String representation of this AuthenticationMessage.
toString() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.EncapsulatedUserDataMessage
Returns the String representation of this EncapsulatedUserDataMessage.
toString() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.GssapiMethodEncapsulation
 
toString() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.ProtectionLevelNegotiationMessage
Returns the String representation of this ProtectionLevelNegotiationMessage.
toString() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.ProtectionLevels
Returns the String representation of this ProtectionLevels.
toString() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.Token
Returns the String representation of this Token.
toString() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.MethodEncapsulation
Returns the String representation of this MethodEncapsulation.
toString() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Methods
Returns the String representation of this Methods.
toString() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Reply
Returns the String representation of this Reply.
toString() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Request
Returns the String representation of this Request.
toString() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.ServerMethodSelectionMessage
Returns the String representation of this ServerMethodSelectionMessage.
toString() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.UdpRequest
Returns the String representation of this UdpRequest.
toString() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassmethod.Request
Returns the String representation of this Request.
toString() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassmethod.Response
Returns the String representation of this Response.
TTL_EXPIRED - Enum constant in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.ReplyCode
A reply from the SOCKS server indicating that the TTL expired.

U

UDP_ASSOCIATE - Enum constant in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Command
A request to the SOCKS server to establish an association within the UDP relay process to handle UDP datagrams.
UdpRequest - Class in com.github.jh3nd3rs0n.jargyle.protocolbase.socks5
A forwarded datagram to/from the UDP relay server.
USERNAME_PASSWORD - Enum constant in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Method
Username password authentication.

V

V1 - Enum constant in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.Version
Protocol version 1.
V1 - Enum constant in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassmethod.Version
Protocol version 1.
V5 - Enum constant in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Version
Protocol version 5.
validatePassword(char[]) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassmethod.Request
Validates the provided password.
validateUsername(String) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassmethod.Request
Validates the provided username.
valueOf(String) - Static method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Command
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.AbortMessage
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.ProtectionLevel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.Version
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Method
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.ReplyCode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassmethod.Version
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Version
Returns the enum constant of this class with the specified name.
valueOfByte(byte) - Static method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Command
Returns the enum constant associated with the provided byte value.
valueOfByte(byte) - Static method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.ProtectionLevel
Returns the enum constant associated with the provided byte value.
valueOfByte(byte) - Static method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.Version
Returns the enum constant associated with the provided byte value.
valueOfByte(byte) - Static method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Method
Returns the enum constant associated with the provided byte value.
valueOfByte(byte) - Static method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.ReplyCode
Returns the enum constant associated with the provided byte value.
valueOfByte(byte) - Static method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassmethod.Version
Returns the enum constant associated with the provided byte value.
valueOfByte(byte) - Static method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Version
Returns the enum constant associated with the provided byte value.
valueOfString(String) - Static method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Command
Returns the enum constant of the provided String.
valueOfString(String) - Static method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.ProtectionLevel
Returns the enum constant of the provided String.
valueOfString(String) - Static method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Method
Returns the enum constant of the provided String.
values() - Static method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Command
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.AbortMessage
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.ProtectionLevel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.Version
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Method
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.ReplyCode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassmethod.Version
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Version
Returns an array containing the constants of this enum class, in the order they are declared.
Version - Enum Class in com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod
Protocol version.
Version - Enum Class in com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassmethod
Protocol version.
Version - Enum Class in com.github.jh3nd3rs0n.jargyle.protocolbase.socks5
Protocol version.
A B C D E G H I L M N O P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form