Package io.netty.handler.codec.socksx.v4
package io.netty.handler.codec.socksx.v4
Encoder, decoder and their related message types for SOCKSv4 protocol.
-
ClassDescriptionAn abstract
Socks4Message
.The defaultSocks4CommandRequest
.The defaultSocks4CommandResponse
.Decodes a singleSocks4CommandResponse
from the inboundByteBuf
s.Encodes aSocks4CommandRequest
into aByteBuf
.A SOCKS4aCONNECT
orBIND
request.A SOCKS4a response.The status ofSocks4CommandResponse
.The type ofSocks4CommandRequest
.A tag interface that all SOCKS4a protocol messages implement.Decodes a singleSocks4CommandRequest
from the inboundByteBuf
s.Encodes aSocks4CommandResponse
into aByteBuf
.