Class SocksResponse

java.lang.Object
io.netty.handler.codec.socks.SocksMessage
io.netty.handler.codec.socks.SocksResponse
Direct Known Subclasses:
SocksAuthResponse, SocksCmdResponse, SocksInitResponse, UnknownSocksResponse

public abstract class SocksResponse extends SocksMessage
An abstract class that defines a SocksResponse, providing common properties for SocksInitResponse, SocksAuthResponse, SocksCmdResponse and UnknownSocksResponse.
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • responseType

      public SocksResponseType responseType()
      Returns socks response type
      Returns:
      socks response type