接口 | 描述 |
---|---|
Socks5AddressDecoder |
将SOCKS5地址字段解码为其字符串表示形式。
|
Socks5AddressEncoder |
将SOCKS5地址编码为二进制表示。
|
Socks5CommandRequest |
SOCKS5请求详细消息,如
the section 4, RFC1928中所定义。
|
Socks5CommandResponse |
如
the section 6, RFC1928中所定义的对SOCKS5请求详细消息的
响应 。
|
Socks5InitialRequest |
如
the section 3, RFC1928中定义的初始SOCKS5认证方法选择请求。
|
Socks5InitialResponse |
初始SOCKS5认证方法选择请求,如
the section 3, RFC1928中所定义。
|
Socks5Message |
所有SOCKS5协议消息实现的标记接口。
|
Socks5PasswordAuthRequest |
如
the section 2, RFC1929中所定义的用于用户名 - 密码认证的SOCKS5子
协商请求 。
|
Socks5PasswordAuthResponse |
如
the section 2, RFC1929中所定义的用于用户名 - 密码认证的SOCKS5子
协商响应 。
|
Copyright © 2008–2018 The Netty Project. All rights reserved.