public class DefaultSocks5InitialResponse extends AbstractSocks5Message implements Socks5InitialResponse
Socks5InitialResponse
.构造器和说明 |
---|
DefaultSocks5InitialResponse(Socks5AuthMethod authMethod) |
限定符和类型 | 方法和说明 |
---|---|
Socks5AuthMethod |
authMethod()
Returns the
METHOD field of this response. |
java.lang.String |
toString() |
version
decoderResult, setDecoderResult
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
version
decoderResult, setDecoderResult
public DefaultSocks5InitialResponse(Socks5AuthMethod authMethod)
public Socks5AuthMethod authMethod()
Socks5InitialResponse
METHOD
field of this response.authMethod
在接口中 Socks5InitialResponse
public java.lang.String toString()
toString
在类中 java.lang.Object