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 interface
Socks4CommandRequest
A SOCKS4aCONNECT
orBIND
request.interface
Socks4CommandResponse
A SOCKS4a response.Classes in io.netty.handler.codec.socksx.v4 that implement Socks4Message Modifier and Type Class Description class
AbstractSocks4Message
An abstractSocks4Message
.class
DefaultSocks4CommandRequest
The defaultSocks4CommandRequest
.class
DefaultSocks4CommandResponse
The defaultSocks4CommandResponse
.
-