Firefish 0.5.10

gov.lbl.dsd.p2pio
Class Send

java.lang.Object
  extended bygov.lbl.dsd.p2pio.MsgElement
      extended bygov.lbl.dsd.p2pio.Msg
          extended bygov.lbl.dsd.p2pio.Response
              extended bygov.lbl.dsd.p2pio.Send
Direct Known Subclasses:
FinalSend

public class Send
extends Response

Send response message of P2PIO protocol; indicates that this is not the last send of the current message exchange. Contains an ItemSet.

Version:
$Revision: 1.3 $, $Date: 2004/01/30 01:18:03 $

Constructor Summary
Send(TransactionID tid, ItemSet itemSet)
           
 
Method Summary
 ItemSet getItemSet()
           
 
Methods inherited from class gov.lbl.dsd.p2pio.Msg
getTransactionID
 
Methods inherited from class gov.lbl.dsd.p2pio.MsgElement
toDOM, toString, toXOM
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Send

public Send(TransactionID tid,
            ItemSet itemSet)
Method Detail

getItemSet

public ItemSet getItemSet()

Firefish 0.5.10

Jump to the Firefish Homepage