Skip navigation links
Netty/Codec/Socks 4.1.60.Final-redhat-00001
A B C D E F G H I N P R S T U V 

A

AbstractSocks4Message - Class in io.netty.handler.codec.socksx.v4
An abstract Socks4Message.
AbstractSocks4Message() - Constructor for class io.netty.handler.codec.socksx.v4.AbstractSocks4Message
 
AbstractSocks5Message - Class in io.netty.handler.codec.socksx.v5
An abstract Socks5Message.
AbstractSocks5Message() - Constructor for class io.netty.handler.codec.socksx.v5.AbstractSocks5Message
 
AbstractSocksMessage - Class in io.netty.handler.codec.socksx
An abstract SocksMessage.
AbstractSocksMessage() - Constructor for class io.netty.handler.codec.socksx.AbstractSocksMessage
 
ADDRESS_UNSUPPORTED - Static variable in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
 
addressEncoder() - Method in class io.netty.handler.codec.socksx.v5.Socks5ClientEncoder
Returns the Socks5AddressEncoder of this encoder.
addressEncoder() - Method in class io.netty.handler.codec.socksx.v5.Socks5ServerEncoder
Returns the Socks5AddressEncoder of this encoder.
addressType() - Method in class io.netty.handler.codec.socks.SocksCmdRequest
Returns the SocksAddressType of this SocksCmdRequest
addressType() - Method in class io.netty.handler.codec.socks.SocksCmdResponse
authMethod() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5InitialResponse
 
authMethod() - Method in interface io.netty.handler.codec.socksx.v5.Socks5InitialResponse
Returns the METHOD field of this response.
authMethods() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5InitialRequest
 
authMethods() - Method in interface io.netty.handler.codec.socksx.v5.Socks5InitialRequest
Returns the list of desired authentication methods.
authScheme() - Method in class io.netty.handler.codec.socks.SocksInitResponse
authSchemes() - Method in class io.netty.handler.codec.socks.SocksInitRequest
Returns the List<SocksAuthScheme> of this SocksInitRequest
authStatus() - Method in class io.netty.handler.codec.socks.SocksAuthResponse

B

BIND - Static variable in class io.netty.handler.codec.socksx.v4.Socks4CommandType
 
BIND - Static variable in class io.netty.handler.codec.socksx.v5.Socks5CommandType
 
bndAddr() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5CommandResponse
 
bndAddr() - Method in interface io.netty.handler.codec.socksx.v5.Socks5CommandResponse
Returns the BND.ADDR field of this response.
bndAddrType() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5CommandResponse
 
bndAddrType() - Method in interface io.netty.handler.codec.socksx.v5.Socks5CommandResponse
Returns the address type of the BND.ADDR field of this response.
bndPort() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5CommandResponse
 
bndPort() - Method in interface io.netty.handler.codec.socksx.v5.Socks5CommandResponse
Returns the BND.PORT field of this response.
byteValue() - Method in enum io.netty.handler.codec.socks.SocksAddressType
 
byteValue() - Method in enum io.netty.handler.codec.socks.SocksAuthScheme
 
byteValue() - Method in enum io.netty.handler.codec.socks.SocksAuthStatus
 
byteValue() - Method in enum io.netty.handler.codec.socks.SocksCmdStatus
 
byteValue() - Method in enum io.netty.handler.codec.socks.SocksCmdType
 
byteValue() - Method in enum io.netty.handler.codec.socks.SocksProtocolVersion
 
byteValue() - Method in enum io.netty.handler.codec.socks.SocksSubnegotiationVersion
 
byteValue() - Method in enum io.netty.handler.codec.socksx.SocksVersion
Returns the value of the version field, as defined in the protocol specification.
byteValue() - Method in class io.netty.handler.codec.socksx.v4.Socks4CommandStatus
 
byteValue() - Method in class io.netty.handler.codec.socksx.v4.Socks4CommandType
 
byteValue() - Method in class io.netty.handler.codec.socksx.v5.Socks5AddressType
 
byteValue() - Method in class io.netty.handler.codec.socksx.v5.Socks5AuthMethod
 
byteValue() - Method in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
 
byteValue() - Method in class io.netty.handler.codec.socksx.v5.Socks5CommandType
 
byteValue() - Method in class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthStatus
 

C

cmdStatus() - Method in class io.netty.handler.codec.socks.SocksCmdResponse
Returns the SocksCmdStatus of this SocksCmdResponse
cmdType() - Method in class io.netty.handler.codec.socks.SocksCmdRequest
Returns the SocksCmdType of this SocksCmdRequest
COMMAND_UNSUPPORTED - Static variable in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
 
compareTo(Socks4CommandStatus) - Method in class io.netty.handler.codec.socksx.v4.Socks4CommandStatus
 
compareTo(Socks4CommandType) - Method in class io.netty.handler.codec.socksx.v4.Socks4CommandType
 
compareTo(Socks5AddressType) - Method in class io.netty.handler.codec.socksx.v5.Socks5AddressType
 
compareTo(Socks5AuthMethod) - Method in class io.netty.handler.codec.socksx.v5.Socks5AuthMethod
 
compareTo(Socks5CommandStatus) - Method in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
 
compareTo(Socks5CommandType) - Method in class io.netty.handler.codec.socksx.v5.Socks5CommandType
 
compareTo(Socks5PasswordAuthStatus) - Method in class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthStatus
 
CONNECT - Static variable in class io.netty.handler.codec.socksx.v4.Socks4CommandType
 
CONNECT - Static variable in class io.netty.handler.codec.socksx.v5.Socks5CommandType
 
CONNECTION_REFUSED - Static variable in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
 

D

decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socks.SocksAuthRequestDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socks.SocksAuthResponseDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socks.SocksCmdRequestDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socks.SocksCmdResponseDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socks.SocksInitRequestDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socks.SocksInitResponseDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socksx.SocksPortUnificationServerHandler
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socksx.v4.Socks4ClientDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socksx.v4.Socks4ServerDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socksx.v5.Socks5CommandRequestDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socksx.v5.Socks5CommandResponseDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socksx.v5.Socks5InitialRequestDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socksx.v5.Socks5InitialResponseDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthRequestDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthResponseDecoder
 
decodeAddress(Socks5AddressType, ByteBuf) - Method in interface io.netty.handler.codec.socksx.v5.Socks5AddressDecoder
Decodes a SOCKS5 address field into its string representation.
decoderResult() - Method in class io.netty.handler.codec.socksx.AbstractSocksMessage
 
DEFAULT - Static variable in interface io.netty.handler.codec.socksx.v5.Socks5AddressDecoder
 
DEFAULT - Static variable in interface io.netty.handler.codec.socksx.v5.Socks5AddressEncoder
 
DEFAULT - Static variable in class io.netty.handler.codec.socksx.v5.Socks5ClientEncoder
 
DEFAULT - Static variable in class io.netty.handler.codec.socksx.v5.Socks5ServerEncoder
 
DefaultSocks4CommandRequest - Class in io.netty.handler.codec.socksx.v4
DefaultSocks4CommandRequest(Socks4CommandType, String, int) - Constructor for class io.netty.handler.codec.socksx.v4.DefaultSocks4CommandRequest
Creates a new instance.
DefaultSocks4CommandRequest(Socks4CommandType, String, int, String) - Constructor for class io.netty.handler.codec.socksx.v4.DefaultSocks4CommandRequest
Creates a new instance.
DefaultSocks4CommandResponse - Class in io.netty.handler.codec.socksx.v4
DefaultSocks4CommandResponse(Socks4CommandStatus) - Constructor for class io.netty.handler.codec.socksx.v4.DefaultSocks4CommandResponse
Creates a new instance.
DefaultSocks4CommandResponse(Socks4CommandStatus, String, int) - Constructor for class io.netty.handler.codec.socksx.v4.DefaultSocks4CommandResponse
Creates a new instance.
DefaultSocks5CommandRequest - Class in io.netty.handler.codec.socksx.v5
DefaultSocks5CommandRequest(Socks5CommandType, Socks5AddressType, String, int) - Constructor for class io.netty.handler.codec.socksx.v5.DefaultSocks5CommandRequest
 
DefaultSocks5CommandResponse - Class in io.netty.handler.codec.socksx.v5
DefaultSocks5CommandResponse(Socks5CommandStatus, Socks5AddressType) - Constructor for class io.netty.handler.codec.socksx.v5.DefaultSocks5CommandResponse
 
DefaultSocks5CommandResponse(Socks5CommandStatus, Socks5AddressType, String, int) - Constructor for class io.netty.handler.codec.socksx.v5.DefaultSocks5CommandResponse
 
DefaultSocks5InitialRequest - Class in io.netty.handler.codec.socksx.v5
DefaultSocks5InitialRequest(Socks5AuthMethod...) - Constructor for class io.netty.handler.codec.socksx.v5.DefaultSocks5InitialRequest
 
DefaultSocks5InitialRequest(Iterable<Socks5AuthMethod>) - Constructor for class io.netty.handler.codec.socksx.v5.DefaultSocks5InitialRequest
 
DefaultSocks5InitialResponse - Class in io.netty.handler.codec.socksx.v5
DefaultSocks5InitialResponse(Socks5AuthMethod) - Constructor for class io.netty.handler.codec.socksx.v5.DefaultSocks5InitialResponse
 
DefaultSocks5PasswordAuthRequest - Class in io.netty.handler.codec.socksx.v5
DefaultSocks5PasswordAuthRequest(String, String) - Constructor for class io.netty.handler.codec.socksx.v5.DefaultSocks5PasswordAuthRequest
 
DefaultSocks5PasswordAuthResponse - Class in io.netty.handler.codec.socksx.v5
DefaultSocks5PasswordAuthResponse(Socks5PasswordAuthStatus) - Constructor for class io.netty.handler.codec.socksx.v5.DefaultSocks5PasswordAuthResponse
 
DOMAIN - Static variable in class io.netty.handler.codec.socksx.v5.Socks5AddressType
 
dstAddr() - Method in class io.netty.handler.codec.socksx.v4.DefaultSocks4CommandRequest
 
dstAddr() - Method in class io.netty.handler.codec.socksx.v4.DefaultSocks4CommandResponse
 
dstAddr() - Method in interface io.netty.handler.codec.socksx.v4.Socks4CommandRequest
Returns the DSTIP field of this request.
dstAddr() - Method in interface io.netty.handler.codec.socksx.v4.Socks4CommandResponse
Returns the DSTIP field of this response.
dstAddr() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5CommandRequest
 
dstAddr() - Method in interface io.netty.handler.codec.socksx.v5.Socks5CommandRequest
Returns the DST.ADDR field of this request.
dstAddrType() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5CommandRequest
 
dstAddrType() - Method in interface io.netty.handler.codec.socksx.v5.Socks5CommandRequest
Returns the type of the DST.ADDR field of this request.
dstPort() - Method in class io.netty.handler.codec.socksx.v4.DefaultSocks4CommandRequest
 
dstPort() - Method in class io.netty.handler.codec.socksx.v4.DefaultSocks4CommandResponse
 
dstPort() - Method in interface io.netty.handler.codec.socksx.v4.Socks4CommandRequest
Returns the DSTPORT field of this request.
dstPort() - Method in interface io.netty.handler.codec.socksx.v4.Socks4CommandResponse
Returns the DSTPORT field of this response.
dstPort() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5CommandRequest
 
dstPort() - Method in interface io.netty.handler.codec.socksx.v5.Socks5CommandRequest
Returns the DST.PORT field of this request.

E

encode(ChannelHandlerContext, SocksMessage, ByteBuf) - Method in class io.netty.handler.codec.socks.SocksMessageEncoder
 
encode(ChannelHandlerContext, Socks4CommandRequest, ByteBuf) - Method in class io.netty.handler.codec.socksx.v4.Socks4ClientEncoder
 
encode(ChannelHandlerContext, Socks4CommandResponse, ByteBuf) - Method in class io.netty.handler.codec.socksx.v4.Socks4ServerEncoder
 
encode(ChannelHandlerContext, Socks5Message, ByteBuf) - Method in class io.netty.handler.codec.socksx.v5.Socks5ClientEncoder
 
encode(ChannelHandlerContext, Socks5Message, ByteBuf) - Method in class io.netty.handler.codec.socksx.v5.Socks5ServerEncoder
 
encodeAddress(Socks5AddressType, String, ByteBuf) - Method in interface io.netty.handler.codec.socksx.v5.Socks5AddressEncoder
Encodes a SOCKS5 address.
encodeAsByteBuf(ByteBuf) - Method in class io.netty.handler.codec.socks.SocksAuthRequest
 
encodeAsByteBuf(ByteBuf) - Method in class io.netty.handler.codec.socks.SocksAuthResponse
 
encodeAsByteBuf(ByteBuf) - Method in class io.netty.handler.codec.socks.SocksCmdRequest
 
encodeAsByteBuf(ByteBuf) - Method in class io.netty.handler.codec.socks.SocksCmdResponse
 
encodeAsByteBuf(ByteBuf) - Method in class io.netty.handler.codec.socks.SocksInitRequest
 
encodeAsByteBuf(ByteBuf) - Method in class io.netty.handler.codec.socks.SocksInitResponse
 
encodeAsByteBuf(ByteBuf) - Method in class io.netty.handler.codec.socks.SocksMessage
Deprecated.
Do not use; this method was intended for an internal use only.
encodeAsByteBuf(ByteBuf) - Method in class io.netty.handler.codec.socks.UnknownSocksRequest
 
encodeAsByteBuf(ByteBuf) - Method in class io.netty.handler.codec.socks.UnknownSocksResponse
 
equals(Object) - Method in class io.netty.handler.codec.socksx.v4.Socks4CommandStatus
 
equals(Object) - Method in class io.netty.handler.codec.socksx.v4.Socks4CommandType
 
equals(Object) - Method in class io.netty.handler.codec.socksx.v5.Socks5AddressType
 
equals(Object) - Method in class io.netty.handler.codec.socksx.v5.Socks5AuthMethod
 
equals(Object) - Method in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
 
equals(Object) - Method in class io.netty.handler.codec.socksx.v5.Socks5CommandType
 
equals(Object) - Method in class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthStatus
 

F

FAILURE - Static variable in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
 
FAILURE - Static variable in class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthStatus
 
FORBIDDEN - Static variable in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
 
fromByte(byte) - Static method in enum io.netty.handler.codec.socks.SocksAddressType
Deprecated.
fromByte(byte) - Static method in enum io.netty.handler.codec.socks.SocksAuthScheme
Deprecated.
fromByte(byte) - Static method in enum io.netty.handler.codec.socks.SocksAuthStatus
Deprecated.
fromByte(byte) - Static method in enum io.netty.handler.codec.socks.SocksCmdStatus
Deprecated.
fromByte(byte) - Static method in enum io.netty.handler.codec.socks.SocksCmdType
Deprecated.
fromByte(byte) - Static method in enum io.netty.handler.codec.socks.SocksProtocolVersion
Deprecated.
fromByte(byte) - Static method in enum io.netty.handler.codec.socks.SocksSubnegotiationVersion

G

GSSAPI - Static variable in class io.netty.handler.codec.socksx.v5.Socks5AuthMethod
 

H

hashCode() - Method in class io.netty.handler.codec.socksx.v4.Socks4CommandStatus
 
hashCode() - Method in class io.netty.handler.codec.socksx.v4.Socks4CommandType
 
hashCode() - Method in class io.netty.handler.codec.socksx.v5.Socks5AddressType
 
hashCode() - Method in class io.netty.handler.codec.socksx.v5.Socks5AuthMethod
 
hashCode() - Method in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
 
hashCode() - Method in class io.netty.handler.codec.socksx.v5.Socks5CommandType
 
hashCode() - Method in class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthStatus
 
host() - Method in class io.netty.handler.codec.socks.SocksCmdRequest
Returns host that is used as a parameter in SocksCmdType
host() - Method in class io.netty.handler.codec.socks.SocksCmdResponse
Returns host that is used as a parameter in SocksCmdType.
HOST_UNREACHABLE - Static variable in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
 

I

IDENTD_AUTH_FAILURE - Static variable in class io.netty.handler.codec.socksx.v4.Socks4CommandStatus
 
IDENTD_UNREACHABLE - Static variable in class io.netty.handler.codec.socksx.v4.Socks4CommandStatus
 
INSTANCE - Static variable in class io.netty.handler.codec.socksx.v4.Socks4ClientEncoder
The singleton instance of Socks4ClientEncoder
INSTANCE - Static variable in class io.netty.handler.codec.socksx.v4.Socks4ServerEncoder
 
io.netty.handler.codec.socks - package io.netty.handler.codec.socks
Encoder, decoder and their related message types for Socks.
io.netty.handler.codec.socksx - package io.netty.handler.codec.socksx
Encoder, decoder and their related message types for SOCKS protocol.
io.netty.handler.codec.socksx.v4 - package io.netty.handler.codec.socksx.v4
Encoder, decoder and their related message types for SOCKSv4 protocol.
io.netty.handler.codec.socksx.v5 - package io.netty.handler.codec.socksx.v5
Encoder, decoder and their related message types for SOCKSv5 protocol.
IPv4 - Static variable in class io.netty.handler.codec.socksx.v5.Socks5AddressType
 
IPv6 - Static variable in class io.netty.handler.codec.socksx.v5.Socks5AddressType
 
isSuccess() - Method in class io.netty.handler.codec.socksx.v4.Socks4CommandStatus
 
isSuccess() - Method in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
 
isSuccess() - Method in class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthStatus
 

N

NETWORK_UNREACHABLE - Static variable in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
 
NO_AUTH - Static variable in class io.netty.handler.codec.socksx.v5.Socks5AuthMethod
 

P

password() - Method in class io.netty.handler.codec.socks.SocksAuthRequest
Returns password that needs to be validated
password() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5PasswordAuthRequest
 
PASSWORD - Static variable in class io.netty.handler.codec.socksx.v5.Socks5AuthMethod
 
password() - Method in interface io.netty.handler.codec.socksx.v5.Socks5PasswordAuthRequest
Returns the password of this request.
port() - Method in class io.netty.handler.codec.socks.SocksCmdRequest
Returns port that is used as a parameter in SocksCmdType
port() - Method in class io.netty.handler.codec.socks.SocksCmdResponse
Returns port that is used as a parameter in SocksCmdType.
protocolVersion() - Method in class io.netty.handler.codec.socks.SocksMessage

R

REJECTED_OR_FAILED - Static variable in class io.netty.handler.codec.socksx.v4.Socks4CommandStatus
 
requestType() - Method in class io.netty.handler.codec.socks.SocksRequest
Returns socks request type
responseType() - Method in class io.netty.handler.codec.socks.SocksResponse
Returns socks response type

S

setDecoderResult(DecoderResult) - Method in class io.netty.handler.codec.socksx.AbstractSocksMessage
 
Socks4ClientDecoder - Class in io.netty.handler.codec.socksx.v4
Decodes a single Socks4CommandResponse from the inbound ByteBufs.
Socks4ClientDecoder() - Constructor for class io.netty.handler.codec.socksx.v4.Socks4ClientDecoder
 
Socks4ClientEncoder - Class in io.netty.handler.codec.socksx.v4
Encodes a Socks4CommandRequest into a ByteBuf.
Socks4CommandRequest - Interface in io.netty.handler.codec.socksx.v4
A SOCKS4a CONNECT or BIND request.
Socks4CommandResponse - Interface in io.netty.handler.codec.socksx.v4
A SOCKS4a response.
Socks4CommandStatus - Class in io.netty.handler.codec.socksx.v4
The status of Socks4CommandResponse.
Socks4CommandStatus(int) - Constructor for class io.netty.handler.codec.socksx.v4.Socks4CommandStatus
 
Socks4CommandStatus(int, String) - Constructor for class io.netty.handler.codec.socksx.v4.Socks4CommandStatus
 
Socks4CommandType - Class in io.netty.handler.codec.socksx.v4
Socks4CommandType(int) - Constructor for class io.netty.handler.codec.socksx.v4.Socks4CommandType
 
Socks4CommandType(int, String) - Constructor for class io.netty.handler.codec.socksx.v4.Socks4CommandType
 
Socks4Message - Interface in io.netty.handler.codec.socksx.v4
A tag interface that all SOCKS4a protocol messages implement.
Socks4ServerDecoder - Class in io.netty.handler.codec.socksx.v4
Decodes a single Socks4CommandRequest from the inbound ByteBufs.
Socks4ServerDecoder() - Constructor for class io.netty.handler.codec.socksx.v4.Socks4ServerDecoder
 
Socks4ServerEncoder - Class in io.netty.handler.codec.socksx.v4
Encodes a Socks4CommandResponse into a ByteBuf.
Socks5AddressDecoder - Interface in io.netty.handler.codec.socksx.v5
Decodes a SOCKS5 address field into its string representation.
Socks5AddressEncoder - Interface in io.netty.handler.codec.socksx.v5
Encodes a SOCKS5 address into binary representation.
Socks5AddressType - Class in io.netty.handler.codec.socksx.v5
The type of address in Socks5CommandRequest and Socks5CommandResponse.
Socks5AddressType(int) - Constructor for class io.netty.handler.codec.socksx.v5.Socks5AddressType
 
Socks5AddressType(int, String) - Constructor for class io.netty.handler.codec.socksx.v5.Socks5AddressType
 
Socks5AuthMethod - Class in io.netty.handler.codec.socksx.v5
The authentication method of SOCKS5.
Socks5AuthMethod(int) - Constructor for class io.netty.handler.codec.socksx.v5.Socks5AuthMethod
 
Socks5AuthMethod(int, String) - Constructor for class io.netty.handler.codec.socksx.v5.Socks5AuthMethod
 
Socks5ClientEncoder - Class in io.netty.handler.codec.socksx.v5
Encodes a client-side Socks5Message into a ByteBuf.
Socks5ClientEncoder() - Constructor for class io.netty.handler.codec.socksx.v5.Socks5ClientEncoder
Creates a new instance with the default Socks5AddressEncoder.
Socks5ClientEncoder(Socks5AddressEncoder) - Constructor for class io.netty.handler.codec.socksx.v5.Socks5ClientEncoder
Creates a new instance with the specified Socks5AddressEncoder.
Socks5CommandRequest - Interface in io.netty.handler.codec.socksx.v5
A SOCKS5 request detail message, as defined in the section 4, RFC1928.
Socks5CommandRequestDecoder - Class in io.netty.handler.codec.socksx.v5
Decodes a single Socks5CommandRequest from the inbound ByteBufs.
Socks5CommandRequestDecoder() - Constructor for class io.netty.handler.codec.socksx.v5.Socks5CommandRequestDecoder
 
Socks5CommandRequestDecoder(Socks5AddressDecoder) - Constructor for class io.netty.handler.codec.socksx.v5.Socks5CommandRequestDecoder
 
Socks5CommandResponse - Interface in io.netty.handler.codec.socksx.v5
A response to a SOCKS5 request detail message, as defined in the section 6, RFC1928.
Socks5CommandResponseDecoder - Class in io.netty.handler.codec.socksx.v5
Decodes a single Socks5CommandResponse from the inbound ByteBufs.
Socks5CommandResponseDecoder() - Constructor for class io.netty.handler.codec.socksx.v5.Socks5CommandResponseDecoder
 
Socks5CommandResponseDecoder(Socks5AddressDecoder) - Constructor for class io.netty.handler.codec.socksx.v5.Socks5CommandResponseDecoder
 
Socks5CommandStatus - Class in io.netty.handler.codec.socksx.v5
The status of Socks5CommandResponse.
Socks5CommandStatus(int) - Constructor for class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
 
Socks5CommandStatus(int, String) - Constructor for class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
 
Socks5CommandType - Class in io.netty.handler.codec.socksx.v5
Socks5CommandType(int) - Constructor for class io.netty.handler.codec.socksx.v5.Socks5CommandType
 
Socks5CommandType(int, String) - Constructor for class io.netty.handler.codec.socksx.v5.Socks5CommandType
 
Socks5InitialRequest - Interface in io.netty.handler.codec.socksx.v5
An initial SOCKS5 authentication method selection request, as defined in the section 3, RFC1928.
Socks5InitialRequestDecoder - Class in io.netty.handler.codec.socksx.v5
Decodes a single Socks5InitialRequest from the inbound ByteBufs.
Socks5InitialRequestDecoder() - Constructor for class io.netty.handler.codec.socksx.v5.Socks5InitialRequestDecoder
 
Socks5InitialResponse - Interface in io.netty.handler.codec.socksx.v5
An initial SOCKS5 authentication method selection request, as defined in the section 3, RFC1928.
Socks5InitialResponseDecoder - Class in io.netty.handler.codec.socksx.v5
Decodes a single Socks5InitialResponse from the inbound ByteBufs.
Socks5InitialResponseDecoder() - Constructor for class io.netty.handler.codec.socksx.v5.Socks5InitialResponseDecoder
 
Socks5Message - Interface in io.netty.handler.codec.socksx.v5
A tag interface that all SOCKS5 protocol messages implement.
Socks5PasswordAuthRequest - Interface in io.netty.handler.codec.socksx.v5
A SOCKS5 subnegotiation request for username-password authentication, as defined in the section 2, RFC1929.
Socks5PasswordAuthRequestDecoder - Class in io.netty.handler.codec.socksx.v5
Decodes a single Socks5PasswordAuthRequest from the inbound ByteBufs.
Socks5PasswordAuthRequestDecoder() - Constructor for class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthRequestDecoder
 
Socks5PasswordAuthResponse - Interface in io.netty.handler.codec.socksx.v5
A SOCKS5 subnegotiation response for username-password authentication, as defined in the section 2, RFC1929.
Socks5PasswordAuthResponseDecoder - Class in io.netty.handler.codec.socksx.v5
Decodes a single Socks5PasswordAuthResponse from the inbound ByteBufs.
Socks5PasswordAuthResponseDecoder() - Constructor for class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthResponseDecoder
 
Socks5PasswordAuthStatus - Class in io.netty.handler.codec.socksx.v5
Socks5PasswordAuthStatus(int) - Constructor for class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthStatus
 
Socks5PasswordAuthStatus(int, String) - Constructor for class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthStatus
 
Socks5ServerEncoder - Class in io.netty.handler.codec.socksx.v5
Encodes a server-side Socks5Message into a ByteBuf.
Socks5ServerEncoder() - Constructor for class io.netty.handler.codec.socksx.v5.Socks5ServerEncoder
Creates a new instance with the default Socks5AddressEncoder.
Socks5ServerEncoder(Socks5AddressEncoder) - Constructor for class io.netty.handler.codec.socksx.v5.Socks5ServerEncoder
Creates a new instance with the specified Socks5AddressEncoder.
SocksAddressType - Enum in io.netty.handler.codec.socks
 
SocksAuthRequest - Class in io.netty.handler.codec.socks
An socks auth request.
SocksAuthRequest(String, String) - Constructor for class io.netty.handler.codec.socks.SocksAuthRequest
 
SocksAuthRequestDecoder - Class in io.netty.handler.codec.socks
Decodes ByteBufs into SocksAuthRequest.
SocksAuthRequestDecoder() - Constructor for class io.netty.handler.codec.socks.SocksAuthRequestDecoder
 
SocksAuthResponse - Class in io.netty.handler.codec.socks
An socks auth response.
SocksAuthResponse(SocksAuthStatus) - Constructor for class io.netty.handler.codec.socks.SocksAuthResponse
 
SocksAuthResponseDecoder - Class in io.netty.handler.codec.socks
Decodes ByteBufs into SocksAuthResponse.
SocksAuthResponseDecoder() - Constructor for class io.netty.handler.codec.socks.SocksAuthResponseDecoder
 
SocksAuthScheme - Enum in io.netty.handler.codec.socks
 
SocksAuthStatus - Enum in io.netty.handler.codec.socks
 
SocksCmdRequest - Class in io.netty.handler.codec.socks
An socks cmd request.
SocksCmdRequest(SocksCmdType, SocksAddressType, String, int) - Constructor for class io.netty.handler.codec.socks.SocksCmdRequest
 
SocksCmdRequestDecoder - Class in io.netty.handler.codec.socks
Decodes ByteBufs into SocksCmdRequest.
SocksCmdRequestDecoder() - Constructor for class io.netty.handler.codec.socks.SocksCmdRequestDecoder
 
SocksCmdResponse - Class in io.netty.handler.codec.socks
A socks cmd response.
SocksCmdResponse(SocksCmdStatus, SocksAddressType) - Constructor for class io.netty.handler.codec.socks.SocksCmdResponse
 
SocksCmdResponse(SocksCmdStatus, SocksAddressType, String, int) - Constructor for class io.netty.handler.codec.socks.SocksCmdResponse
Constructs new response and includes provided host and port as part of it.
SocksCmdResponseDecoder - Class in io.netty.handler.codec.socks
Decodes ByteBufs into SocksCmdResponse.
SocksCmdResponseDecoder() - Constructor for class io.netty.handler.codec.socks.SocksCmdResponseDecoder
 
SocksCmdStatus - Enum in io.netty.handler.codec.socks
 
SocksCmdType - Enum in io.netty.handler.codec.socks
 
SocksInitRequest - Class in io.netty.handler.codec.socks
An socks init request.
SocksInitRequest(List<SocksAuthScheme>) - Constructor for class io.netty.handler.codec.socks.SocksInitRequest
 
SocksInitRequestDecoder - Class in io.netty.handler.codec.socks
Decodes ByteBufs into SocksInitRequest.
SocksInitRequestDecoder() - Constructor for class io.netty.handler.codec.socks.SocksInitRequestDecoder
 
SocksInitResponse - Class in io.netty.handler.codec.socks
An socks init response.
SocksInitResponse(SocksAuthScheme) - Constructor for class io.netty.handler.codec.socks.SocksInitResponse
 
SocksInitResponseDecoder - Class in io.netty.handler.codec.socks
Decodes ByteBufs into SocksInitResponse.
SocksInitResponseDecoder() - Constructor for class io.netty.handler.codec.socks.SocksInitResponseDecoder
 
SocksMessage - Class in io.netty.handler.codec.socks
An abstract class that defines a SocksMessage, providing common properties for SocksRequest and SocksResponse.
SocksMessage(SocksMessageType) - Constructor for class io.netty.handler.codec.socks.SocksMessage
 
SocksMessage - Interface in io.netty.handler.codec.socksx
An interface that all SOCKS protocol messages implement.
SocksMessageEncoder - Class in io.netty.handler.codec.socks
Encodes an SocksMessage into a ByteBuf.
SocksMessageEncoder() - Constructor for class io.netty.handler.codec.socks.SocksMessageEncoder
 
SocksMessageType - Enum in io.netty.handler.codec.socks
 
SocksPortUnificationServerHandler - Class in io.netty.handler.codec.socksx
Detects the version of the current SOCKS connection and initializes the pipeline with Socks4ServerDecoder or Socks5InitialRequestDecoder.
SocksPortUnificationServerHandler() - Constructor for class io.netty.handler.codec.socksx.SocksPortUnificationServerHandler
Creates a new instance with the default configuration.
SocksPortUnificationServerHandler(Socks5ServerEncoder) - Constructor for class io.netty.handler.codec.socksx.SocksPortUnificationServerHandler
Creates a new instance with the specified Socks5ServerEncoder.
SocksProtocolVersion - Enum in io.netty.handler.codec.socks
 
SocksRequest - Class in io.netty.handler.codec.socks
An abstract class that defines a SocksRequest, providing common properties for SocksInitRequest, SocksAuthRequest, SocksCmdRequest and UnknownSocksRequest.
SocksRequest(SocksRequestType) - Constructor for class io.netty.handler.codec.socks.SocksRequest
 
SocksRequestType - Enum in io.netty.handler.codec.socks
Type of socks request
SocksResponse - Class in io.netty.handler.codec.socks
An abstract class that defines a SocksResponse, providing common properties for SocksInitResponse, SocksAuthResponse, SocksCmdResponse and UnknownSocksResponse.
SocksResponse(SocksResponseType) - Constructor for class io.netty.handler.codec.socks.SocksResponse
 
SocksResponseType - Enum in io.netty.handler.codec.socks
Type of socks response
SocksSubnegotiationVersion - Enum in io.netty.handler.codec.socks
 
SocksVersion - Enum in io.netty.handler.codec.socksx
The version of SOCKS protocol.
status() - Method in class io.netty.handler.codec.socksx.v4.DefaultSocks4CommandResponse
 
status() - Method in interface io.netty.handler.codec.socksx.v4.Socks4CommandResponse
Returns the status of this response.
status() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5CommandResponse
 
status() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5PasswordAuthResponse
 
status() - Method in interface io.netty.handler.codec.socksx.v5.Socks5CommandResponse
Returns the status of this response.
status() - Method in interface io.netty.handler.codec.socksx.v5.Socks5PasswordAuthResponse
Returns the status of this response.
SUCCESS - Static variable in class io.netty.handler.codec.socksx.v4.Socks4CommandStatus
 
SUCCESS - Static variable in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
 
SUCCESS - Static variable in class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthStatus
 

T

toString() - Method in class io.netty.handler.codec.socksx.v4.DefaultSocks4CommandRequest
 
toString() - Method in class io.netty.handler.codec.socksx.v4.DefaultSocks4CommandResponse
 
toString() - Method in class io.netty.handler.codec.socksx.v4.Socks4CommandStatus
 
toString() - Method in class io.netty.handler.codec.socksx.v4.Socks4CommandType
 
toString() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5CommandRequest
 
toString() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5CommandResponse
 
toString() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5InitialRequest
 
toString() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5InitialResponse
 
toString() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5PasswordAuthRequest
 
toString() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5PasswordAuthResponse
 
toString() - Method in class io.netty.handler.codec.socksx.v5.Socks5AddressType
 
toString() - Method in class io.netty.handler.codec.socksx.v5.Socks5AuthMethod
 
toString() - Method in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
 
toString() - Method in class io.netty.handler.codec.socksx.v5.Socks5CommandType
 
toString() - Method in class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthStatus
 
TTL_EXPIRED - Static variable in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
 
type() - Method in class io.netty.handler.codec.socks.SocksMessage
Returns the SocksMessageType of this SocksMessage
type() - Method in class io.netty.handler.codec.socksx.v4.DefaultSocks4CommandRequest
 
type() - Method in interface io.netty.handler.codec.socksx.v4.Socks4CommandRequest
Returns the type of this request.
type() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5CommandRequest
 
type() - Method in interface io.netty.handler.codec.socksx.v5.Socks5CommandRequest
Returns the type of this request.

U

UDP_ASSOCIATE - Static variable in class io.netty.handler.codec.socksx.v5.Socks5CommandType
 
UNACCEPTED - Static variable in class io.netty.handler.codec.socksx.v5.Socks5AuthMethod
Indicates that the server does not accept any authentication methods the client proposed.
UnknownSocksRequest - Class in io.netty.handler.codec.socks
An unknown socks request.
UnknownSocksRequest() - Constructor for class io.netty.handler.codec.socks.UnknownSocksRequest
 
UnknownSocksResponse - Class in io.netty.handler.codec.socks
An unknown socks response.
UnknownSocksResponse() - Constructor for class io.netty.handler.codec.socks.UnknownSocksResponse
 
userId() - Method in class io.netty.handler.codec.socksx.v4.DefaultSocks4CommandRequest
 
userId() - Method in interface io.netty.handler.codec.socksx.v4.Socks4CommandRequest
Returns the USERID field of this request.
username() - Method in class io.netty.handler.codec.socks.SocksAuthRequest
Returns username that needs to be authenticated
username() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5PasswordAuthRequest
 
username() - Method in interface io.netty.handler.codec.socksx.v5.Socks5PasswordAuthRequest
Returns the username of this request.

V

valueOf(String) - Static method in enum io.netty.handler.codec.socks.SocksAddressType
Returns the enum constant of this type with the specified name.
valueOf(byte) - Static method in enum io.netty.handler.codec.socks.SocksAddressType
 
valueOf(String) - Static method in enum io.netty.handler.codec.socks.SocksAuthScheme
Returns the enum constant of this type with the specified name.
valueOf(byte) - Static method in enum io.netty.handler.codec.socks.SocksAuthScheme
 
valueOf(String) - Static method in enum io.netty.handler.codec.socks.SocksAuthStatus
Returns the enum constant of this type with the specified name.
valueOf(byte) - Static method in enum io.netty.handler.codec.socks.SocksAuthStatus
 
valueOf(String) - Static method in enum io.netty.handler.codec.socks.SocksCmdStatus
Returns the enum constant of this type with the specified name.
valueOf(byte) - Static method in enum io.netty.handler.codec.socks.SocksCmdStatus
 
valueOf(String) - Static method in enum io.netty.handler.codec.socks.SocksCmdType
Returns the enum constant of this type with the specified name.
valueOf(byte) - Static method in enum io.netty.handler.codec.socks.SocksCmdType
 
valueOf(String) - Static method in enum io.netty.handler.codec.socks.SocksMessageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.netty.handler.codec.socks.SocksProtocolVersion
Returns the enum constant of this type with the specified name.
valueOf(byte) - Static method in enum io.netty.handler.codec.socks.SocksProtocolVersion
 
valueOf(String) - Static method in enum io.netty.handler.codec.socks.SocksRequestType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.netty.handler.codec.socks.SocksResponseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.netty.handler.codec.socks.SocksSubnegotiationVersion
Returns the enum constant of this type with the specified name.
valueOf(byte) - Static method in enum io.netty.handler.codec.socks.SocksSubnegotiationVersion
 
valueOf(String) - Static method in enum io.netty.handler.codec.socksx.SocksVersion
Returns the enum constant of this type with the specified name.
valueOf(byte) - Static method in enum io.netty.handler.codec.socksx.SocksVersion
Returns the SocksVersion that corresponds to the specified version field value, as defined in the protocol specification.
valueOf(byte) - Static method in class io.netty.handler.codec.socksx.v4.Socks4CommandStatus
 
valueOf(byte) - Static method in class io.netty.handler.codec.socksx.v4.Socks4CommandType
 
valueOf(byte) - Static method in class io.netty.handler.codec.socksx.v5.Socks5AddressType
 
valueOf(byte) - Static method in class io.netty.handler.codec.socksx.v5.Socks5AuthMethod
 
valueOf(byte) - Static method in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
 
valueOf(byte) - Static method in class io.netty.handler.codec.socksx.v5.Socks5CommandType
 
valueOf(byte) - Static method in class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthStatus
 
values() - Static method in enum io.netty.handler.codec.socks.SocksAddressType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.handler.codec.socks.SocksAuthScheme
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.handler.codec.socks.SocksAuthStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.handler.codec.socks.SocksCmdStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.handler.codec.socks.SocksCmdType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.handler.codec.socks.SocksMessageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.handler.codec.socks.SocksProtocolVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.handler.codec.socks.SocksRequestType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.handler.codec.socks.SocksResponseType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.handler.codec.socks.SocksSubnegotiationVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.handler.codec.socksx.SocksVersion
Returns an array containing the constants of this enum type, in the order they are declared.
version() - Method in interface io.netty.handler.codec.socksx.SocksMessage
Returns the protocol version of this message.
version() - Method in class io.netty.handler.codec.socksx.v4.AbstractSocks4Message
 
version() - Method in class io.netty.handler.codec.socksx.v5.AbstractSocks5Message
 
A B C D E F G H I N P R S T U V 
Skip navigation links
Netty/Codec/Socks 4.1.60.Final-redhat-00001

Copyright © 2008–2021 The Netty Project. All rights reserved.