Interface Socks4CommandResponse

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

public interface Socks4CommandResponse extends Socks4Message
A SOCKS4a response.
  • Method Details

    • status

      Returns the status of this response.
    • dstAddr

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

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