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() |
version
decoderResult, setDecoderResult
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
version
decoderResult, setDecoderResult
private final Socks5PasswordAuthStatus status
public DefaultSocks5PasswordAuthResponse(Socks5PasswordAuthStatus status)
public Socks5PasswordAuthStatus status()
Socks5PasswordAuthResponse
status
in interface Socks5PasswordAuthResponse
public java.lang.String toString()
toString
in class java.lang.Object