|
Rice Pastry API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrice.pastry.transport.AppSocketReceiverWrapper
public class AppSocketReceiverWrapper
Constructor Summary | |
---|---|
AppSocketReceiverWrapper(AppSocketReceiver receiver,
SocketAdapter socket,
Environment env)
|
Method Summary | |
---|---|
void |
receiveException(P2PSocket<TransportLayerNodeHandle<MultiInetSocketAddress>> s,
java.io.IOException ioe)
Called when there is an error |
void |
receiveSelectResult(P2PSocket<TransportLayerNodeHandle<MultiInetSocketAddress>> s,
boolean canRead,
boolean canWrite)
Called when a socket is available for read/write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AppSocketReceiverWrapper(AppSocketReceiver receiver, SocketAdapter socket, Environment env)
Method Detail |
---|
public void receiveException(P2PSocket<TransportLayerNodeHandle<MultiInetSocketAddress>> s, java.io.IOException ioe)
P2PSocketReceiver
receiveException
in interface P2PSocketReceiver<TransportLayerNodeHandle<MultiInetSocketAddress>>
public void receiveSelectResult(P2PSocket<TransportLayerNodeHandle<MultiInetSocketAddress>> s, boolean canRead, boolean canWrite) throws java.io.IOException
P2PSocketReceiver
receiveSelectResult
in interface P2PSocketReceiver<TransportLayerNodeHandle<MultiInetSocketAddress>>
java.io.IOException
|
Rice Pastry API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |