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.v4Classes in io.netty.handler.codec.socksx.v4 that implement Socks4CommandRequest Modifier and Type Class Description classDefaultSocks4CommandRequestThe defaultSocks4CommandRequest.Methods in io.netty.handler.codec.socksx.v4 with parameters of type Socks4CommandRequest Modifier and Type Method Description protected voidSocks4ClientEncoder. encode(ChannelHandlerContext ctx, Socks4CommandRequest msg, ByteBuf out)
 
-