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 TypeInterfaceDescriptioninterfaceA SOCKS4aCONNECTorBINDrequest.interfaceA SOCKS4a response.Classes in io.netty.handler.codec.socksx.v4 that implement Socks4MessageModifier and TypeClassDescriptionclassAn abstractSocks4Message.classThe defaultSocks4CommandRequest.classThe defaultSocks4CommandResponse.