Uses of Class
de.uniba.wiai.lspi.chord.com.Endpoint

Packages that use Endpoint
de.uniba.wiai.lspi.chord.com Provides classes and interfaces for communication tasks on behalf of the service layer, but without depending on the service layer. 
de.uniba.wiai.lspi.chord.com.local Implements the communication tasks for multiple Chord nodes running in one JVM and communicating locally. 
de.uniba.wiai.lspi.chord.com.socket Implements the communication tasks by (insecure) Socket communication. 
 

Uses of Endpoint in de.uniba.wiai.lspi.chord.com
 

Methods in de.uniba.wiai.lspi.chord.com that return Endpoint
static Endpoint Endpoint.createEndpoint(Node node, URL url)
          Create the endpoints for the protocol given by url.
static Endpoint Endpoint.getEndpoint(URL url)
          Get the Endpoint for the given url.
 

Uses of Endpoint in de.uniba.wiai.lspi.chord.com.local
 

Subclasses of Endpoint in de.uniba.wiai.lspi.chord.com.local
 class ThreadEndpoint
          This represents the Endpoint for the protocol that can be used to build a (local) chord network within one JVM.
 

Uses of Endpoint in de.uniba.wiai.lspi.chord.com.socket
 

Subclasses of Endpoint in de.uniba.wiai.lspi.chord.com.socket
 class SocketEndpoint
          This class represents an Endpoint for communication over socket protocol.