|
GWT 2.3.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RequestTransport.TransportReceiver | |
|---|---|
| com.google.gwt.requestfactory.client | A package for managing 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)
Deprecated. Creates a RequestCallback that maps the HTTP response onto the TransportReceiver interface. |
void |
DefaultRequestTransport.send(java.lang.String payload,
RequestTransport.TransportReceiver receiver)
Deprecated. |
| 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)
Deprecated. |
| 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)
Deprecated. Called by the RequestFactory implementation. |
|
GWT 2.3.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||