See: Description
| Interface | Description |
|---|---|
| SocksMessage |
An interface that all SOCKS protocol messages implement.
|
| Class | Description |
|---|---|
| AbstractSocksMessage |
An abstract
SocksMessage. |
| SocksPortUnificationServerHandler |
Detects the version of the current SOCKS connection and initializes the pipeline with
Socks4ServerDecoder or Socks5InitialRequestDecoder. |
| Enum | Description |
|---|---|
| SocksVersion |
The version of SOCKS protocol.
|
Copyright © 2008–2025 The Netty Project. All rights reserved.