Package io.netty.handler.codec.socksx.v5
Interface Socks5InitialResponse
-
- All Superinterfaces:
DecoderResultProvider
,Socks5Message
,SocksMessage
- All Known Implementing Classes:
DefaultSocks5InitialResponse
public interface Socks5InitialResponse extends Socks5Message
An initial SOCKS5 authentication method selection request, as defined in the section 3, RFC1928.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Socks5AuthMethod
authMethod()
Returns theMETHOD
field of this response.-
Methods inherited from interface io.netty.handler.codec.DecoderResultProvider
decoderResult, setDecoderResult
-
Methods inherited from interface io.netty.handler.codec.socksx.SocksMessage
version
-
-
-
-
Method Detail
-
authMethod
Socks5AuthMethod authMethod()
Returns theMETHOD
field of this response.
-
-