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