|
|||||||||
| Home >> All >> Freenet >> [ message overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
Freenet.message
Class TimedOut

java.lang.ObjectFreenet.Message
Freenet.message.TimedOut
- public class TimedOut
- extends Freenet.Message
This is the TimedOut message
| Field Summary | |
static java.lang.String |
messageName
|
| Fields inherited from class Freenet.Message |
depth, hopsToLive, id, keepAlive, receivedAt, receivedWith, source |
| Constructor Summary | |
TimedOut(long idnum,
long htl)
|
|
TimedOut(Freenet.RawMessage raw)
|
|
| Method Summary | |
Freenet.MessageMemory |
pReceived(Freenet.node.Node n,
Freenet.MessageMemory sb)
Called by a node after it receives this message |
protected Freenet.MessageMemory |
timeOut(Freenet.node.Node n,
Freenet.MessageMemory sb)
|
Freenet.RawMessage |
toRawMessage()
|
| Methods inherited from class Freenet.Message |
initSources, popField, received, sendBack, sending, sending, sendReply, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
messageName
public static final java.lang.String messageName
- See Also:
- Constant Field Values
| Constructor Detail |
TimedOut
public TimedOut(long idnum,
long htl)
TimedOut
public TimedOut(Freenet.RawMessage raw) throws Freenet.InvalidMessageException
| Method Detail |
toRawMessage
public Freenet.RawMessage toRawMessage()
pReceived
public Freenet.MessageMemory pReceived(Freenet.node.Node n, Freenet.MessageMemory sb)
- Called by a node after it receives this message
timeOut
protected Freenet.MessageMemory timeOut(Freenet.node.Node n, Freenet.MessageMemory sb)
|
|||||||||
| Home >> All >> Freenet >> [ message overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC