Interface Socks4CommandRequest

All Superinterfaces:
DecoderResultProvider, Socks4Message, SocksMessage
All Known Implementing Classes:
DefaultSocks4CommandRequest

public interface Socks4CommandRequest extends Socks4Message
A SOCKS4a CONNECT or BIND request.
  • Method Details

    • type

      Returns the type of this request.
    • userId

      String userId()
      Returns the USERID field of this request.
    • dstAddr

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

      int dstPort()
      Returns the DSTPORT field of this request.