Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbortMessage - Enum Class in com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod
-
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.gssapiauthmethod
-
Thrown when the client receives an
AbortMessagefrom the server. - AbortMessageException() - Constructor for exception class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.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
Addresswith the providedUnsignedByteassociated with this type ofAddressand the provided name or address. - ADDRESS_TYPE - Static variable in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.address.impl.DomainName
-
The
UnsignedByteassociated with this type ofAddress. - ADDRESS_TYPE - Static variable in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.address.impl.Ipv4Address
-
The
UnsignedByteassociated with this type ofAddress. - ADDRESS_TYPE - Static variable in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.address.impl.Ipv6Address
-
The
UnsignedByteassociated with this type ofAddress. - ADDRESS_TYPE_BYTE_VALUE - Static variable in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.address.impl.DomainName
-
The
bytevalue associated with this type ofAddress. - ADDRESS_TYPE_BYTE_VALUE - Static variable in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.address.impl.Ipv4Address
-
The
bytevalue associated with this type ofAddress. - ADDRESS_TYPE_BYTE_VALUE - Static variable in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.address.impl.Ipv6Address
-
The
bytevalue associated with this type ofAddress. - 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
Addressis unknown or unsupported. - AddressTypeNotSupportedException(UnsignedByte) - Constructor for exception class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.AddressTypeNotSupportedException
-
Constructs an
AddressTypeNotSupportedExceptionwith the providedUnsignedByteassociated with the type ofAddressthat is unknown or unsupported. - AuthenticationMessage - Class in com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod
-
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
bytevalue associated with thisCommand. - byteValue() - Method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.ProtectionLevel
-
Returns the
bytevalue associated with thisProtectionLevel. - byteValue() - Method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.Version
-
Returns the
bytevalue associated with thisVersion. - byteValue() - Method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Method
-
Returns the
bytevalue associated with thisMethod. - byteValue() - Method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.ReplyCode
-
Returns the
bytevalue associated with thisReplyCode. - byteValue() - Method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassauthmethod.Version
-
Returns the
bytevalue associated with thisVersion. - byteValue() - Method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Version
-
Returns the
bytevalue associated with thisVersion.
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.gssapiauthmethod - package com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod
-
Provides classes for the GSS-API authentication method of the SOCKS5 protocol.
- com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassauthmethod - package com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassauthmethod
-
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
Commandis unknown or unsupported. - CommandNotSupportedException(UnsignedByte) - Constructor for exception class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.CommandNotSupportedException
-
Constructs a
CommandNotSupportedExceptionwith the providedUnsignedByteassociated with theCommandthat 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.gssapiauthmethod.ProtectionLevels
-
Returns the
booleanvalue to indicate if thisProtectionLevelscontains the providedProtectionLevel. - contains(Method) - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Methods
-
Returns the
booleanvalue to indicate if thisMethodscontains the providedMethod.
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.gssapiauthmethod
-
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.gssapiauthmethod.AuthenticationMessage
- equals(Object) - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.EncapsulatedUserDataMessage
- equals(Object) - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.ProtectionLevelNegotiationMessage
- equals(Object) - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.ProtectionLevels
- equals(Object) - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.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.userpassauthmethod.Request
- equals(Object) - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassauthmethod.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
UnsignedByteassociated with this type ofAddress. - getAddressType() - Method in exception class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.AddressTypeNotSupportedException
-
Returns the
UnsignedByteassociated with the type ofAddressthat is unknown or unsupported. - getBytes() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Address
-
Returns the
bytes of thisAddress. - 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.gssapiauthmethod.Token
-
Returns the
bytes of thisToken. - getCommand() - Method in exception class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.CommandNotSupportedException
-
Returns the provided
UnsignedByteassociated with theCommandthat is unknown or unsupported. - getCommand() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Request
-
Returns the
Commandof thisRequest. - 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.gssapiauthmethod.GssapiAuthMethodEncapsulation
- getDatagramSocket(DatagramSocket) - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.MethodEncapsulation
-
Takes the provided plain
DatagramSocketand returns based on the negotiated authentication method aDatagramSocketthat may encapsulate data to be sent and may de-encapsulate data received. - getDesiredDestinationAddress() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Request
-
Returns the desired destination
Addressof thisRequest. - getDesiredDestinationAddress() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.UdpRequest
-
Returns the desired destination
Addressof thisUdpRequest. - getDesiredDestinationPort() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Request
-
Returns the desired destination
Portof thisRequest. - getDesiredDestinationPort() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.UdpRequest
-
Returns the desired destination
Portof thisUdpRequest. - getFirst() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.ProtectionLevels
-
Returns the first
ProtectionLevelof thisProtectionLevels. - getMessageType() - Method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.AbortMessage
-
Returns the
UnsignedByteassociated with this type of message. - getMessageType() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.AuthenticationMessage
-
Returns the
UnsignedByteassociated with this type of message. - getMessageType() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.EncapsulatedUserDataMessage
-
Returns the
UnsignedByteassociated with this type of message. - getMessageType() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.ProtectionLevelNegotiationMessage
-
Returns the
UnsignedByteassociated with this type of message. - getMethod() - Method in exception class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.MethodSubNegotiationException
-
Returns the
Methodselected before the error occurred during sub-negotiation. - getMethod() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.ServerMethodSelectionMessage
-
Returns the
Methodof thisServerMethodSelectionMessage. - getMethods() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.ClientMethodSelectionMessage
-
Returns the
Methodsof thisClientMethodSelectionMessage. - getPassword() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassauthmethod.Request
-
Returns the password of this
Request. - getReplyCode() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Reply
-
Returns the
ReplyCodeof thisReply. - getServerBoundAddress() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Reply
-
Returns the server bound
Addressof thisReply. - getServerBoundPort() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Reply
-
Returns the server bound
Portof thisReply. - getSocket() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.GssapiAuthMethodEncapsulation
- getSocket() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.MethodEncapsulation
-
Returns based on the negotiated authentication method a
Socketthat may encapsulate data to be sent and may de-encapsulate data received. - getStatus() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassauthmethod.Response
-
Returns the status
UnsignedByteof thisResponse. - getToken() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.AuthenticationMessage
-
Returns the
Tokenof thisAuthenticationMessage. - getToken() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.EncapsulatedUserDataMessage
-
Returns the
Tokenof thisEncapsulatedUserDataMessage. - getToken() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.ProtectionLevelNegotiationMessage
-
Returns the
Tokenof thisProtectionLevelNegotiationMessage. - 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.userpassauthmethod.Request
-
Returns the username of this
Request. - getVersion() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.ClientMethodSelectionMessage
-
Returns the
Versionof thisClientMethodSelectionMessage. - getVersion() - Method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.AbortMessage
-
Returns the
Versionof thisAbortMessage. - getVersion() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.AuthenticationMessage
-
Returns the
Versionof thisAuthenticationMessage. - getVersion() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.EncapsulatedUserDataMessage
-
Returns the
Versionof thisEncapsulatedUserDataMessage. - getVersion() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.ProtectionLevelNegotiationMessage
-
Returns the
Versionof thisProtectionLevelNegotiationMessage. - getVersion() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Reply
-
Returns the
Versionof thisReply. - getVersion() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Request
-
Returns the
Versionof thisRequest. - getVersion() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.ServerMethodSelectionMessage
-
Returns the
Versionof thisServerMethodSelectionMessage. - getVersion() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassauthmethod.Request
-
Returns the
Versionof thisRequest. - getVersion() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassauthmethod.Response
-
Returns the
Versionof thisResponse. - GSSAPI - Enum constant in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Method
-
GSS-API authentication.
- GssapiAuthMethodEncapsulation - Class in com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod
-
A
MethodEncapsulationthat provides networking objects that use GSS-API to encapsulate data to be sent and use GSS-API to de-encapsulate data received. - GssapiAuthMethodEncapsulation(Socket, GSSContext, MessageProp) - Constructor for class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.GssapiAuthMethodEncapsulation
-
Constructs a
GssapiAuthMethodEncapsulationwith the providedSocket, the providedGSSContextto be used in encapsulating and de-encapsulating data, and the providedMessagePropto 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.gssapiauthmethod.AuthenticationMessage
- hashCode() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.EncapsulatedUserDataMessage
- hashCode() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.ProtectionLevelNegotiationMessage
- hashCode() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.ProtectionLevels
- hashCode() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.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.userpassauthmethod.Request
- hashCode() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassauthmethod.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.gssapiauthmethod.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.gssapiauthmethod.Token
-
Returns the length of
bytes of thisToken.
M
- MAX_LENGTH - Static variable in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.Token
-
The maximum length of
bytes of aToken. - MAX_PASSWD_LENGTH - Static variable in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassauthmethod.Request
-
The maximum length of a password in bytes.
- MAX_UNAME_LENGTH - Static variable in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassauthmethod.Request
-
The maximum length of a username in bytes.
- MESSAGE_TYPE - Static variable in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.AbortMessage
-
The
UnsignedByteassociated with this type of message. - MESSAGE_TYPE - Static variable in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.AuthenticationMessage
-
The
UnsignedByteassociated with this type of message. - MESSAGE_TYPE - Static variable in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.EncapsulatedUserDataMessage
-
The
UnsignedByteassociated with this type of message. - MESSAGE_TYPE - Static variable in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.ProtectionLevelNegotiationMessage
-
The
UnsignedByteassociated with this type of message. - MESSAGE_TYPE_BYTE_VALUE - Static variable in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.AbortMessage
-
The
bytevalue associated with this type of message. - MESSAGE_TYPE_BYTE_VALUE - Static variable in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.AuthenticationMessage
-
The
bytevalue associated with this type of message. - MESSAGE_TYPE_BYTE_VALUE - Static variable in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.EncapsulatedUserDataMessage
-
The
bytevalue associated with this type of message. - MESSAGE_TYPE_BYTE_VALUE - Static variable in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.ProtectionLevelNegotiationMessage
-
The
bytevalue 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
MethodSubNegotiationExceptionwith the providedMethodselected 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
MethodSubNegotiationExceptionwith the providedMethodselected 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
DomainNamefrom the providedHostName. - newDomainNameFrom(InputStream) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.address.impl.DomainName
-
Returns a new
DomainNamefrom the providedInputStream. - newFailureInstance(ReplyCode) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Reply
-
Returns a new failure
Replywith the providedReplyCode, the server bound IPv4Addressof all zeros, and the server boundPortof zero. - newInstance(byte[]) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.Token
-
Returns a new
Tokenwith the providedbytes. - newInstance(UnsignedByte) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassauthmethod.Response
-
Returns a new
Responsewith the provided statusUnsignedByte. - newInstance(UnsignedByte, Address, Port, byte[]) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.UdpRequest
-
Returns a new
UdpRequestwith the provided current fragment number, the provided desired destinationAddress, the provided desired destinationPort, and the provided user data. - newInstance(Command, Address, Port) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Request
-
Returns a new
Requestwith the providedCommand, the provided desired destinationAddress, and the provided desired destinationPort. - newInstance(Token) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.AuthenticationMessage
-
Returns a new
AuthenticationMessagewith the providedToken. - newInstance(Token) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.EncapsulatedUserDataMessage
-
Returns a new
EncapsulatedUserDataMessagewith the providedToken. - newInstance(Token) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.ProtectionLevelNegotiationMessage
-
Returns a new
ProtectionLevelNegotiationMessagewith the providedToken. - newInstance(Method) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.ServerMethodSelectionMessage
-
Returns a new
ServerMethodSelectionMessagewith the providedMethod. - newInstance(Methods) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.ClientMethodSelectionMessage
-
Returns a new
ClientMethodSelectionMessagewith the providedMethods. - newInstance(ReplyCode, Address, Port) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Reply
-
Returns a new
Replywith the providedReplyCode, the provided server boundAddress, and the provided server boundPort. - newInstance(String, char[]) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassauthmethod.Request
-
Returns a new
Requestwith the provided username and the provided password. - newInstanceFrom(byte[]) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.EncapsulatedUserDataMessage
-
Returns a new
EncapsulatedUserDataMessagefrom the providedbytearray. - newInstanceFrom(byte[]) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.UdpRequest
-
Returns a new
UdpRequestfrom the providedbytearray. - newInstanceFrom(InputStream) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Address
-
Returns a new
Addressfrom the providedInputStream. - newInstanceFrom(InputStream) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.ClientMethodSelectionMessage
-
Returns a new
ClientMethodSelectionMessagefrom the providedInputStream. - newInstanceFrom(InputStream) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.EncapsulatedUserDataMessage
-
Returns a new
EncapsulatedUserDataMessagefrom the providedInputStream. - newInstanceFrom(InputStream) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.ProtectionLevelNegotiationMessage
-
Returns a new
ProtectionLevelNegotiationMessagefrom the providedInputStream. - newInstanceFrom(InputStream) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Reply
-
Returns a new
Replyfrom the providedInputStream. - newInstanceFrom(InputStream) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Request
-
Returns a new
Requestfrom the providedInputStream. - newInstanceFrom(InputStream) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.ServerMethodSelectionMessage
-
Returns a new
ServerMethodSelectionMessagefrom the providedInputStream. - newInstanceFrom(InputStream) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassauthmethod.Request
-
Returns a new
Requestfrom the providedInputStream. - newInstanceFrom(InputStream) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassauthmethod.Response
-
Returns a new
Responsefrom the providedInputStream. - newInstanceFrom(String) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Address
-
Returns a new
Addressfrom the providedString. - newInstanceFrom(String) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.ProtectionLevels
-
Returns a new instance of
ProtectionLevelsfrom the providedString. - newInstanceFrom(String) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Methods
-
Returns a new instance of
Methodsfrom the providedString. - newInstanceFromClient(InputStream) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.AuthenticationMessage
-
Returns a new
AuthenticationMessagefrom the providedInputStreamfrom the client. - newInstanceFromServer(InputStream) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.AuthenticationMessage
-
Returns a new
AuthenticationMessagefrom the providedInputStreamfrom the server. - newIpv4AddressFrom(HostIpv4Address) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.address.impl.Ipv4Address
-
Returns a new
Ipv4Addressfrom the providedHostIpv4Address. - newIpv4AddressFrom(InputStream) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.address.impl.Ipv4Address
-
Returns a new
Ipv4Addressfrom the providedInputStream. - newIpv6AddressFrom(HostIpv6Address) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.address.impl.Ipv6Address
-
Returns a new
Ipv6Addressfrom the providedHostIpv6Address. - newIpv6AddressFrom(InputStream) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.address.impl.Ipv6Address
-
Returns a new
Ipv6Addressfrom the providedInputStream. - newMessageProp(int, boolean) - Method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.ProtectionLevel
-
Returns a new
MessageProp(ornull) based on thisProtectionLevel. - newNullInstance(Socket) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.MethodEncapsulation
-
Returns a new instance of
MethodEncapsulationthat provides plain networking objects such as the provided plainSocket. - newSuccessInstance(Address, Port) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Reply
-
Returns a new success
Replywith theReplyCodeofSUCCEEDED, the provided server boundAddress, and the provided server boundPort. - 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.gssapiauthmethod.ProtectionLevel
-
No per-message protection.
O
- of(ProtectionLevel, ProtectionLevel...) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.ProtectionLevels
-
Returns a
ProtectionLevelsof the first providedProtectionLeveland the provided additionalProtectionLevels. - of(ProtectionLevel, List<ProtectionLevel>) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.ProtectionLevels
-
Returns a
ProtectionLevelsof the first providedProtectionLeveland the providedListof the additionalProtectionLevels. - of(Method...) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Methods
-
Returns a
Methodsof the providedMethods. - of(List<Method>) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Methods
-
Returns a
Methodsof the providedListofMethods.
P
- ProtectionLevel - Enum Class in com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod
-
Security context protection level.
- ProtectionLevelNegotiationMessage - Class in com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod
-
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.gssapiauthmethod
-
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.userpassauthmethod
-
A username/password request from the client.
- REQUIRED_INTEG - Enum constant in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.ProtectionLevel
-
Required per-message integrity.
- REQUIRED_INTEG_AND_CONF - Enum constant in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.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.userpassauthmethod
-
A response from the server.
S
- SELECTIVE_INTEG_OR_CONF - Enum constant in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.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
Socks5Exceptionwith the provided message. - Socks5Exception(String, Throwable) - Constructor for exception class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Socks5Exception
-
Constructs a
Socks5Exceptionwith the provided message and the provided cause. - Socks5Exception(Throwable) - Constructor for exception class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Socks5Exception
-
Constructs a
Socks5Exceptionwith 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
SocksExceptionwith the provided message. - SocksException(String, Throwable) - Constructor for exception class com.github.jh3nd3rs0n.jargyle.protocolbase.SocksException
-
Constructs a
SocksExceptionwith the provided message and the provided cause. - SocksException(Throwable) - Constructor for exception class com.github.jh3nd3rs0n.jargyle.protocolbase.SocksException
-
Constructs a
SocksExceptionwith the provided cause. - STATUS_SUCCESS - Static variable in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassauthmethod.Response
-
The status
UnsignedBytethat indicates success. - STATUS_SUCCESS_BYTE_VALUE - Static variable in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassauthmethod.Response
-
The status
bytevalue 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
bytearray of thebytevalue associated with this type ofAddressfollowed by thebytes of thisAddress. - toByteArray() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.ClientMethodSelectionMessage
-
Returns the
bytearray of thisClientMethodSelectionMessage. - toByteArray() - Method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.AbortMessage
-
Returns the
bytearray of thisAbortMessage. - toByteArray() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.AuthenticationMessage
-
Returns the
bytearray of thisAuthenticationMessage. - toByteArray() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.EncapsulatedUserDataMessage
-
Returns the
bytearray of thisEncapsulatedUserDataMessage. - toByteArray() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.ProtectionLevelNegotiationMessage
-
Returns the
bytearray of thisProtectionLevelNegotiationMessage. - toByteArray() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.Token
-
Returns the
bytearray of 2 bytes of the length ofbytes of thisTokenfollowed by thebytes of thisToken. - toByteArray() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Reply
-
Returns the
bytearray of thisReply. - toByteArray() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Request
-
Returns the
bytearray of thisRequest. - toByteArray() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.ServerMethodSelectionMessage
-
Returns the
bytearray of thisServerMethodSelectionMessage. - toByteArray() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.UdpRequest
-
Returns the
bytearray of thisUdpRequest. - toByteArray() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassauthmethod.Request
-
Returns the
bytearray of thisRequest. - toByteArray() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassauthmethod.Response
-
Returns the
bytearray of thisResponse. - Token - Class in com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod
-
A token of
bytes. - toList() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.ProtectionLevels
-
Returns an unmodifiable
ListofProtectionLevels. - toList() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Methods
-
Returns an unmodifiable
ListofMethods. - toString() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Address
-
Returns the
Stringrepresentation of thisAddress. - toString() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.ClientMethodSelectionMessage
-
Returns the
Stringrepresentation of thisClientMethodSelectionMessage. - toString() - Method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.AbortMessage
-
Returns the
Stringrepresentation of thisAbortMessage. - toString() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.AuthenticationMessage
-
Returns the
Stringrepresentation of thisAuthenticationMessage. - toString() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.EncapsulatedUserDataMessage
-
Returns the
Stringrepresentation of thisEncapsulatedUserDataMessage. - toString() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.GssapiAuthMethodEncapsulation
- toString() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.ProtectionLevelNegotiationMessage
-
Returns the
Stringrepresentation of thisProtectionLevelNegotiationMessage. - toString() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.ProtectionLevels
-
Returns the
Stringrepresentation of thisProtectionLevels. - toString() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.Token
-
Returns the
Stringrepresentation of thisToken. - toString() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.MethodEncapsulation
-
Returns the
Stringrepresentation of thisMethodEncapsulation. - toString() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Methods
-
Returns the
Stringrepresentation of thisMethods. - toString() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Reply
-
Returns the
Stringrepresentation of thisReply. - toString() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Request
-
Returns the
Stringrepresentation of thisRequest. - toString() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.ServerMethodSelectionMessage
-
Returns the
Stringrepresentation of thisServerMethodSelectionMessage. - toString() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.UdpRequest
-
Returns the
Stringrepresentation of thisUdpRequest. - toString() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassauthmethod.Request
-
Returns the
Stringrepresentation of thisRequest. - toString() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassauthmethod.Response
-
Returns the
Stringrepresentation of thisResponse. - 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.gssapiauthmethod.Version
-
Protocol version 1.
- V1 - Enum constant in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassauthmethod.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.userpassauthmethod.Request
-
Validates the provided password.
- validateUsername(String) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassauthmethod.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.gssapiauthmethod.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.gssapiauthmethod.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.gssapiauthmethod.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.userpassauthmethod.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
bytevalue. - valueOfByte(byte) - Static method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.ProtectionLevel
-
Returns the enum constant associated with the provided
bytevalue. - valueOfByte(byte) - Static method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapiauthmethod.Version
-
Returns the enum constant associated with the provided
bytevalue. - valueOfByte(byte) - Static method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Method
-
Returns the enum constant associated with the provided
bytevalue. - valueOfByte(byte) - Static method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.ReplyCode
-
Returns the enum constant associated with the provided
bytevalue. - valueOfByte(byte) - Static method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassauthmethod.Version
-
Returns the enum constant associated with the provided
bytevalue. - valueOfByte(byte) - Static method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Version
-
Returns the enum constant associated with the provided
bytevalue. - 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.gssapiauthmethod.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.gssapiauthmethod.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.gssapiauthmethod.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.gssapiauthmethod.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.userpassauthmethod.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.gssapiauthmethod
-
Protocol version.
- Version - Enum Class in com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassauthmethod
-
Protocol version.
- Version - Enum Class in com.github.jh3nd3rs0n.jargyle.protocolbase.socks5
-
Protocol version.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form