Uses of Interface
io.netty.handler.codec.socksx.v4.Socks4Message
Packages that use Socks4Message
Package
Description
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.v4Modifier and TypeInterfaceDescriptioninterface
A SOCKS4aCONNECT
orBIND
request.interface
A SOCKS4a response.Classes in io.netty.handler.codec.socksx.v4 that implement Socks4MessageModifier and TypeClassDescriptionclass
An abstractSocks4Message
.class
The defaultSocks4CommandRequest
.class
The defaultSocks4CommandResponse
.