Rice Pastry API

Uses of Class
rice.pastry.socket.SocketBuffer

Packages that use SocketBuffer
rice.pastry.socket   
 

Uses of SocketBuffer in rice.pastry.socket
 

Fields in rice.pastry.socket declared as SocketBuffer
protected  SocketBuffer PingManager.Envelope.data
          DESCRIBE THE FIELD
protected  SocketBuffer SocketCollectionManager.MessageRetry.message
          DESCRIBE THE FIELD
 

Methods in rice.pastry.socket that return SocketBuffer
 SocketBuffer SocketChannelReader.read(java.nio.channels.SocketChannel sc)
          Method which is to be called when there is data available on the specified SocketChannel.
 

Methods in rice.pastry.socket with parameters of type SocketBuffer
 void PingManager.enqueue(SourceRoute path, SocketBuffer msg)
          DESCRIBE THE METHOD
 boolean SocketChannelWriter.enqueue(SocketBuffer o)
          Adds an object to this SocketChannelWriter's queue of pending objects to write.
 void SocketCollectionManager.send(SourceRoute path, SocketBuffer message, SocketSourceRouteManager.AddressManager am)
          Method which sends a message across the wire.
protected  boolean SocketCollectionManager.sendInternal(SourceRoute path, SocketBuffer message)
          Method which sends a message across the wire.
 void SocketSourceRouteManager.send(EpochInetSocketAddress address, SocketBuffer message)
          Method which sends a message across the wire.
protected  void SocketSourceRouteManager.reroute(EpochInetSocketAddress address, SocketBuffer m)
          Reroutes the given message.
 void SocketSourceRouteManager.AddressManager.send(SocketBuffer message)
          Method which enqueues a message to this address
 void SocketSourceRouteManager.AddressManager.SourceRouteManager.send(SocketBuffer message)
          Method which enqueues a message along this route
 

Constructors in rice.pastry.socket with parameters of type SocketBuffer
PingManager.Envelope(EpochInetSocketAddress destination, SocketBuffer data)
          Constructor for Envelope.
SocketCollectionManager.MessageRetry(SourceRoute route, SocketBuffer message, SocketSourceRouteManager.AddressManager am)
          Constructor, taking a message and the route
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection