软件包 | 描述 |
---|---|
io.netty.handler.codec.socksx.v5 |
编码器,解码器及其相关的SOCKSv5协议消息类型。
|
Modifier and Type | Interface and Description |
---|---|
interface |
Socks5CommandRequest
SOCKS5请求详细消息,如
the section 4, RFC1928中所定义。
|
interface |
Socks5CommandResponse
对SOCKS5请求详细消息的响应,如
the section 6, RFC1928中所定义。
|
interface |
Socks5InitialRequest
the section 3, RFC1928中定义的初始SOCKS5认证方法选择请求。
|
interface |
Socks5InitialResponse
初始SOCKS5认证方法选择请求,如
the section 3, RFC1928中所定义。
|
interface |
Socks5PasswordAuthRequest
如
the section 2, RFC1929中所定义的用于用户名 - 密码认证的SOCKS5子
协商请求 。
|
interface |
Socks5PasswordAuthResponse
用户名 - 密码认证的SOCKS5子
协商响应,如
the section 2, RFC1929中所定义。
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSocks5Message
摘要 Socks5Message 。
|
class |
DefaultSocks5CommandRequest
|
class |
DefaultSocks5CommandResponse
|
class |
DefaultSocks5InitialRequest
|
class |
DefaultSocks5InitialResponse
|
class |
DefaultSocks5PasswordAuthRequest
|
class |
DefaultSocks5PasswordAuthResponse
|
Modifier and Type | Method and Description |
---|---|
protected void |
Socks5ServerEncoder.encode(ChannelHandlerContext ctx, Socks5Message msg, ByteBuf out) |
protected void |
Socks5ClientEncoder.encode(ChannelHandlerContext ctx, Socks5Message msg, ByteBuf out) |
Copyright © 2008–2018 The Netty Project. All rights reserved.