Package io.netty.handler.codec.socksx.v5
Interface Socks5PasswordAuthRequest
-
- All Superinterfaces:
DecoderResultProvider
,Socks5Message
,SocksMessage
- All Known Implementing Classes:
DefaultSocks5PasswordAuthRequest
public interface Socks5PasswordAuthRequest extends Socks5Message
A SOCKS5 subnegotiation request for username-password authentication, as defined in the section 2, RFC1929.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
password()
Returns the password of this request.java.lang.String
username()
Returns the username of this request.-
Methods inherited from interface io.netty.handler.codec.DecoderResultProvider
decoderResult, setDecoderResult
-
Methods inherited from interface io.netty.handler.codec.socksx.SocksMessage
version
-
-