Package io.netty.handler.codec.socks
package io.netty.handler.codec.socks
Encoder, decoder and their related message types for Socks.
-
ClassDescriptionAn socks auth request.Decodes
ByteBuf
s intoSocksAuthRequest
.An socks auth response.DecodesByteBuf
s intoSocksAuthResponse
.An socks cmd request.DecodesByteBuf
s intoSocksCmdRequest
.A socks cmd response.DecodesByteBuf
s intoSocksCmdResponse
.An socks init request.DecodesByteBuf
s intoSocksInitRequest
.An socks init response.DecodesByteBuf
s intoSocksInitResponse
.An abstract class that defines a SocksMessage, providing common properties forSocksRequest
andSocksResponse
.Encodes anSocksMessage
into aByteBuf
.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 responseAn unknown socks request.An unknown socks response.