Class PeerForeignNetworkConnection.tp

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected tp()  
    • Field Detail

      • last_ready_for_read

        private long last_ready_for_read
    • Constructor Detail

      • tp

        protected tp()
    • Method Detail

      • isReadyForWrite

        public boolean isReadyForWrite​(EventWaiter waiter)
        Description copied from interface: TransportBase
        Is the transport ready to write, i.e. will a write request result in >0 bytes written.
        Specified by:
        isReadyForWrite in interface TransportBase
        Returns:
        true if the transport is write ready, false if not yet ready
      • isReadyForRead

        public long isReadyForRead​(EventWaiter waiter)
        Description copied from interface: TransportBase
        Is the transport ready to read, i.e. will a read request result in >0 bytes read.
        Specified by:
        isReadyForRead in interface TransportBase
        Returns:
        0 if the transport is read ready, ms since last ready or created if never ready
      • getDescription

        public java.lang.String getDescription()
        Description copied from interface: TransportBase
        Get a textual description for this transport.
        Specified by:
        getDescription in interface TransportBase
        Returns:
        description