Interface Socks5CommandResponse

All Superinterfaces:
DecoderResultProvider, Socks5Message, SocksMessage
All Known Implementing Classes:
DefaultSocks5CommandResponse

public interface Socks5CommandResponse extends Socks5Message
A response to a SOCKS5 request detail message, as defined in the section 6, RFC1928.
  • Method Details

    • status

      Returns the status of this response.
    • bndAddrType

      Socks5AddressType bndAddrType()
      Returns the address type of the BND.ADDR field of this response.
    • bndAddr

      String bndAddr()
      Returns the BND.ADDR field of this response.
    • bndPort

      int bndPort()
      Returns the BND.PORT field of this response.