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

Packages that use Proxy
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 Proxy in de.uniba.wiai.lspi.chord.com.local
 

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

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

Subclasses of Proxy in de.uniba.wiai.lspi.chord.com.socket
 class SocketProxy
          This is the implementation of Proxy for the socket protocol.