Uses of Interface
io.netty.handler.codec.socksx.v5.Socks5Message
-
Packages that use Socks5Message Package Description io.netty.handler.codec.socksx.v5 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.v5 Modifier and Type Interface Description interface
Socks5CommandRequest
A SOCKS5 request detail message, as defined in the section 4, RFC1928.interface
Socks5CommandResponse
A response to a SOCKS5 request detail message, as defined in the section 6, RFC1928.interface
Socks5InitialRequest
An initial SOCKS5 authentication method selection request, as defined in the section 3, RFC1928.interface
Socks5InitialResponse
An initial SOCKS5 authentication method selection request, as defined in the section 3, RFC1928.interface
Socks5PasswordAuthRequest
A SOCKS5 subnegotiation request for username-password authentication, as defined in the section 2, RFC1929.interface
Socks5PasswordAuthResponse
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 Socks5Message Modifier and Type Class Description class
AbstractSocks5Message
An abstractSocks5Message
.class
DefaultSocks5CommandRequest
The defaultSocks5CommandRequest
.class
DefaultSocks5CommandResponse
The defaultSocks5CommandResponse
.class
DefaultSocks5InitialRequest
The defaultSocks5InitialRequest
.class
DefaultSocks5InitialResponse
The defaultSocks5InitialResponse
.class
DefaultSocks5PasswordAuthRequest
The defaultSocks5PasswordAuthRequest
.class
DefaultSocks5PasswordAuthResponse
The defaultSocks5PasswordAuthResponse
.Methods in io.netty.handler.codec.socksx.v5 with parameters of type Socks5Message Modifier and Type Method Description protected void
Socks5ClientEncoder. encode(ChannelHandlerContext ctx, Socks5Message msg, ByteBuf out)
protected void
Socks5ServerEncoder. encode(ChannelHandlerContext ctx, Socks5Message msg, ByteBuf out)
-