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.io.netty.handler.proxy 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 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.Socks5CommandRequestDecoder.State Socks5CommandResponse A response to a SOCKS5 request detail message, as defined in the section 6, RFC1928.Socks5CommandResponseDecoder.State Socks5CommandStatus The status ofSocks5CommandResponse
.Socks5CommandType The type ofSocks5CommandRequest
.Socks5InitialRequest An initial SOCKS5 authentication method selection request, as defined in the section 3, RFC1928.Socks5InitialRequestDecoder.State Socks5InitialResponse An initial SOCKS5 authentication method selection request, as defined in the section 3, RFC1928.Socks5InitialResponseDecoder.State 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.Socks5PasswordAuthRequestDecoder.State Socks5PasswordAuthResponse A SOCKS5 subnegotiation response for username-password authentication, as defined in the section 2, RFC1929.Socks5PasswordAuthResponseDecoder.State Socks5PasswordAuthStatus The status ofSocks5PasswordAuthResponse
.Socks5PrivateAuthRequest A SOCKS5 subnegotiation request for private authentication.Socks5PrivateAuthResponse A SOCKS5 subnegotiation response for private authentication.Socks5PrivateAuthStatus The status of a SOCKS5 private authentication response.Socks5ServerEncoder Encodes a server-sideSocks5Message
into aByteBuf
. -
Classes in io.netty.handler.codec.socksx.v5 used by io.netty.handler.proxy Class Description Socks5ClientEncoder Encodes a client-sideSocks5Message
into aByteBuf
.