Uses of Interface
io.netty.handler.codec.socksx.v4.Socks4Message
-
Packages that use Socks4Message Package Description io.netty.handler.codec.socksx.v4 Encoder, decoder and their related message types for SOCKSv4 protocol. -
-
Uses of Socks4Message in io.netty.handler.codec.socksx.v4
Subinterfaces of Socks4Message in io.netty.handler.codec.socksx.v4 Modifier and Type Interface Description interfaceSocks4CommandRequestA SOCKS4aCONNECTorBINDrequest.interfaceSocks4CommandResponseA SOCKS4a response.Classes in io.netty.handler.codec.socksx.v4 that implement Socks4Message Modifier and Type Class Description classAbstractSocks4MessageAn abstractSocks4Message.classDefaultSocks4CommandRequestThe defaultSocks4CommandRequest.classDefaultSocks4CommandResponseThe defaultSocks4CommandResponse.
-