gov.lbl.dsd.p2pio
Class FinalSend
java.lang.Object
gov.lbl.dsd.p2pio.MsgElement
gov.lbl.dsd.p2pio.Msg
gov.lbl.dsd.p2pio.Response
gov.lbl.dsd.p2pio.Send
gov.lbl.dsd.p2pio.FinalSend
- public class FinalSend
- extends Send
FinalSend response message of P2PIO protocol; indicates that this is the last send of the current message exchange.
Contains an ItemSet
.
If it also contains a StillOpen
element, the client may subsequently issue a Receive
for another message exchange.
- Version:
- $Revision: 1.3 $, $Date: 2004/01/30 01:18:03 $
FinalSend
public FinalSend(TransactionID tid,
ItemSet itemSet,
StillOpen stillOpen)
getStillOpen
public StillOpen getStillOpen()
Jump to the Firefish Homepage