Interface Socks5InitialRequest
- All Superinterfaces:
DecoderResultProvider, Socks5Message, SocksMessage
- All Known Implementing Classes:
DefaultSocks5InitialRequest
An initial SOCKS5 authentication method selection request, as defined in
the section 3, RFC1928.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the list of desired authentication methods.Methods inherited from interface DecoderResultProvider
decoderResult, setDecoderResultMethods inherited from interface SocksMessage
version
-
Method Details
-
authMethods
List<Socks5AuthMethod> authMethods()Returns the list of desired authentication methods.
-