public final class SocksAuthRequest extends SocksRequest
SocksAuthResponse
,
SocksAuthRequestDecoder
Constructor and Description |
---|
SocksAuthRequest(String username,
String password) |
Modifier and Type | Method and Description |
---|---|
void |
encodeAsByteBuf(ByteBuf byteBuf) |
String |
password()
Returns password that needs to be validated
|
String |
username()
Returns username that needs to be authenticated
|
requestType
protocolVersion, type
public String username()
public String password()
public void encodeAsByteBuf(ByteBuf byteBuf)
encodeAsByteBuf
in class SocksMessage
Copyright © 2008–2024 The Netty Project. All rights reserved.