Class DefaultSocks5PasswordAuthResponse
java.lang.Object
io.netty.handler.codec.socksx.AbstractSocksMessage
io.netty.handler.codec.socksx.v5.AbstractSocks5Message
io.netty.handler.codec.socksx.v5.DefaultSocks5PasswordAuthResponse
- All Implemented Interfaces:
DecoderResultProvider, SocksMessage, Socks5Message, Socks5PasswordAuthResponse
public class DefaultSocks5PasswordAuthResponse
extends AbstractSocks5Message
implements Socks5PasswordAuthResponse
The default
Socks5PasswordAuthResponse.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractSocks5Message
versionMethods inherited from class AbstractSocksMessage
decoderResult, setDecoderResultMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface DecoderResultProvider
decoderResult, setDecoderResultMethods inherited from interface SocksMessage
version
-
Constructor Details
-
DefaultSocks5PasswordAuthResponse
-
-
Method Details
-
status
Description copied from interface:Socks5PasswordAuthResponseReturns the status of this response.- Specified by:
statusin interfaceSocks5PasswordAuthResponse
-
toString
-