Rice Pastry API

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

Packages that use AppSocket
org.mpisws.p2p.filetransfer   
rice.p2p.commonapi.appsocket   
rice.pastry.client   
rice.pastry.socket.appsocket   
rice.pastry.transport   
 

Uses of AppSocket in org.mpisws.p2p.filetransfer
 

Fields in org.mpisws.p2p.filetransfer declared as AppSocket
protected  AppSocket FileTransferImpl.socket
           
 

Methods in org.mpisws.p2p.filetransfer with parameters of type AppSocket
 void FileTransferImpl.receiveException(AppSocket socket, java.lang.Exception e)
           
 void FileTransferImpl.receiveSelectResult(AppSocket socket, boolean canRead, boolean canWrite)
           
 void FileTransferImpl.receiveSocket(AppSocket socket)
           
 

Constructors in org.mpisws.p2p.filetransfer with parameters of type AppSocket
FileTransferImpl(AppSocket socket, FileTransferCallback callback, Environment env)
           
FileTransferImpl(AppSocket socket, FileTransferCallback callback, FileAllocationStrategy fileAllocater, Environment env)
           
FileTransferImpl(AppSocket socket, FileTransferCallback callback, FileAllocationStrategy fileAllocater, Environment env, Processor p)
           
FileTransferImpl(AppSocket socket, FileTransferCallback callback, FileAllocationStrategy fileAllocater, Environment env, Processor p, int chunkSize, int numChunksToWriteToNetwork)
           
 

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
 void PastryAppl.finishReceiveSocket(AppSocket socket)
           
 

Uses of AppSocket in rice.pastry.socket.appsocket
 

Method parameters in rice.pastry.socket.appsocket with type arguments of type AppSocket
 Cancellable SocketFactory.getAppSocket(java.net.InetSocketAddress addr, int appid, Continuation<AppSocket,java.lang.Exception> c, java.util.Map<java.lang.String,java.lang.Object> options)
           
 

Uses of AppSocket in rice.pastry.transport
 

Classes in rice.pastry.transport that implement AppSocket
 class SocketAdapter<Identifier>
           
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection