|
Rice Pastry API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AppSocketReceiver in org.mpisws.p2p.filetransfer |
---|
Classes in org.mpisws.p2p.filetransfer that implement AppSocketReceiver | |
---|---|
class |
FileTransferImpl
TODO: implement read, write |
Uses of AppSocketReceiver in rice.p2p.commonapi |
---|
Methods in rice.p2p.commonapi with parameters of type AppSocketReceiver | |
---|---|
void |
Endpoint.accept(AppSocketReceiver receiver)
Set's the acceptor for this application. |
void |
Endpoint.connect(NodeHandle handle,
AppSocketReceiver receiver,
int timeout)
Opens a connection to this application on a remote node. |
Uses of AppSocketReceiver in rice.p2p.commonapi.appsocket |
---|
Methods in rice.p2p.commonapi.appsocket with parameters of type AppSocketReceiver | |
---|---|
void |
AppSocket.register(boolean wantToRead,
boolean wantToWrite,
int timeout,
AppSocketReceiver receiver)
Must be called every time a Read/Write occurs to continue operation. |
Uses of AppSocketReceiver in rice.p2p.multiring |
---|
Methods in rice.p2p.multiring with parameters of type AppSocketReceiver | |
---|---|
void |
MultiringEndpoint.accept(AppSocketReceiver receiver)
|
void |
MultiringEndpoint.connect(NodeHandle handle,
AppSocketReceiver receiver,
int timeout)
Passthrough to sub endpoint. |
Uses of AppSocketReceiver in rice.p2p.past.gc |
---|
Methods in rice.p2p.past.gc with parameters of type AppSocketReceiver | |
---|---|
void |
GCEndpoint.accept(AppSocketReceiver receiver)
|
void |
GCEndpoint.connect(NodeHandle handle,
AppSocketReceiver receiver,
int timeout)
Passthrough to the sub endpoint. |
Uses of AppSocketReceiver in rice.pastry |
---|
Methods in rice.pastry with parameters of type AppSocketReceiver | |
---|---|
SocketRequestHandle |
PastryNode.connect(NodeHandle i,
AppSocketReceiver deliverSocketToMe,
PastryAppl appl,
int timeout)
Called by PastryAppl to ask the transport layer to open a Socket to its counterpart on another node. |
Uses of AppSocketReceiver in rice.pastry.client |
---|
Fields in rice.pastry.client declared as AppSocketReceiver | |
---|---|
protected AppSocketReceiver |
PastryAppl.receiver
holds the receiverSocket |
Methods in rice.pastry.client with parameters of type AppSocketReceiver | |
---|---|
void |
PastryAppl.accept(AppSocketReceiver receiver)
Sets an AppSocketReceiver to be called when the next socket arrives. |
void |
PastryAppl.connect(NodeHandle handle,
AppSocketReceiver receiver,
int timeout)
Called to open an ApplicationLevelSocket |
Uses of AppSocketReceiver in rice.pastry.socket |
---|
Constructors in rice.pastry.socket with parameters of type AppSocketReceiver | |
---|---|
PendingAppSocket(int appAddress,
AppSocketReceiver receiver)
|
Uses of AppSocketReceiver in rice.pastry.transport |
---|
Methods in rice.pastry.transport with parameters of type AppSocketReceiver | |
---|---|
void |
SocketAdapter.register(boolean wantToRead,
boolean wantToWrite,
int timeout,
AppSocketReceiver receiver)
|
Constructors in rice.pastry.transport with parameters of type AppSocketReceiver | |
---|---|
AppSocketReceiverWrapper(AppSocketReceiver receiver,
SocketAdapter<Identifier> socket,
Environment env)
|
|
Rice Pastry API | |||||||||
PREV NEXT | FRAMES NO FRAMES |