Interface ProtocolRequestEvent

    • Method Detail

      • getRequest

        java.lang.Object getRequest()
        Get the protocol-level request object
        Returns:
        the request object
      • getSourceAddress

        java.lang.String getSourceAddress()
        Get the source address; i.e. the origin that invoked this protocol request.
        Returns:
        The source address
      • getDestinationAddress

        java.lang.String getDestinationAddress()
        Get the destination address; i.e. the receiving end for this request.
        Returns:
        The destination address