|
GWT 2.1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RequestTransport | |
---|---|
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 in com.google.gwt.requestfactory.client |
---|
Classes in com.google.gwt.requestfactory.client that implement RequestTransport | |
---|---|
class |
DefaultRequestTransport
An implementation of RequestTransport that uses a
RequestBuilder . |
Uses of RequestTransport in com.google.gwt.requestfactory.server.testing |
---|
Classes in com.google.gwt.requestfactory.server.testing that implement RequestTransport | |
---|---|
class |
InProcessRequestTransport
A RequesTransports that calls a SimpleRequestProcessor . |
Uses of RequestTransport in com.google.gwt.requestfactory.shared |
---|
Methods in com.google.gwt.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.1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |