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 . |
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.
|
Socks4ServerEncoder
Encodes a
Socks4CommandResponse into a ByteBuf . |
Copyright © 2008–2017 The Netty Project. All rights reserved.