Package io.netty.handler.codec.socksx.v5
package io.netty.handler.codec.socksx.v5
Encoder, decoder and their related message types for SOCKSv5 protocol.
-
ClassDescriptionAn abstract
Socks5Message.The defaultSocks5CommandRequest.The defaultSocks5CommandResponse.The defaultSocks5InitialRequest.The defaultSocks5InitialResponse.The defaultSocks5PasswordAuthRequest.The defaultSocks5PasswordAuthResponse.The defaultSocks5PrivateAuthRequestimplementation.The defaultSocks5PrivateAuthResponseimplementation.Decodes a SOCKS5 address field into its string representation.Encodes a SOCKS5 address into binary representation.The type of address inSocks5CommandRequestandSocks5CommandResponse.The authentication method of SOCKS5.Encodes a client-sideSocks5Messageinto aByteBuf.A SOCKS5 request detail message, as defined in the section 4, RFC1928.Decodes a singleSocks5CommandRequestfrom the inboundByteBufs.A response to a SOCKS5 request detail message, as defined in the section 6, RFC1928.Decodes a singleSocks5CommandResponsefrom the inboundByteBufs.The status ofSocks5CommandResponse.The type ofSocks5CommandRequest.An initial SOCKS5 authentication method selection request, as defined in the section 3, RFC1928.Decodes a singleSocks5InitialRequestfrom the inboundByteBufs.An initial SOCKS5 authentication method selection request, as defined in the section 3, RFC1928.Decodes a singleSocks5InitialResponsefrom the inboundByteBufs.A tag interface that all SOCKS5 protocol messages implement.A SOCKS5 subnegotiation request for username-password authentication, as defined in the section 2, RFC1929.Decodes a singleSocks5PasswordAuthRequestfrom the inboundByteBufs.A SOCKS5 subnegotiation response for username-password authentication, as defined in the section 2, RFC1929.Decodes a singleSocks5PasswordAuthResponsefrom the inboundByteBufs.The status ofSocks5PasswordAuthResponse.A SOCKS5 subnegotiation request for private authentication.Decodes a singleSocks5PrivateAuthRequestfrom the inboundByteBufs.A SOCKS5 subnegotiation response for private authentication.Decodes a singleSocks5PrivateAuthResponsefrom the inboundByteBufs.The status of a SOCKS5 private authentication response.Encodes a server-sideSocks5Messageinto aByteBuf.