GWT 2.1.1

Uses of Interface
com.google.gwt.requestfactory.shared.RequestTransport.TransportReceiver

Packages that use RequestTransport.TransportReceiver
com.google.gwt.requestfactory.client A package for manging client-server requests. 
com.google.gwt.requestfactory.server.testing Classes used for testing the request factory service. 
com.google.gwt.requestfactory.shared Shared classes used on both the client and the server side for transmitting data between the sever and the client in JSON format. 
 

Uses of RequestTransport.TransportReceiver in com.google.gwt.requestfactory.client
 

Methods in com.google.gwt.requestfactory.client with parameters of type RequestTransport.TransportReceiver
protected  RequestCallback DefaultRequestTransport.createRequestCallback(RequestTransport.TransportReceiver receiver)
          Creates a RequestCallback that maps the HTTP response onto the TransportReceiver interface.
 void DefaultRequestTransport.send(java.lang.String payload, RequestTransport.TransportReceiver receiver)
           
 

Uses of RequestTransport.TransportReceiver in com.google.gwt.requestfactory.server.testing
 

Methods in com.google.gwt.requestfactory.server.testing with parameters of type RequestTransport.TransportReceiver
 void InProcessRequestTransport.send(java.lang.String payload, RequestTransport.TransportReceiver receiver)
           
 

Uses of RequestTransport.TransportReceiver in com.google.gwt.requestfactory.shared
 

Methods in com.google.gwt.requestfactory.shared with parameters of type RequestTransport.TransportReceiver
 void RequestTransport.send(java.lang.String payload, RequestTransport.TransportReceiver receiver)
          Called by the RequestFactory implementation.
 


GWT 2.1.1