Class ChannelProcessRequestImpl

    • Constructor Detail

    • Method Detail

      • send

        public void send​(ByteBuffer buffer,
                         TransportSendControl control)
        Description copied from interface: TransportSender
        Called by transport. By this call transport gives callee ownership over the buffer. Calls on TransportSendControl instance must be made from calling thread. Moreover, ownership is valid only for the time of call of this method. NOTE: these limitations allow efficient implementation.
        Specified by:
        send in interface TransportSender
        Overrides:
        send in class BaseRequestImpl
        Parameters:
        buffer - buffer to send.
        control - transport send control instance.
      • process

        public void process()
        Description copied from interface: ChannelProcess
        Issue a process request. Completion status is reported by calling ChannelProcessRequester.processDone() callback.
        Specified by:
        process in interface ChannelProcess