|
Rice Pastry API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AppSocket | |
rice.p2p.commonapi.appsocket | |
rice.pastry.client |
Uses of AppSocket in rice.p2p.commonapi.appsocket |
Methods in rice.p2p.commonapi.appsocket with parameters of type AppSocket | |
void |
AppSocketReceiver.receiveSocket(AppSocket socket)
Called when we have a new socket (due to a call to connect or accept) |
void |
AppSocketReceiver.receiveSelectResult(AppSocket socket,
boolean canRead,
boolean canWrite)
Called when a socket is available for read/write |
void |
AppSocketReceiver.receiveException(AppSocket socket,
java.lang.Exception e)
Called when there is an error |
Uses of AppSocket in rice.pastry.client |
Methods in rice.pastry.client with parameters of type AppSocket | |
boolean |
PastryAppl.receiveSocket(AppSocket socket)
Calls receiver.receiveSocket(), then sets receiver to null. |
|
Rice Pastry API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |