Firefish 0.5.10

gov.lbl.dsd.p2pio
Class Response

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

public abstract class Response
extends Msg

The abstract base class of all response messages of the P2PIO protocol.

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

Constructor Summary
Response(TransactionID tid)
           
 
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

Response

public Response(TransactionID tid)

Firefish 0.5.10

Jump to the Firefish Homepage