Uses of Package
io.netty.handler.codec.socksx.v4
-
Packages that use io.netty.handler.codec.socksx.v4 Package Description io.netty.handler.codec.socksx.v4 Encoder, decoder and their related message types for SOCKSv4 protocol. -
Classes in io.netty.handler.codec.socksx.v4 used by io.netty.handler.codec.socksx.v4 Class Description AbstractSocks4Message An abstractSocks4Message.Socks4ClientDecoder.State Socks4ClientEncoder Encodes aSocks4CommandRequestinto aByteBuf.Socks4CommandRequest A SOCKS4aCONNECTorBINDrequest.Socks4CommandResponse A SOCKS4a response.Socks4CommandStatus The status ofSocks4CommandResponse.Socks4CommandType The type ofSocks4CommandRequest.Socks4Message A tag interface that all SOCKS4a protocol messages implement.Socks4ServerDecoder.State Socks4ServerEncoder Encodes aSocks4CommandResponseinto aByteBuf.