| 程序包 | 说明 |
|---|---|
| io.netty.handler.codec.socksx.v5 |
Encoder, decoder and their related message types for SOCKSv5 protocol.
|
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
Socks5CommandRequest
A SOCKS5 request detail message, as defined in
the section 4, RFC1928.
|
interface |
Socks5CommandResponse
A response to a SOCKS5 request detail message, as defined in
the section 6, RFC1928.
|
interface |
Socks5InitialRequest
An initial SOCKS5 authentication method selection request, as defined in
the section 3, RFC1928.
|
interface |
Socks5InitialResponse
An initial SOCKS5 authentication method selection request, as defined in
the section 3, RFC1928.
|
interface |
Socks5PasswordAuthRequest
A SOCKS5 subnegotiation request for username-password authentication, as defined in
the section 2, RFC1929.
|
interface |
Socks5PasswordAuthResponse
A SOCKS5 subnegotiation response for username-password authentication, as defined in
the section 2, RFC1929.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractSocks5Message
An abstract
Socks5Message. |
class |
DefaultSocks5CommandRequest
The default
Socks5CommandRequest. |
class |
DefaultSocks5CommandResponse
The default
Socks5CommandResponse. |
class |
DefaultSocks5InitialRequest
The default
Socks5InitialRequest. |
class |
DefaultSocks5InitialResponse
The default
Socks5InitialResponse. |
class |
DefaultSocks5PasswordAuthRequest
The default
Socks5PasswordAuthRequest. |
class |
DefaultSocks5PasswordAuthResponse
The default
Socks5PasswordAuthResponse. |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
Socks5ServerEncoder.encode(ChannelHandlerContext ctx,
Socks5Message msg,
ByteBuf out) |
protected void |
Socks5ClientEncoder.encode(ChannelHandlerContext ctx,
Socks5Message msg,
ByteBuf out) |