Uses of Interface
org.xlattice.Connector

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

Uses of Connector in org.xlattice
 

Methods in org.xlattice that return Connector
 Connector Peer.getConnector(int n)
          Return a Connector, an Address-Protocol pair identifying an Acceptor for the Peer.
 

Methods in org.xlattice with parameters of type Connector
 void Peer.addConnector(Connector c)
           
 

Constructors in org.xlattice with parameters of type Connector
Peer(NodeID id, PublicKey p, Overlay[] o, Connector[] c)