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() |
versiondecoderResult, setDecoderResultclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitversiondecoderResult, setDecoderResultpublic DefaultSocks5PasswordAuthResponse(Socks5PasswordAuthStatus status)
public Socks5PasswordAuthStatus status()
Socks5PasswordAuthResponsestatus in interface Socks5PasswordAuthResponseCopyright © 2008–2025 The Netty Project. All rights reserved.