Interface Socks5InitialResponse
- All Superinterfaces:
DecoderResultProvider, Socks5Message, SocksMessage
- All Known Implementing Classes:
DefaultSocks5InitialResponse
An initial SOCKS5 authentication method selection request, as defined in
the section 3, RFC1928.
-
Method Summary
Modifier and TypeMethodDescriptionReturns theMETHODfield of this response.Methods inherited from interface DecoderResultProvider
decoderResult, setDecoderResultMethods inherited from interface SocksMessage
version
-
Method Details
-
authMethod
Socks5AuthMethod authMethod()Returns theMETHODfield of this response.
-