|
|||||||||
Home >> All >> Freenet >> [ message overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
Freenet.message
Class RequestFailed

java.lang.ObjectFreenet.Message
Freenet.message.RequestFailed
- public class RequestFailed
- extends Freenet.Message
This message is sent by a node which cannot locate a piece of data. If received by a node, it should either forward it back to whichever node sent the request to it, or should send another request to find the data.
Field Summary | |
static java.lang.String |
messageName
|
Fields inherited from class Freenet.Message |
depth, hopsToLive, id, keepAlive, receivedAt, receivedWith, source |
Constructor Summary | |
RequestFailed(long idnum,
long htl)
|
|
RequestFailed(Freenet.RawMessage m)
|
Method Summary | |
Freenet.MessageMemory |
pReceived(Freenet.node.Node n,
Freenet.MessageMemory mm)
An overridable version of the received 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 |
RequestFailed
public RequestFailed(Freenet.RawMessage m) throws Freenet.InvalidMessageException
RequestFailed
public RequestFailed(long idnum, long htl)
Method Detail |
toRawMessage
public Freenet.RawMessage toRawMessage()
pReceived
public Freenet.MessageMemory pReceived(Freenet.node.Node n, Freenet.MessageMemory mm)
- Description copied from class:
Freenet.Message
- An overridable version of the received message.
timeOut
protected Freenet.MessageMemory timeOut(Freenet.node.Node n, Freenet.MessageMemory sb)
|
|||||||||
Home >> All >> Freenet >> [ message overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |