Uses of Interface
io.netty.handler.codec.socksx.v5.Socks5Message
Packages that use Socks5Message
Package
Description
Encoder, decoder and their related message types for SOCKSv5 protocol.
-
Uses of Socks5Message in io.netty.handler.codec.socksx.v5
Subinterfaces of Socks5Message in io.netty.handler.codec.socksx.v5Modifier and TypeInterfaceDescriptioninterface
A SOCKS5 request detail message, as defined in the section 4, RFC1928.interface
A response to a SOCKS5 request detail message, as defined in the section 6, RFC1928.interface
An initial SOCKS5 authentication method selection request, as defined in the section 3, RFC1928.interface
An initial SOCKS5 authentication method selection request, as defined in the section 3, RFC1928.interface
A SOCKS5 subnegotiation request for username-password authentication, as defined in the section 2, RFC1929.interface
A SOCKS5 subnegotiation response for username-password authentication, as defined in the section 2, RFC1929.Classes in io.netty.handler.codec.socksx.v5 that implement Socks5MessageModifier and TypeClassDescriptionclass
An abstractSocks5Message
.final class
The defaultSocks5CommandRequest
.final class
The defaultSocks5CommandResponse
.class
The defaultSocks5InitialRequest
.class
The defaultSocks5InitialResponse
.class
The defaultSocks5PasswordAuthRequest
.class
The defaultSocks5PasswordAuthResponse
.Methods in io.netty.handler.codec.socksx.v5 with parameters of type Socks5MessageModifier and TypeMethodDescriptionprotected void
Socks5ClientEncoder.encode
(ChannelHandlerContext ctx, Socks5Message msg, ByteBuf out) protected void
Socks5ServerEncoder.encode
(ChannelHandlerContext ctx, Socks5Message msg, ByteBuf out)