软件包 | 描述 |
---|---|
io.netty.handler.codec.socksx |
编码器,解码器及其相关的SOCKS协议消息类型。
|
io.netty.handler.codec.socksx.v5 |
编码器,解码器及其相关的SOCKSv5协议消息类型。
|
Class and Description |
---|
Socks5ServerEncoder
将服务器端 Socks5Message 编码为ByteBuf 。
|
Class and Description |
---|
AbstractSocks5Message
摘要 Socks5Message 。
|
Socks5AddressDecoder
将SOCKS5地址字段解码为其字符串表示形式。
|
Socks5AddressEncoder
将SOCKS5地址编码为二进制表示。
|
Socks5AddressType |
Socks5AuthMethod
SOCKS5的认证方法。
|
Socks5ClientEncoder
将客户端 Socks5Message 编码为ByteBuf 。
|
Socks5CommandRequest
SOCKS5请求详细消息,如
the section 4, RFC1928中所定义。
|
Socks5CommandResponse
如
the section 6, RFC1928中所定义的对SOCKS5请求详细消息的
响应 。
|
Socks5CommandStatus |
Socks5CommandType |
Socks5InitialRequest
the section 3, RFC1928中定义的初始SOCKS5认证方法选择请求。
|
Socks5InitialResponse
the section 3, RFC1928中定义的初始SOCKS5认证方法选择请求。
|
Socks5Message
所有SOCKS5协议消息实现的标记接口。
|
Socks5PasswordAuthRequest
如
the section 2, RFC1929中所定义的用于用户名密码认证的SOCKS5子
协商请求 。
|
Socks5PasswordAuthResponse
如
the section 2, RFC1929中所定义的用于用户名 - 密码认证的SOCKS5子
协商响应 。
|
Socks5PasswordAuthStatus |
Socks5ServerEncoder
将服务器端 Socks5Message 编码为ByteBuf 。
|
Copyright © 2008–2018 The Netty Project. All rights reserved.