Index
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 providedUnsignedByte
associated with this type ofAddress
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 ofAddress
. - ADDRESS_TYPE - Static variable in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.address.impl.Ipv4Address
-
The
UnsignedByte
associated with this type ofAddress
. - ADDRESS_TYPE - Static variable in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.address.impl.Ipv6Address
-
The
UnsignedByte
associated with this type ofAddress
. - ADDRESS_TYPE_BYTE_VALUE - Static variable in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.address.impl.DomainName
-
The
byte
value associated with this type ofAddress
. - ADDRESS_TYPE_BYTE_VALUE - Static variable in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.address.impl.Ipv4Address
-
The
byte
value associated with this type ofAddress
. - ADDRESS_TYPE_BYTE_VALUE - Static variable in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.address.impl.Ipv6Address
-
The
byte
value 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
Address
is unknown or unsupported. - AddressTypeNotSupportedException(UnsignedByte) - Constructor for exception class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.AddressTypeNotSupportedException
-
Constructs an
AddressTypeNotSupportedException
with the providedUnsignedByte
associated with the type ofAddress
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 thisCommand
. - byteValue() - Method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.ProtectionLevel
-
Returns the
byte
value associated with thisProtectionLevel
. - byteValue() - Method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.Version
-
Returns the
byte
value associated with thisVersion
. - byteValue() - Method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Method
-
Returns the
byte
value associated with thisMethod
. - byteValue() - Method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.ReplyCode
-
Returns the
byte
value associated with thisReplyCode
. - byteValue() - Method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassmethod.Version
-
Returns the
byte
value associated with thisVersion
. - byteValue() - Method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Version
-
Returns the
byte
value 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.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 providedUnsignedByte
associated with theCommand
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 thisProtectionLevels
contains the providedProtectionLevel
. - contains(Method) - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Methods
-
Returns the
boolean
value to indicate if thisMethods
contains 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.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 ofAddress
. - getAddressType() - Method in exception class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.AddressTypeNotSupportedException
-
Returns the
UnsignedByte
associated with the type ofAddress
that is unknown or unsupported. - getBytes() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Address
-
Returns the
byte
s 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.gssapimethod.Token
-
Returns the
byte
s of thisToken
. - getCommand() - Method in exception class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.CommandNotSupportedException
-
Returns the provided
UnsignedByte
associated with theCommand
that is unknown or unsupported. - getCommand() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Request
-
Returns the
Command
of 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.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 aDatagramSocket
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 thisRequest
. - getDesiredDestinationAddress() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.UdpRequest
-
Returns the desired destination
Address
of thisUdpRequest
. - getDesiredDestinationPort() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Request
-
Returns the desired destination
Port
of thisRequest
. - getDesiredDestinationPort() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.UdpRequest
-
Returns the desired destination
Port
of thisUdpRequest
. - getFirst() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.ProtectionLevels
-
Returns the first
ProtectionLevel
of thisProtectionLevels
. - 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 thisServerMethodSelectionMessage
. - getMethods() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.ClientMethodSelectionMessage
-
Returns the
Methods
of thisClientMethodSelectionMessage
. - 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 thisReply
. - getServerBoundAddress() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Reply
-
Returns the server bound
Address
of thisReply
. - getServerBoundPort() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Reply
-
Returns the server bound
Port
of thisReply
. - 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 thisResponse
. - getToken() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.AuthenticationMessage
-
Returns the
Token
of thisAuthenticationMessage
. - getToken() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.EncapsulatedUserDataMessage
-
Returns the
Token
of thisEncapsulatedUserDataMessage
. - getToken() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.ProtectionLevelNegotiationMessage
-
Returns the
Token
of 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.userpassmethod.Request
-
Returns the username of this
Request
. - getVersion() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.ClientMethodSelectionMessage
-
Returns the
Version
of thisClientMethodSelectionMessage
. - getVersion() - Method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.AbortMessage
-
Returns the
Version
of thisAbortMessage
. - getVersion() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.AuthenticationMessage
-
Returns the
Version
of thisAuthenticationMessage
. - getVersion() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.EncapsulatedUserDataMessage
-
Returns the
Version
of thisEncapsulatedUserDataMessage
. - getVersion() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.ProtectionLevelNegotiationMessage
-
Returns the
Version
of thisProtectionLevelNegotiationMessage
. - getVersion() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Reply
-
Returns the
Version
of thisReply
. - getVersion() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Request
-
Returns the
Version
of thisRequest
. - getVersion() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.ServerMethodSelectionMessage
-
Returns the
Version
of thisServerMethodSelectionMessage
. - getVersion() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassmethod.Request
-
Returns the
Version
of thisRequest
. - getVersion() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassmethod.Response
-
Returns the
Version
of thisResponse
. - 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 providedSocket
, the providedGSSContext
to be used in encapsulating and de-encapsulating data, and the providedMessageProp
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
byte
s of thisToken
.
M
- MAX_LENGTH - Static variable in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.Token
-
The maximum length of
byte
s of aToken
. - 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
Method
s. - 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 providedMethod
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 providedMethod
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 providedHostName
. - newDomainNameFrom(InputStream) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.address.impl.DomainName
-
Returns a new
DomainName
from the providedInputStream
. - newFailureInstance(ReplyCode) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Reply
-
Returns a new failure
Reply
with the providedReplyCode
, the server bound IPv4Address
of all zeros, and the server boundPort
of zero. - newInstance(byte[]) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.Token
-
Returns a new
Token
with the providedbyte
s. - newInstance(UnsignedByte) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassmethod.Response
-
Returns a new
Response
with the provided statusUnsignedByte
. - 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 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
Request
with the providedCommand
, the provided desired destinationAddress
, and the provided desired destinationPort
. - newInstance(Token) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.AuthenticationMessage
-
Returns a new
AuthenticationMessage
with the providedToken
. - newInstance(Token) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.EncapsulatedUserDataMessage
-
Returns a new
EncapsulatedUserDataMessage
with the providedToken
. - newInstance(Token) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.ProtectionLevelNegotiationMessage
-
Returns a new
ProtectionLevelNegotiationMessage
with the providedToken
. - newInstance(Method) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.ServerMethodSelectionMessage
-
Returns a new
ServerMethodSelectionMessage
with the providedMethod
. - newInstance(Methods) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.ClientMethodSelectionMessage
-
Returns a new
ClientMethodSelectionMessage
with the providedMethods
. - newInstance(ReplyCode, Address, Port) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Reply
-
Returns a new
Reply
with the providedReplyCode
, the provided server boundAddress
, and the provided server boundPort
. - 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 providedbyte
array. - newInstanceFrom(byte[]) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.UdpRequest
-
Returns a new
UdpRequest
from the providedbyte
array. - newInstanceFrom(InputStream) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Address
-
Returns a new
Address
from the providedInputStream
. - newInstanceFrom(InputStream) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.ClientMethodSelectionMessage
-
Returns a new
ClientMethodSelectionMessage
from the providedInputStream
. - newInstanceFrom(InputStream) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.EncapsulatedUserDataMessage
-
Returns a new
EncapsulatedUserDataMessage
from the providedInputStream
. - newInstanceFrom(InputStream) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.ProtectionLevelNegotiationMessage
-
Returns a new
ProtectionLevelNegotiationMessage
from the providedInputStream
. - newInstanceFrom(InputStream) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Reply
-
Returns a new
Reply
from the providedInputStream
. - newInstanceFrom(InputStream) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Request
-
Returns a new
Request
from the providedInputStream
. - newInstanceFrom(InputStream) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.ServerMethodSelectionMessage
-
Returns a new
ServerMethodSelectionMessage
from the providedInputStream
. - newInstanceFrom(InputStream) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassmethod.Request
-
Returns a new
Request
from the providedInputStream
. - newInstanceFrom(InputStream) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassmethod.Response
-
Returns a new
Response
from the providedInputStream
. - newInstanceFrom(String) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Address
-
Returns a new
Address
from the providedString
. - newInstanceFrom(String) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.ProtectionLevels
-
Returns a new instance of
ProtectionLevels
from the providedString
. - newInstanceFrom(String) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Methods
-
Returns a new instance of
Methods
from the providedString
. - newInstanceFromClient(InputStream) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.AuthenticationMessage
-
Returns a new
AuthenticationMessage
from the providedInputStream
from the client. - newInstanceFromServer(InputStream) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.AuthenticationMessage
-
Returns a new
AuthenticationMessage
from the providedInputStream
from the server. - newIpv4AddressFrom(HostIpv4Address) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.address.impl.Ipv4Address
-
Returns a new
Ipv4Address
from the providedHostIpv4Address
. - newIpv4AddressFrom(InputStream) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.address.impl.Ipv4Address
-
Returns a new
Ipv4Address
from the providedInputStream
. - newIpv6AddressFrom(HostIpv6Address) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.address.impl.Ipv6Address
-
Returns a new
Ipv6Address
from the providedHostIpv6Address
. - newIpv6AddressFrom(InputStream) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.address.impl.Ipv6Address
-
Returns a new
Ipv6Address
from the providedInputStream
. - newMessageProp(int, boolean) - Method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.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
MethodEncapsulation
that 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
Reply
with theReplyCode
ofSUCCEEDED
, 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.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 providedProtectionLevel
and the provided additionalProtectionLevel
s. - of(ProtectionLevel, List<ProtectionLevel>) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.ProtectionLevels
-
Returns a
ProtectionLevels
of the first providedProtectionLevel
and the providedList
of the additionalProtectionLevel
s. - of(Method...) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Methods
-
Returns a
Methods
of the providedMethod
s. - of(List<Method>) - Static method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Methods
-
Returns a
Methods
of the providedList
ofMethod
s.
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
ProtectionLevel
s.
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 thebyte
value associated with this type ofAddress
followed by thebyte
s of thisAddress
. - toByteArray() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.ClientMethodSelectionMessage
-
Returns the
byte
array of thisClientMethodSelectionMessage
. - toByteArray() - Method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.AbortMessage
-
Returns the
byte
array of thisAbortMessage
. - toByteArray() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.AuthenticationMessage
-
Returns the
byte
array of thisAuthenticationMessage
. - toByteArray() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.EncapsulatedUserDataMessage
-
Returns the
byte
array of thisEncapsulatedUserDataMessage
. - toByteArray() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.ProtectionLevelNegotiationMessage
-
Returns the
byte
array of thisProtectionLevelNegotiationMessage
. - toByteArray() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.Token
-
Returns the
byte
array of 2 bytes of the length ofbyte
s of thisToken
followed by thebyte
s of thisToken
. - toByteArray() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Reply
-
Returns the
byte
array of thisReply
. - toByteArray() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Request
-
Returns the
byte
array of thisRequest
. - toByteArray() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.ServerMethodSelectionMessage
-
Returns the
byte
array of thisServerMethodSelectionMessage
. - toByteArray() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.UdpRequest
-
Returns the
byte
array of thisUdpRequest
. - toByteArray() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassmethod.Request
-
Returns the
byte
array of thisRequest
. - toByteArray() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassmethod.Response
-
Returns the
byte
array of thisResponse
. - Token - Class in com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod
-
A token of
byte
s. - toList() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.ProtectionLevels
-
Returns an unmodifiable
List
ofProtectionLevel
s. - toList() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Methods
-
Returns an unmodifiable
List
ofMethod
s. - toString() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Address
-
Returns the
String
representation of thisAddress
. - toString() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.ClientMethodSelectionMessage
-
Returns the
String
representation of thisClientMethodSelectionMessage
. - toString() - Method in enum class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.AbortMessage
-
Returns the
String
representation of thisAbortMessage
. - toString() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.AuthenticationMessage
-
Returns the
String
representation of thisAuthenticationMessage
. - toString() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.EncapsulatedUserDataMessage
-
Returns the
String
representation of thisEncapsulatedUserDataMessage
. - 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 thisProtectionLevelNegotiationMessage
. - toString() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.ProtectionLevels
-
Returns the
String
representation of thisProtectionLevels
. - toString() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.gssapimethod.Token
-
Returns the
String
representation of thisToken
. - toString() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.MethodEncapsulation
-
Returns the
String
representation of thisMethodEncapsulation
. - toString() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Methods
-
Returns the
String
representation of thisMethods
. - toString() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Reply
-
Returns the
String
representation of thisReply
. - toString() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.Request
-
Returns the
String
representation of thisRequest
. - toString() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.ServerMethodSelectionMessage
-
Returns the
String
representation of thisServerMethodSelectionMessage
. - toString() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.UdpRequest
-
Returns the
String
representation of thisUdpRequest
. - toString() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassmethod.Request
-
Returns the
String
representation of thisRequest
. - toString() - Method in class com.github.jh3nd3rs0n.jargyle.protocolbase.socks5.userpassmethod.Response
-
Returns the
String
representation 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.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.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form