public class DefaultSocks5PasswordAuthResponse extends AbstractSocks5Message implements Socks5PasswordAuthResponse
Socks5PasswordAuthResponse.| 构造器和说明 |
|---|
DefaultSocks5PasswordAuthResponse(Socks5PasswordAuthStatus status) |
| 限定符和类型 | 方法和说明 |
|---|---|
Socks5PasswordAuthStatus |
status()
Returns the status of this response.
|
java.lang.String |
toString() |
versiondecoderResult, setDecoderResultclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitversiondecoderResult, setDecoderResultpublic DefaultSocks5PasswordAuthResponse(Socks5PasswordAuthStatus status)
public Socks5PasswordAuthStatus status()
Socks5PasswordAuthResponsestatus 在接口中 Socks5PasswordAuthResponsepublic java.lang.String toString()
toString 在类中 java.lang.Object