Rice Pastry API

Uses of Class
rice.pastry.wire.WirePastryNode

Packages that use WirePastryNode
rice.pastry.wire   
rice.pastry.wire.messaging.socket   
 

Uses of WirePastryNode in rice.pastry.wire
 

Constructors in rice.pastry.wire with parameters of type WirePastryNode
DatagramManager(rice.pastry.wire.WirePastryNode pastryNode, rice.pastry.wire.SelectorManager manager, int port)
          Constructor.
DatagramTransmissionManager(rice.pastry.wire.WirePastryNode spn, java.nio.channels.SelectionKey key)
          Builds a transmission manager for a given pastry node using a given key.
SelectorManager(rice.pastry.wire.WirePastryNode node)
          Constructor.
SocketChannelReader(rice.pastry.wire.WirePastryNode spn)
          Constructor which creates this SocketChannelReader and the WirePastryNode.
SocketChannelWriter(rice.pastry.wire.WirePastryNode spn, rice.pastry.wire.messaging.socket.SocketCommandMessage msg)
          Constructor which creates this SocketChannelWriter with a pastry node and an object to write out.
SocketManager(rice.pastry.wire.WirePastryNode node, int port, java.nio.channels.Selector selector)
          Constructs a new SocketManager.
WireNodeHandlePool(rice.pastry.wire.WirePastryNode spn)
          Constructor.
 

Uses of WirePastryNode in rice.pastry.wire.messaging.socket
 

Methods in rice.pastry.wire.messaging.socket with parameters of type WirePastryNode
 rice.pastry.wire.messaging.socket.HelloResponseMessage HelloMessage.getResponse(rice.pastry.wire.WirePastryNode pn)
          Returns the appropriate response for this HelloMessage
 

Constructors in rice.pastry.wire.messaging.socket with parameters of type WirePastryNode
HelloMessage(rice.pastry.wire.WirePastryNode pn, rice.pastry.NodeId dest)
          Constructor
HelloResponseMessage(rice.pastry.wire.WirePastryNode pn, rice.pastry.NodeId dest)
          Constructor
 


Rice Pastry API

Copyright © 2001 - Rice Pastry.


Imprint-Dataprotection