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

Quick Search    Search Deep

Freenet.message
Class InsertReply  view InsertReply download InsertReply.java

java.lang.Object
  extended byFreenet.Message
      extended byFreenet.message.InsertReply

public class InsertReply
extends Freenet.Message


Field Summary
static java.lang.String messageName
           
 
Fields inherited from class Freenet.Message
depth, hopsToLive, id, keepAlive, receivedAt, receivedWith, source
 
Constructor Summary
InsertReply(long idnum, long htl)
           
InsertReply(Freenet.RawMessage raw)
           
 
Method Summary
 Freenet.MessageMemory pReceived(Freenet.node.Node n, Freenet.MessageMemory sb)
          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

InsertReply

public InsertReply(long idnum,
                   long htl)

InsertReply

public InsertReply(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)
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)