Rice Pastry API

Uses of Interface
rice.p2p.commonapi.appsocket.AppSocket

Packages that use AppSocket
rice.p2p.commonapi.appsocket   
rice.pastry.client   
rice.pastry.socket   
 

Uses of AppSocket in rice.p2p.commonapi.appsocket
 

Methods in rice.p2p.commonapi.appsocket with parameters of type AppSocket
 void AppSocketReceiver.receiveException(AppSocket socket, java.lang.Exception e)
          Called when there is an error
 void AppSocketReceiver.receiveSelectResult(AppSocket socket, boolean canRead, boolean canWrite)
          Called when a socket is available for read/write
 void AppSocketReceiver.receiveSocket(AppSocket socket)
          Called when we have a new socket (due to a call to connect or accept)
 

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.
 

Uses of AppSocket in rice.pastry.socket
 

Classes in rice.pastry.socket that implement AppSocket
 class SocketAppSocket
          Private class which is tasked with reading the greeting message off of a newly connected socket.
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection