Package io.netty.handler.codec.socksx.v5
Interface Socks5Message
-
- All Superinterfaces:
DecoderResultProvider,SocksMessage
- All Known Subinterfaces:
Socks5CommandRequest,Socks5CommandResponse,Socks5InitialRequest,Socks5InitialResponse,Socks5PasswordAuthRequest,Socks5PasswordAuthResponse,Socks5PrivateAuthRequest,Socks5PrivateAuthResponse
- All Known Implementing Classes:
AbstractSocks5Message,DefaultSocks5CommandRequest,DefaultSocks5CommandResponse,DefaultSocks5InitialRequest,DefaultSocks5InitialResponse,DefaultSocks5PasswordAuthRequest,DefaultSocks5PasswordAuthResponse,DefaultSocks5PrivateAuthRequest,DefaultSocks5PrivateAuthResponse
public interface Socks5Message extends SocksMessage
A tag interface that all SOCKS5 protocol messages implement.
-
-
Method Summary
-
Methods inherited from interface io.netty.handler.codec.DecoderResultProvider
decoderResult, setDecoderResult
-
Methods inherited from interface io.netty.handler.codec.socksx.SocksMessage
version
-
-