|
Rice Pastry API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
protected SocketBuffer |
SocketCollectionManager.MessageRetry.message
|
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 | |
---|---|
boolean |
SocketChannelWriter.enqueue(SocketBuffer o)
Adds an object to this SocketChannelWriter's queue of pending objects to write. |
void |
PingManager.enqueue(SourceRoute path,
SocketBuffer msg)
DESCRIBE THE METHOD |
protected void |
SocketSourceRouteManager.reroute(EpochInetSocketAddress address,
SocketBuffer m)
Reroutes the given message. |
void |
SocketSourceRouteManager.send(EpochInetSocketAddress address,
SocketBuffer message)
Method which sends a message across the wire. |
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 |
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. |
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |