Uses of Class
org.xlattice.EndPoint

Packages that use EndPoint
org.xlattice This package contains abstractions for all of the basic types dealt with in XLattice. 
 

Uses of EndPoint in org.xlattice
 

Methods in org.xlattice that return EndPoint
 EndPoint Acceptor.getEndPoint()
           
 EndPoint Connector.getFarEnd()
           
 EndPoint Connection.getFarEnd()
           
 EndPoint Connection.getNearEnd()
           
 

Methods in org.xlattice with parameters of type EndPoint
 void Connection.bindFarEnd(EndPoint p)
          Set the far end point of a connection.
 void Connection.bindNearEnd(EndPoint p)
          Set the near end point of a connection.
 Connection Connector.connect(EndPoint nearEnd, boolean blocking)
          Establish a Connection with another entity using the transport and address in the EndPoint.