Uses of Interface
io.netty.handler.codec.socksx.v4.Socks4CommandRequest
-
Packages that use Socks4CommandRequest Package Description io.netty.handler.codec.socksx.v4 Encoder, decoder and their related message types for SOCKSv4 protocol. -
-
Uses of Socks4CommandRequest in io.netty.handler.codec.socksx.v4
Classes in io.netty.handler.codec.socksx.v4 that implement Socks4CommandRequest Modifier and Type Class Description class
DefaultSocks4CommandRequest
The defaultSocks4CommandRequest
.Methods in io.netty.handler.codec.socksx.v4 with parameters of type Socks4CommandRequest Modifier and Type Method Description protected void
Socks4ClientEncoder. encode(ChannelHandlerContext ctx, Socks4CommandRequest msg, ByteBuf out)
-