Class SecurityPluginMessageTransportSender

    • Constructor Detail

      • SecurityPluginMessageTransportSender

        public SecurityPluginMessageTransportSender​(org.epics.pvdata.pv.PVField data)
    • Method Detail

      • lock

        public void lock()
        Specified by:
        lock in interface Lockable
      • unlock

        public void unlock()
        Specified by:
        unlock in interface Lockable
      • 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
        Parameters:
        buffer - buffer to send.
        control - transport send control instance.