Interface EndPoint.Pipe

All Known Implementing Classes:
MemoryEndPointPipe
Enclosing interface:
EndPoint

public static interface EndPoint.Pipe

A communication conduit between two peers.

  • Method Details

    • getLocalEndPoint

      EndPoint getLocalEndPoint()
      Returns:
      the EndPoint of the local peer
    • getRemoteEndPoint

      EndPoint getRemoteEndPoint()
      Returns:
      the EndPoint of the remote peer