A B C D E F G H I N P R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
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_NOT_SUPPORTED - io.netty.handler.codec.socks.SocksCmdStatus
- 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
Socks5AddressEncoderof this encoder. - addressEncoder() - Method in class io.netty.handler.codec.socksx.v5.Socks5ServerEncoder
-
Returns the
Socks5AddressEncoderof this encoder. - addressType() - Method in class io.netty.handler.codec.socks.SocksCmdRequest
-
Returns the
SocksAddressTypeof thisSocksCmdRequest - addressType() - Method in class io.netty.handler.codec.socks.SocksCmdResponse
-
Returns the
SocksAddressTypeof thisSocksCmdResponse - AUTH - io.netty.handler.codec.socks.SocksRequestType
- AUTH - io.netty.handler.codec.socks.SocksResponseType
- AUTH_GSSAPI - io.netty.handler.codec.socks.SocksAuthScheme
- AUTH_PASSWORD - io.netty.handler.codec.socks.SocksAuthScheme
- AUTH_PASSWORD - io.netty.handler.codec.socks.SocksSubnegotiationVersion
- authMethod() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5InitialResponse
- authMethod() - Method in interface io.netty.handler.codec.socksx.v5.Socks5InitialResponse
-
Returns the
METHODfield 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
-
Returns the
SocksAuthSchemeof thisSocksInitResponse - authSchemes() - Method in class io.netty.handler.codec.socks.SocksInitRequest
-
Returns the List<
SocksAuthScheme> of thisSocksInitRequest - authStatus() - Method in class io.netty.handler.codec.socks.SocksAuthResponse
-
Returns the
SocksAuthStatusof thisSocksAuthResponse
B
- BIND - io.netty.handler.codec.socks.SocksCmdType
- 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.ADDRfield 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.ADDRfield 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.PORTfield 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
- CHECK_PROTOCOL_VERSION - io.netty.handler.codec.socks.SocksAuthRequestDecoder.State
- CHECK_PROTOCOL_VERSION - io.netty.handler.codec.socks.SocksAuthResponseDecoder.State
- CHECK_PROTOCOL_VERSION - io.netty.handler.codec.socks.SocksCmdRequestDecoder.State
- CHECK_PROTOCOL_VERSION - io.netty.handler.codec.socks.SocksCmdResponseDecoder.State
- CHECK_PROTOCOL_VERSION - io.netty.handler.codec.socks.SocksInitRequestDecoder.State
- CHECK_PROTOCOL_VERSION - io.netty.handler.codec.socks.SocksInitResponseDecoder.State
- CMD - io.netty.handler.codec.socks.SocksRequestType
- CMD - io.netty.handler.codec.socks.SocksResponseType
- cmdStatus() - Method in class io.netty.handler.codec.socks.SocksCmdResponse
-
Returns the
SocksCmdStatusof thisSocksCmdResponse - cmdType() - Method in class io.netty.handler.codec.socks.SocksCmdRequest
-
Returns the
SocksCmdTypeof thisSocksCmdRequest - COMMAND_NOT_SUPPORTED - io.netty.handler.codec.socks.SocksCmdStatus
- 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 - io.netty.handler.codec.socks.SocksCmdType
- 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
-
The default
Socks4CommandRequest. - 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
-
The default
Socks4CommandResponse. - 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
-
The default
Socks5CommandRequest. - DefaultSocks5CommandRequest(Socks5CommandType, Socks5AddressType, String, int) - Constructor for class io.netty.handler.codec.socksx.v5.DefaultSocks5CommandRequest
- DefaultSocks5CommandResponse - Class in io.netty.handler.codec.socksx.v5
-
The default
Socks5CommandResponse. - 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
-
The default
Socks5InitialRequest. - 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
-
The default
Socks5InitialResponse. - DefaultSocks5InitialResponse(Socks5AuthMethod) - Constructor for class io.netty.handler.codec.socksx.v5.DefaultSocks5InitialResponse
- DefaultSocks5PasswordAuthRequest - Class in io.netty.handler.codec.socksx.v5
-
The default
Socks5PasswordAuthRequest. - DefaultSocks5PasswordAuthRequest(String, String) - Constructor for class io.netty.handler.codec.socksx.v5.DefaultSocks5PasswordAuthRequest
- DefaultSocks5PasswordAuthResponse - Class in io.netty.handler.codec.socksx.v5
-
The default
Socks5PasswordAuthResponse. - DefaultSocks5PasswordAuthResponse(Socks5PasswordAuthStatus) - Constructor for class io.netty.handler.codec.socksx.v5.DefaultSocks5PasswordAuthResponse
- DOMAIN - io.netty.handler.codec.socks.SocksAddressType
- 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
DSTIPfield of this request. - dstAddr() - Method in interface io.netty.handler.codec.socksx.v4.Socks4CommandResponse
-
Returns the
DSTIPfield 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.ADDRfield 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.ADDRfield 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
DSTPORTfield of this request. - dstPort() - Method in interface io.netty.handler.codec.socksx.v4.Socks4CommandResponse
-
Returns the
DSTPORTfield 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.PORTfield 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 - io.netty.handler.codec.socks.SocksAuthStatus
- FAILURE - io.netty.handler.codec.socks.SocksCmdStatus
- FAILURE - io.netty.handler.codec.socksx.v4.Socks4ClientDecoder.State
- FAILURE - io.netty.handler.codec.socksx.v4.Socks4ServerDecoder.State
- FAILURE - io.netty.handler.codec.socksx.v5.Socks5CommandRequestDecoder.State
- FAILURE - io.netty.handler.codec.socksx.v5.Socks5CommandResponseDecoder.State
- FAILURE - io.netty.handler.codec.socksx.v5.Socks5InitialRequestDecoder.State
- FAILURE - io.netty.handler.codec.socksx.v5.Socks5InitialResponseDecoder.State
- FAILURE - io.netty.handler.codec.socksx.v5.Socks5PasswordAuthRequestDecoder.State
- FAILURE - io.netty.handler.codec.socksx.v5.Socks5PasswordAuthResponseDecoder.State
- 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 - io.netty.handler.codec.socks.SocksCmdStatus
- 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.Use
SocksAddressType.valueOf(byte)instead. - fromByte(byte) - Static method in enum io.netty.handler.codec.socks.SocksAuthScheme
-
Deprecated.Use
SocksAuthScheme.valueOf(byte)instead. - fromByte(byte) - Static method in enum io.netty.handler.codec.socks.SocksAuthStatus
-
Deprecated.Use
SocksAuthStatus.valueOf(byte)instead. - fromByte(byte) - Static method in enum io.netty.handler.codec.socks.SocksCmdStatus
-
Deprecated.Use
SocksCmdStatus.valueOf(byte)instead. - fromByte(byte) - Static method in enum io.netty.handler.codec.socks.SocksCmdType
-
Deprecated.Use
SocksCmdType.valueOf(byte)instead. - fromByte(byte) - Static method in enum io.netty.handler.codec.socks.SocksProtocolVersion
-
Deprecated.Use
SocksProtocolVersion.valueOf(byte)instead. - fromByte(byte) - Static method in enum io.netty.handler.codec.socks.SocksSubnegotiationVersion
-
Deprecated.Use
SocksSubnegotiationVersion.valueOf(byte)instead.
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 - io.netty.handler.codec.socks.SocksCmdStatus
- 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
- INIT - io.netty.handler.codec.socks.SocksRequestType
- INIT - io.netty.handler.codec.socks.SocksResponseType
- INIT - io.netty.handler.codec.socksx.v5.Socks5CommandRequestDecoder.State
- INIT - io.netty.handler.codec.socksx.v5.Socks5CommandResponseDecoder.State
- INIT - io.netty.handler.codec.socksx.v5.Socks5InitialRequestDecoder.State
- INIT - io.netty.handler.codec.socksx.v5.Socks5InitialResponseDecoder.State
- INIT - io.netty.handler.codec.socksx.v5.Socks5PasswordAuthRequestDecoder.State
- INIT - io.netty.handler.codec.socksx.v5.Socks5PasswordAuthResponseDecoder.State
- 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 - io.netty.handler.codec.socks.SocksAddressType
- IPv4 - Static variable in class io.netty.handler.codec.socksx.v5.Socks5AddressType
- IPv6 - io.netty.handler.codec.socks.SocksAddressType
- 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 - io.netty.handler.codec.socks.SocksCmdStatus
- NETWORK_UNREACHABLE - Static variable in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
- NO_AUTH - io.netty.handler.codec.socks.SocksAuthScheme
- 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() - Method in interface io.netty.handler.codec.socksx.v5.Socks5PasswordAuthRequest
-
Returns the password of this request.
- PASSWORD - Static variable in class io.netty.handler.codec.socksx.v5.Socks5AuthMethod
- 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
-
Returns the
SocksProtocolVersionof thisSocksMessage
R
- READ_AUTH_RESPONSE - io.netty.handler.codec.socks.SocksAuthResponseDecoder.State
- READ_AUTH_SCHEMES - io.netty.handler.codec.socks.SocksInitRequestDecoder.State
- READ_CMD_ADDRESS - io.netty.handler.codec.socks.SocksCmdRequestDecoder.State
- READ_CMD_ADDRESS - io.netty.handler.codec.socks.SocksCmdResponseDecoder.State
- READ_CMD_HEADER - io.netty.handler.codec.socks.SocksCmdRequestDecoder.State
- READ_CMD_HEADER - io.netty.handler.codec.socks.SocksCmdResponseDecoder.State
- READ_DOMAIN - io.netty.handler.codec.socksx.v4.Socks4ServerDecoder.State
- READ_PASSWORD - io.netty.handler.codec.socks.SocksAuthRequestDecoder.State
- READ_PREFERRED_AUTH_TYPE - io.netty.handler.codec.socks.SocksInitResponseDecoder.State
- READ_USERID - io.netty.handler.codec.socksx.v4.Socks4ServerDecoder.State
- READ_USERNAME - io.netty.handler.codec.socks.SocksAuthRequestDecoder.State
- REFUSED - io.netty.handler.codec.socks.SocksCmdStatus
- REJECTED_OR_FAILED - Static variable in class io.netty.handler.codec.socksx.v4.Socks4CommandStatus
- REQUEST - io.netty.handler.codec.socks.SocksMessageType
- requestType() - Method in class io.netty.handler.codec.socks.SocksRequest
-
Returns socks request type
- RESPONSE - io.netty.handler.codec.socks.SocksMessageType
- 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
- SOCKS4a - io.netty.handler.codec.socks.SocksProtocolVersion
- SOCKS4a - io.netty.handler.codec.socksx.SocksVersion
-
SOCKS protocol version 4a (or 4)
- Socks4ClientDecoder - Class in io.netty.handler.codec.socksx.v4
-
Decodes a single
Socks4CommandResponsefrom the inboundByteBufs. - Socks4ClientDecoder() - Constructor for class io.netty.handler.codec.socksx.v4.Socks4ClientDecoder
- Socks4ClientDecoder.State - Enum in io.netty.handler.codec.socksx.v4
- Socks4ClientEncoder - Class in io.netty.handler.codec.socksx.v4
-
Encodes a
Socks4CommandRequestinto aByteBuf. - Socks4CommandRequest - Interface in io.netty.handler.codec.socksx.v4
-
A SOCKS4a
CONNECTorBINDrequest. - 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
-
The type of
Socks4CommandRequest. - 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
Socks4CommandRequestfrom the inboundByteBufs. - Socks4ServerDecoder() - Constructor for class io.netty.handler.codec.socksx.v4.Socks4ServerDecoder
- Socks4ServerDecoder.State - Enum in io.netty.handler.codec.socksx.v4
- Socks4ServerEncoder - Class in io.netty.handler.codec.socksx.v4
-
Encodes a
Socks4CommandResponseinto aByteBuf. - SOCKS5 - io.netty.handler.codec.socks.SocksProtocolVersion
- SOCKS5 - io.netty.handler.codec.socksx.SocksVersion
-
SOCKS protocol version 5
- 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
Socks5CommandRequestandSocks5CommandResponse. - 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
Socks5Messageinto aByteBuf. - 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
Socks5CommandRequestfrom the inboundByteBufs. - Socks5CommandRequestDecoder() - Constructor for class io.netty.handler.codec.socksx.v5.Socks5CommandRequestDecoder
- Socks5CommandRequestDecoder(Socks5AddressDecoder) - Constructor for class io.netty.handler.codec.socksx.v5.Socks5CommandRequestDecoder
- Socks5CommandRequestDecoder.State - Enum in io.netty.handler.codec.socksx.v5
- 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
Socks5CommandResponsefrom the inboundByteBufs. - Socks5CommandResponseDecoder() - Constructor for class io.netty.handler.codec.socksx.v5.Socks5CommandResponseDecoder
- Socks5CommandResponseDecoder(Socks5AddressDecoder) - Constructor for class io.netty.handler.codec.socksx.v5.Socks5CommandResponseDecoder
- Socks5CommandResponseDecoder.State - Enum in io.netty.handler.codec.socksx.v5
- 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
-
The type of
Socks5CommandRequest. - 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
Socks5InitialRequestfrom the inboundByteBufs. - Socks5InitialRequestDecoder() - Constructor for class io.netty.handler.codec.socksx.v5.Socks5InitialRequestDecoder
- Socks5InitialRequestDecoder.State - Enum in io.netty.handler.codec.socksx.v5
- 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
Socks5InitialResponsefrom the inboundByteBufs. - Socks5InitialResponseDecoder() - Constructor for class io.netty.handler.codec.socksx.v5.Socks5InitialResponseDecoder
- Socks5InitialResponseDecoder.State - Enum in io.netty.handler.codec.socksx.v5
- 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
Socks5PasswordAuthRequestfrom the inboundByteBufs. - Socks5PasswordAuthRequestDecoder() - Constructor for class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthRequestDecoder
- Socks5PasswordAuthRequestDecoder.State - Enum in io.netty.handler.codec.socksx.v5
- 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
Socks5PasswordAuthResponsefrom the inboundByteBufs. - Socks5PasswordAuthResponseDecoder() - Constructor for class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthResponseDecoder
- Socks5PasswordAuthResponseDecoder.State - Enum in io.netty.handler.codec.socksx.v5
- Socks5PasswordAuthStatus - Class in io.netty.handler.codec.socksx.v5
-
The status of
Socks5PasswordAuthResponse. - 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
Socks5Messageinto aByteBuf. - 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 intoSocksAuthRequest. - SocksAuthRequestDecoder() - Constructor for class io.netty.handler.codec.socks.SocksAuthRequestDecoder
- SocksAuthRequestDecoder.State - Enum in io.netty.handler.codec.socks
- 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 intoSocksAuthResponse. - SocksAuthResponseDecoder() - Constructor for class io.netty.handler.codec.socks.SocksAuthResponseDecoder
- SocksAuthResponseDecoder.State - Enum in io.netty.handler.codec.socks
- 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 intoSocksCmdRequest. - SocksCmdRequestDecoder() - Constructor for class io.netty.handler.codec.socks.SocksCmdRequestDecoder
- SocksCmdRequestDecoder.State - Enum in io.netty.handler.codec.socks
- 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 intoSocksCmdResponse. - SocksCmdResponseDecoder() - Constructor for class io.netty.handler.codec.socks.SocksCmdResponseDecoder
- SocksCmdResponseDecoder.State - Enum in io.netty.handler.codec.socks
- 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 intoSocksInitRequest. - SocksInitRequestDecoder() - Constructor for class io.netty.handler.codec.socks.SocksInitRequestDecoder
- SocksInitRequestDecoder.State - Enum in io.netty.handler.codec.socks
- 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 intoSocksInitResponse. - SocksInitResponseDecoder() - Constructor for class io.netty.handler.codec.socks.SocksInitResponseDecoder
- SocksInitResponseDecoder.State - Enum in io.netty.handler.codec.socks
- SocksMessage - Class in io.netty.handler.codec.socks
-
An abstract class that defines a SocksMessage, providing common properties for
SocksRequestandSocksResponse. - SocksMessage - Interface in io.netty.handler.codec.socksx
-
An interface that all SOCKS protocol messages implement.
- SocksMessage(SocksMessageType) - Constructor for class io.netty.handler.codec.socks.SocksMessage
- SocksMessageEncoder - Class in io.netty.handler.codec.socks
-
Encodes an
SocksMessageinto aByteBuf. - 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
Socks4ServerDecoderorSocks5InitialRequestDecoder. - 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,SocksCmdRequestandUnknownSocksRequest. - 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,SocksCmdResponseandUnknownSocksResponse. - 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.
- START - io.netty.handler.codec.socksx.v4.Socks4ClientDecoder.State
- START - io.netty.handler.codec.socksx.v4.Socks4ServerDecoder.State
- 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 - io.netty.handler.codec.socks.SocksAuthStatus
- SUCCESS - io.netty.handler.codec.socks.SocksCmdStatus
- SUCCESS - io.netty.handler.codec.socksx.v4.Socks4ClientDecoder.State
- SUCCESS - io.netty.handler.codec.socksx.v4.Socks4ServerDecoder.State
- SUCCESS - io.netty.handler.codec.socksx.v5.Socks5CommandRequestDecoder.State
- SUCCESS - io.netty.handler.codec.socksx.v5.Socks5CommandResponseDecoder.State
- SUCCESS - io.netty.handler.codec.socksx.v5.Socks5InitialRequestDecoder.State
- SUCCESS - io.netty.handler.codec.socksx.v5.Socks5InitialResponseDecoder.State
- SUCCESS - io.netty.handler.codec.socksx.v5.Socks5PasswordAuthRequestDecoder.State
- SUCCESS - io.netty.handler.codec.socksx.v5.Socks5PasswordAuthResponseDecoder.State
- 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 - io.netty.handler.codec.socks.SocksCmdStatus
- 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
SocksMessageTypeof thisSocksMessage - 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 - io.netty.handler.codec.socks.SocksCmdType
- 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.
- UNASSIGNED - io.netty.handler.codec.socks.SocksCmdStatus
- UNKNOWN - io.netty.handler.codec.socks.SocksAddressType
- UNKNOWN - io.netty.handler.codec.socks.SocksAuthScheme
- UNKNOWN - io.netty.handler.codec.socks.SocksCmdType
- UNKNOWN - io.netty.handler.codec.socks.SocksMessageType
- UNKNOWN - io.netty.handler.codec.socks.SocksProtocolVersion
- UNKNOWN - io.netty.handler.codec.socks.SocksRequestType
- UNKNOWN - io.netty.handler.codec.socks.SocksResponseType
- UNKNOWN - io.netty.handler.codec.socks.SocksSubnegotiationVersion
- UNKNOWN - io.netty.handler.codec.socksx.SocksVersion
-
Unknown protocol version
- 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
USERIDfield 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(byte) - 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.SocksAuthScheme
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - 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.SocksCmdStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - 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.SocksProtocolVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - 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.socksx.SocksVersion
-
Returns the
SocksVersionthat 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
- valueOf(String) - Static method in enum io.netty.handler.codec.socks.SocksAddressType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.socks.SocksAuthRequestDecoder.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.socks.SocksAuthResponseDecoder.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.socks.SocksAuthScheme
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.socks.SocksAuthStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.socks.SocksCmdRequestDecoder.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.socks.SocksCmdResponseDecoder.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.socks.SocksCmdStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.socks.SocksCmdType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.socks.SocksInitRequestDecoder.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.socks.SocksInitResponseDecoder.State
-
Returns the enum constant of this type with the specified name.
- 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(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(String) - Static method in enum io.netty.handler.codec.socksx.SocksVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.socksx.v4.Socks4ClientDecoder.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.socksx.v4.Socks4ServerDecoder.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.socksx.v5.Socks5CommandRequestDecoder.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.socksx.v5.Socks5CommandResponseDecoder.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.socksx.v5.Socks5InitialRequestDecoder.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.socksx.v5.Socks5InitialResponseDecoder.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.socksx.v5.Socks5PasswordAuthRequestDecoder.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.socksx.v5.Socks5PasswordAuthResponseDecoder.State
-
Returns the enum constant of this type with the specified name.
- 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.SocksAuthRequestDecoder.State
-
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.SocksAuthResponseDecoder.State
-
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.SocksCmdRequestDecoder.State
-
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.SocksCmdResponseDecoder.State
-
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.SocksInitRequestDecoder.State
-
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.SocksInitResponseDecoder.State
-
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.
- values() - Static method in enum io.netty.handler.codec.socksx.v4.Socks4ClientDecoder.State
-
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.v4.Socks4ServerDecoder.State
-
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.v5.Socks5CommandRequestDecoder.State
-
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.v5.Socks5CommandResponseDecoder.State
-
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.v5.Socks5InitialRequestDecoder.State
-
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.v5.Socks5InitialResponseDecoder.State
-
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.v5.Socks5PasswordAuthRequestDecoder.State
-
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.v5.Socks5PasswordAuthResponseDecoder.State
-
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
All Classes All Packages