public class DefaultSocks5InitialResponse extends AbstractSocks5Message implements Socks5InitialResponse
| Constructor and Description |
|---|
DefaultSocks5InitialResponse(Socks5AuthMethod authMethod) |
| Modifier and Type | Method and Description |
|---|---|
Socks5AuthMethod |
authMethod()
返回此响应的
METHOD字段。
|
java.lang.String |
toString() |
versiondecoderResult, setDecoderResultclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitversiondecoderResult, setDecoderResultpublic DefaultSocks5InitialResponse(Socks5AuthMethod authMethod)
public Socks5AuthMethod authMethod()
Socks5InitialResponse
METHOD字段。
authMethod在界面
Socks5InitialResponse
public java.lang.String toString()
toString in class
java.lang.Object
Copyright © 2008–2018 The Netty Project. All rights reserved.