GWT 2.3.0

Uses of Interface
com.google.web.bindery.requestfactory.shared.RequestTransport

Packages that use RequestTransport
com.google.web.bindery.requestfactory.gwt.client A package for managing client-server requests. 
com.google.web.bindery.requestfactory.server.testing   
com.google.web.bindery.requestfactory.shared Shared classes used on both the client and the server side for transmitting data between the server and the client in JSON format. 
 

Uses of RequestTransport in com.google.web.bindery.requestfactory.gwt.client
 

Classes in com.google.web.bindery.requestfactory.gwt.client that implement RequestTransport
 class DefaultRequestTransport
          An implementation of RequestTransport that uses a RequestBuilder.
 

Uses of RequestTransport in com.google.web.bindery.requestfactory.server.testing
 

Classes in com.google.web.bindery.requestfactory.server.testing that implement RequestTransport
 class InProcessRequestTransport
          A RequestTransport that calls a SimpleRequestProcessor.
 

Uses of RequestTransport in com.google.web.bindery.requestfactory.shared
 

Methods in com.google.web.bindery.requestfactory.shared with parameters of type RequestTransport
 void RequestFactory.initialize(EventBus eventBus, RequestTransport transport)
          Start this request factory with a user-provided transport.
 


GWT 2.3.0