See: Description
Interface | Description |
---|---|
Socks4CommandRequest |
A SOCKS4a
CONNECT or BIND request. |
Socks4CommandResponse |
A SOCKS4a response.
|
Socks4Message |
A tag interface that all SOCKS4a protocol messages implement.
|
Class | Description |
---|---|
AbstractSocks4Message |
An abstract
Socks4Message . |
DefaultSocks4CommandRequest |
The default
Socks4CommandRequest . |
DefaultSocks4CommandResponse |
The default
Socks4CommandResponse . |
Socks4ClientDecoder |
Decodes a single
Socks4CommandResponse from the inbound ByteBuf s. |
Socks4ClientEncoder |
Encodes a
Socks4CommandRequest into a ByteBuf . |
Socks4CommandStatus |
The status of
Socks4CommandResponse . |
Socks4CommandType |
The type of
Socks4CommandRequest . |
Socks4ServerDecoder |
Decodes a single
Socks4CommandRequest from the inbound ByteBuf s. |
Socks4ServerEncoder |
Encodes a
Socks4CommandResponse into a ByteBuf . |
Copyright © 2008–2017 The Netty Project. All rights reserved.