public class DefaultSocks5PasswordAuthResponse extends AbstractSocks5Message implements Socks5PasswordAuthResponse
Socks5PasswordAuthResponse.| Modifier and Type | Field and Description |
|---|---|
private Socks5PasswordAuthStatus |
status |
| Constructor and Description |
|---|
DefaultSocks5PasswordAuthResponse(Socks5PasswordAuthStatus status) |
| Modifier and Type | Method and Description |
|---|---|
Socks5PasswordAuthStatus |
status()
Returns the status of this response.
|
java.lang.String |
toString() |
versiondecoderResult, setDecoderResultclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitversiondecoderResult, setDecoderResultprivate final Socks5PasswordAuthStatus status
public DefaultSocks5PasswordAuthResponse(Socks5PasswordAuthStatus status)
public Socks5PasswordAuthStatus status()
Socks5PasswordAuthResponsestatus in interface Socks5PasswordAuthResponsepublic java.lang.String toString()
toString in class java.lang.Object