Interface PacketTransport

    • Method Detail

      • getId

        String getId()
        Get the packet transport id
        Returns:
        the packet transport id
      • close

        void close()
        Stop and close the transport layer
      • isClosed

        boolean isClosed()
        Test if the transport is closed
      • needsThrottling

        boolean needsThrottling()
        Test if send operation should be throttled down to avoid send queue overflow
      • getRemotePeerID

        String getRemotePeerID()
        Get an ID representing the transport remote peer
        Returns:
        an ID representing the remote peer