Uses of Package
io.netty.handler.codec.socksx.v5
Packages that use io.netty.handler.codec.socksx.v5
Package
Description
Encoder, decoder and their related message types for SOCKS protocol.
Encoder, decoder and their related message types for SOCKSv5 protocol.
Adds support for client connections via proxy protocols such as
SOCKS and
HTTP CONNECT tunneling
-
Classes in io.netty.handler.codec.socksx.v5 used by io.netty.handler.codec.socksx
-
Classes in io.netty.handler.codec.socksx.v5 used by io.netty.handler.codec.socksx.v5ClassDescriptionAn abstract
Socks5Message.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.A response to a SOCKS5 request detail message, as defined in the section 6, RFC1928.The status ofSocks5CommandResponse.The type ofSocks5CommandRequest.An initial SOCKS5 authentication method selection request, as defined in the section 3, RFC1928.An initial SOCKS5 authentication method selection request, as defined in the section 3, RFC1928.A tag interface that all SOCKS5 protocol messages implement.A SOCKS5 subnegotiation request for username-password authentication, as defined in the section 2, RFC1929.A SOCKS5 subnegotiation response for username-password authentication, as defined in the section 2, RFC1929.The status ofSocks5PasswordAuthResponse.A SOCKS5 subnegotiation request for private authentication.A SOCKS5 subnegotiation response for private authentication.The status of a SOCKS5 private authentication response.Encodes a server-sideSocks5Messageinto aByteBuf. -
Classes in io.netty.handler.codec.socksx.v5 used by io.netty.handler.proxy