Uses of Package
io.netty.handler.codec.socks
Packages that use io.netty.handler.codec.socks
Package
Description
Encoder, decoder and their related message types for Socks.
-
Classes in io.netty.handler.codec.socks used by io.netty.handler.codec.socksClassDescriptionAn abstract class that defines a SocksMessage, providing common properties for
SocksRequest
andSocksResponse
.An abstract class that defines a SocksRequest, providing common properties forSocksInitRequest
,SocksAuthRequest
,SocksCmdRequest
andUnknownSocksRequest
.Type of socks requestAn abstract class that defines a SocksResponse, providing common properties forSocksInitResponse
,SocksAuthResponse
,SocksCmdResponse
andUnknownSocksResponse
.Type of socks response