Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Freenet.message
Class TimedOut  view TimedOut download TimedOut.java

java.lang.Object
  extended byFreenet.Message
      extended byFreenet.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)