Interface ResponseRequest

    • Method Detail

      • getIOID

        int getIOID()
        Get I/O ID.
        Returns:
        ioid
      • timeout

        void timeout()
        Timeout notification.
      • cancel

        void cancel()
        Cancel response request (allways to be called to complete/destroy).
      • exception

        void exception​(int errorCode,
                       String errorMessage)
        Exception response notification.
        Parameters:
        errorCode - exception code.
        errorMessage - received detailed message.