Interface ProtocolEvent

    • Method Detail

      • getHeaderData

        java.lang.String getHeaderData​(java.lang.String key)
        Get the value of header information tied to this event.
        Parameters:
        key - the name of the header
        Returns:
        the header value associated with the key.
      • getType

        ProtocolEvent.Type getType()
        Get the type of this ProtocolRequestEvent
        Returns:
        NETWORK for now