| Package | Description |
|---|---|
| io.netty.handler.codec.socksx.v4 |
Encoder, decoder and their related message types for SOCKSv4 protocol.
|
| Class and Description |
|---|
| AbstractSocks4Message
An abstract
Socks4Message. |
| Socks4ClientDecoder.State |
| Socks4ClientEncoder
Encodes a
Socks4CommandRequest into a ByteBuf. |
| Socks4CommandRequest
A SOCKS4a
CONNECT or BIND request. |
| Socks4CommandResponse
A SOCKS4a response.
|
| Socks4CommandStatus
The status of
Socks4CommandResponse. |
| Socks4CommandType
The type of
Socks4CommandRequest. |
| Socks4Message
A tag interface that all SOCKS4a protocol messages implement.
|
| Socks4ServerDecoder.State |
| Socks4ServerEncoder
Encodes a
Socks4CommandResponse into a ByteBuf. |
Copyright © 2008–2025 The Netty Project. All rights reserved.