Interface Socks5CommandRequest

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

public interface Socks5CommandRequest extends Socks5Message
A SOCKS5 request detail message, as defined in the section 4, RFC1928.
  • Method Details

    • type

      Returns the type of this request.
    • dstAddrType

      Socks5AddressType dstAddrType()
      Returns the type of the DST.ADDR field of this request.
    • dstAddr

      String dstAddr()
      Returns the DST.ADDR field of this request.
    • dstPort

      int dstPort()
      Returns the DST.PORT field of this request.