Package io.netty.handler.codec.socksx.v5
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 defaultSocks5PasswordAuthResponse.
-
-
Constructor Summary
Constructors Constructor Description DefaultSocks5PasswordAuthResponse(Socks5PasswordAuthStatus status)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Socks5PasswordAuthStatusstatus()Returns the status of this response.java.lang.StringtoString()-
Methods inherited from class io.netty.handler.codec.socksx.v5.AbstractSocks5Message
version
-
Methods inherited from class io.netty.handler.codec.socksx.AbstractSocksMessage
decoderResult, setDecoderResult
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.netty.handler.codec.DecoderResultProvider
decoderResult, setDecoderResult
-
Methods inherited from interface io.netty.handler.codec.socksx.SocksMessage
version
-
-
-
-
Constructor Detail
-
DefaultSocks5PasswordAuthResponse
public DefaultSocks5PasswordAuthResponse(Socks5PasswordAuthStatus status)
-
-
Method Detail
-
status
public Socks5PasswordAuthStatus status()
Description copied from interface:Socks5PasswordAuthResponseReturns the status of this response.- Specified by:
statusin interfaceSocks5PasswordAuthResponse
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-