Interface NetworkProtocolRequestEvent

    • Method Detail

      • getSourcePort

        int getSourcePort()
        Get the socket-level source port; the port that the caller used to send data.
        Returns:
        The source port for this network request
      • getDestinationPort

        int getDestinationPort()
        Get the socket-level destination port; the port that the receiving end is using to retrieve data;.
        Returns:
        The destination port for this network request.
      • getSourceIP

        java.lang.String getSourceIP()
        Get the source IP address.
        Returns:
        The source IP address
      • getDestinationIP

        java.lang.String getDestinationIP()
        Get the destination IP address.
        Returns:
        The destination IP address