Interface Request

    • Field Detail

      • SEND_IMMEDIATELY_PRIORITY

        static final short SEND_IMMEDIATELY_PRIORITY
        Highest priority, message is sent immediately.
        See Also:
        Constant Field Values
      • MAX_USER_PRIORITY

        static final short MAX_USER_PRIORITY
        Maximum user message priority.
        See Also:
        Constant Field Values
      • MIN_USER_PRIORITY

        static final short MIN_USER_PRIORITY
        Minimum user message priority.
        See Also:
        Constant Field Values
      • DEFAULT_USER_PRIORITY

        static final short DEFAULT_USER_PRIORITY
        Default (recommended) user message priority.
        See Also:
        Constant Field Values
    • Method Detail

      • getPriority

        byte getPriority()
        Get request priority, higher view higher priority.
        Returns:
        request priority.
      • getRequestMessage

        ByteBuffer getRequestMessage()
        Get request message to be sent.
        Returns:
        request message to be sent.
      • submit

        void submit()
             throws IOException
        Submit this request message to the corresponding transport.
        Throws:
        IOException