|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WireNodeHandle | |
rice.pastry.wire | Contains updates to original rice.pastry.wire package, so Pastry can use either UDP or TCP, but not both. |
Uses of WireNodeHandle in rice.pastry.wire |
Subclasses of WireNodeHandle in rice.pastry.wire | |
class |
TcpNodeHandle
Node handle that use TCP to transmit messages. |
class |
UdpNodeHandle
Node handle that use UDP to transmit messages. |
Methods in rice.pastry.wire with parameters of type WireNodeHandle | |
void |
SocketManager.openSocket(WireNodeHandle handle)
Method which is designed to be called by node handles when they wish to open a socket to their remote node. |
void |
SocketManager.closeSocket(WireNodeHandle handle)
Method which is designed to be called by node handles which have been disconnected by the remote node. |
void |
SocketManager.update(WireNodeHandle handle)
Method which is designed to be called whenever a node has network activity. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |