Firefish 0.5.10

Uses of Class
gov.lbl.dsd.p2pio.Response

Packages that use Response
gov.lbl.dsd.firefish Core firefish classes. 
gov.lbl.dsd.firefish.client Client side functionality, in particular command line tools and demo client usage. 
gov.lbl.dsd.firefish.server Server specific classes, for example connecting from and to specific transports and transport engines such as Axis, servlets, intergroup, etc. 
gov.lbl.dsd.p2pio The core abstractions of the Peer-to-Peer I/O Protocol, such as their messages and parameters; OPEN, OK, ERROR, RECEIVE, SEND, FINALSEND, CLOSE, item, item set. 
 

Uses of Response in gov.lbl.dsd.firefish
 

Methods in gov.lbl.dsd.firefish that return Response
 Response Sync2AsyncAdapter.doMessage(Request req)
           
abstract  Response MsgHandler.doMessage(Request req)
           
 Response FutureResponse.getResponse()
          block until response arrives from some other thread, then return response
 Response Event.getResponse()
           
 Response DBMsgHandler.doMessage(Request req)
           
 

Methods in gov.lbl.dsd.firefish with parameters of type Response
 void FutureResponse.setResponse(Response response)
           
 

Uses of Response in gov.lbl.dsd.firefish.client
 

Methods in gov.lbl.dsd.firefish.client that return Response
 Response FireCallQuick.invoke(Request request)
           
 Response FireCall.invoke(Request request)
           
 

Uses of Response in gov.lbl.dsd.firefish.server
 

Methods in gov.lbl.dsd.firefish.server that return Response
 Response SimpleSoapServlet.doHandle(Request req)
           
 Response AxisService.doHandle(Request req)
           
 

Uses of Response in gov.lbl.dsd.p2pio
 

Subclasses of Response in gov.lbl.dsd.p2pio
 class Err
          Error response message used to indicate the failure of a previous request message.
 class FinalSend
          FinalSend response message of P2PIO protocol; indicates that this is the last send of the current message exchange.
 class Ok
          A response message used to indicate the success of a previous request message.
 class Send
          Send response message of P2PIO protocol; indicates that this is not the last send of the current message exchange.
 

Methods in gov.lbl.dsd.p2pio with parameters of type Response
static boolean ExchangeVerifier.isLegalResponse(Request req, Response rsp)
          For the given request, is this a legal response?
static void ExchangeVerifier.checkIsLegalResponse(Request req, Response rsp)
           
 


Firefish 0.5.10

Jump to the Firefish Homepage