Rice Pastry API

Uses of Class
rice.pastry.socket.SocketPastryNodeFactory

Packages that use SocketPastryNodeFactory
rice.pastry.dist   
rice.pastry.peerreview   
rice.pastry.socket.appsocket   
rice.pastry.socket.internet   
rice.pastry.socket.nat.connectivityverifiier   
rice.pastry.socket.nat.rendezvous   
rice.pastry.standard   
rice.pastry.testing   
 

Uses of SocketPastryNodeFactory in rice.pastry.dist
 

Methods in rice.pastry.dist that return SocketPastryNodeFactory
static SocketPastryNodeFactory DistPastryNodeFactory.getFactory(NodeIdFactory nf, int protocol, int port, Environment env)
          Static method which is designed to be used by clients needing a distrubuted pastry node factory.
 

Uses of SocketPastryNodeFactory in rice.pastry.peerreview
 

Subclasses of SocketPastryNodeFactory in rice.pastry.peerreview
 class CallbackFactory
           
 

Uses of SocketPastryNodeFactory in rice.pastry.socket.appsocket
 

Subclasses of SocketPastryNodeFactory in rice.pastry.socket.appsocket
 class AppSocketPastryNodeFactory
          Extends SocketPastryNodeFactory and adds getSocketFactory() to allow access to a FreePastry application w/o joining the Ring.
 

Uses of SocketPastryNodeFactory in rice.pastry.socket.internet
 

Subclasses of SocketPastryNodeFactory in rice.pastry.socket.internet
 class InternetPastryNodeFactory
          This Factory is designed for real deployments (with NATs).
 

Uses of SocketPastryNodeFactory in rice.pastry.socket.nat.connectivityverifiier
 

Constructors in rice.pastry.socket.nat.connectivityverifiier with parameters of type SocketPastryNodeFactory
ConnectivityVerifierImpl(SocketPastryNodeFactory spnf)
           
 

Uses of SocketPastryNodeFactory in rice.pastry.socket.nat.rendezvous
 

Subclasses of SocketPastryNodeFactory in rice.pastry.socket.nat.rendezvous
 class RendezvousSocketPastryNodeFactory
          This class assembles the rendezvous layer with the rendezvous app.
 

Uses of SocketPastryNodeFactory in rice.pastry.standard
 

Fields in rice.pastry.standard declared as SocketPastryNodeFactory
protected  SocketPastryNodeFactory PartitionHandler.factory
           
 

Constructors in rice.pastry.standard with parameters of type SocketPastryNodeFactory
PartitionHandler(PastryNode pn, SocketPastryNodeFactory factory, java.net.InetSocketAddress[] bootstraps)
          Constructs a PartitionHandler.
 

Uses of SocketPastryNodeFactory in rice.pastry.testing
 

Fields in rice.pastry.testing declared as SocketPastryNodeFactory
protected  SocketPastryNodeFactory PastryNetworkTest.factory
           
 

Methods in rice.pastry.testing with parameters of type SocketPastryNodeFactory
protected  rice.pastry.testing.PartitionChecker.Ring PartitionChecker.buildRing(SocketPastryNodeFactory factory, java.net.InetSocketAddress bootstrap)
           
 

Constructors in rice.pastry.testing with parameters of type SocketPastryNodeFactory
PastryNetworkTest(Environment env, SocketPastryNodeFactory factory, java.net.InetSocketAddress bootstrap)
           
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection