gov.lbl.dsd.p2pio
Class ExchangeVerifier
java.lang.Object
gov.lbl.dsd.p2pio.ExchangeVerifier
- public class ExchangeVerifier
- extends Object
Checks whether the response to a given request is legal.
- Version:
- $Revision: 1.2 $, $Date: 2004/01/30 01:18:03 $
checkIsRequest
public static void checkIsRequest(Msg req)
checkIsResponse
public static void checkIsResponse(Msg rsp)
isLegalResponse
public static boolean isLegalResponse(Request req,
Response rsp)
- For the given request, is this a legal response?
checkIsLegalResponse
public static void checkIsLegalResponse(Request req,
Response rsp)
Jump to the Firefish Homepage