Uses of Class
io.netty.handler.codec.socks.SocksRequest
-
Packages that use SocksRequest Package Description io.netty.handler.codec.socks Encoder, decoder and their related message types for Socks. -
-
Uses of SocksRequest in io.netty.handler.codec.socks
Subclasses of SocksRequest in io.netty.handler.codec.socks Modifier and Type Class Description classSocksAuthRequestAn socks auth request.classSocksCmdRequestAn socks cmd request.classSocksInitRequestAn socks init request.classUnknownSocksRequestAn unknown socks request.Fields in io.netty.handler.codec.socks declared as SocksRequest Modifier and Type Field Description static SocksRequestSocksCommonUtils. UNKNOWN_SOCKS_REQUEST
-