public class DefaultSocks4CommandRequest extends AbstractSocks4Message implements Socks4CommandRequest
Constructor and Description |
---|
DefaultSocks4CommandRequest(Socks4CommandType type, java.lang.String dstAddr, int dstPort)
创建一个新的实例。
|
DefaultSocks4CommandRequest(Socks4CommandType type, java.lang.String dstAddr, int dstPort, java.lang.String userId)
创建一个新的实例。
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
dstAddr()
返回此请求的
DSTIP 字段。
|
int |
dstPort()
返回此请求的
DSTPORT 字段。
|
java.lang.String |
toString() |
Socks4CommandType |
type()
返回此请求的类型。
|
java.lang.String |
userId()
返回此请求的
USERID 字段。
|
version
decoderResult, setDecoderResult
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
version
decoderResult, setDecoderResult
public DefaultSocks4CommandRequest(Socks4CommandType type, java.lang.String dstAddr, int dstPort)
type
- 请求的类型
dstAddr
- 请求的
DSTIP
字段
dstPort
- 请求的
DSTPORT
字段
public DefaultSocks4CommandRequest(Socks4CommandType type, java.lang.String dstAddr, int dstPort, java.lang.String userId)
type
- 请求的类型
dstAddr
- 请求的
DSTIP
字段
dstPort
- 请求的
DSTPORT
字段
userId
- 请求的
USERID
字段
public Socks4CommandType type()
Socks4CommandRequest
type
在界面
Socks4CommandRequest
public java.lang.String dstAddr()
Socks4CommandRequest
复制的描述
DSTIP
字段。
dstAddr
在界面
Socks4CommandRequest
public int dstPort()
Socks4CommandRequest
DSTPORT
字段。
dstPort
在界面
Socks4CommandRequest
public java.lang.String userId()
Socks4CommandRequest
复制的描述
USERID
字段。
userId
在界面
Socks4CommandRequest
public java.lang.String toString()
toString
在课程
java.lang.Object
Copyright © 2008–2018 The Netty Project. All rights reserved.