|
Bees v0.5.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--bees.core.ProtocolSession
|
+--bees.core.ExtendedProtocolSession
|
+--bees.core.DLProtocolSession
A DLProtocolSession manages application requests for downloading protocol code from a peer node.
| Fields inherited from class bees.core.ExtendedProtocolSession |
METHOD_ADD_NEIGHBOR, METHOD_ERROR, METHOD_NONE, METHOD_REGISTER, METHOD_REM_NEIGHBOR, METHOD_REPLY, METHOD_UNREGISTER, METHOD_USER, REGISTER_TIMEOUT |
| Fields inherited from class bees.core.ProtocolSession |
neighbors |
| Method Summary | |
Neighbor |
getPreviousNeighbor()
|
java.lang.String |
toString()
|
void |
userReceive(Node node,
int method,
ExternalCapsule ec)
|
| Methods inherited from class bees.core.ExtendedProtocolSession |
addNeighbor, getInterests, getNeighbors, notifyInterests, receive, register, removeNeighbor, reply, reply, unregister |
| Methods inherited from class bees.core.ProtocolSession |
addNeighbor, attachNeighbor, detachNeighbor, getByteArray, getCache, removeNeighbor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public Neighbor getPreviousNeighbor()
public void userReceive(Node node,
int method,
ExternalCapsule ec)
userReceive in class ExtendedProtocolSessionpublic java.lang.String toString()
toString in class ExtendedProtocolSession
|
Bees v0.5.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||