Uses of Package
io.netty.handler.codec.socksx.v5
-
Packages that use io.netty.handler.codec.socksx.v5 Package Description io.netty.handler.codec.socksx Encoder, decoder and their related message types for SOCKS protocol.io.netty.handler.codec.socksx.v5 Encoder, decoder and their related message types for SOCKSv5 protocol. -
Classes in io.netty.handler.codec.socksx.v5 used by io.netty.handler.codec.socksx Class Description Socks5ServerEncoder Encodes a server-sideSocks5Message
into aByteBuf
. -
Classes in io.netty.handler.codec.socksx.v5 used by io.netty.handler.codec.socksx.v5 Class Description AbstractSocks5Message An abstractSocks5Message
.Socks5AddressDecoder Decodes a SOCKS5 address field into its string representation.Socks5AddressEncoder Encodes a SOCKS5 address into binary representation.Socks5AddressType The type of address inSocks5CommandRequest
andSocks5CommandResponse
.Socks5AuthMethod The authentication method of SOCKS5.Socks5ClientEncoder Encodes a client-sideSocks5Message
into aByteBuf
.Socks5CommandRequest A SOCKS5 request detail message, as defined in the section 4, RFC1928.Socks5CommandResponse A response to a SOCKS5 request detail message, as defined in the section 6, RFC1928.Socks5CommandStatus The status ofSocks5CommandResponse
.Socks5CommandType The type ofSocks5CommandRequest
.Socks5InitialRequest An initial SOCKS5 authentication method selection request, as defined in the section 3, RFC1928.Socks5InitialResponse An initial SOCKS5 authentication method selection request, as defined in the section 3, RFC1928.Socks5Message A tag interface that all SOCKS5 protocol messages implement.Socks5PasswordAuthRequest A SOCKS5 subnegotiation request for username-password authentication, as defined in the section 2, RFC1929.Socks5PasswordAuthResponse A SOCKS5 subnegotiation response for username-password authentication, as defined in the section 2, RFC1929.Socks5PasswordAuthStatus The status ofSocks5PasswordAuthResponse
.Socks5ServerEncoder Encodes a server-sideSocks5Message
into aByteBuf
.