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