public class DefaultSocks5PasswordAuthResponse extends AbstractSocks5Message implements Socks5PasswordAuthResponse
Socks5PasswordAuthResponse
.Constructor and Description |
---|
DefaultSocks5PasswordAuthResponse(Socks5PasswordAuthStatus status) |
Modifier and Type | Method and Description |
---|---|
Socks5PasswordAuthStatus |
status()
Returns the status of this response.
|
String |
toString() |
version
decoderResult, setDecoderResult
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
version
decoderResult, setDecoderResult
public DefaultSocks5PasswordAuthResponse(Socks5PasswordAuthStatus status)
public Socks5PasswordAuthStatus status()
Socks5PasswordAuthResponse
status
in interface Socks5PasswordAuthResponse
Copyright © 2008–2024 The Netty Project. All rights reserved.