|
GWT 2.3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated public interface RequestTransport
Abstracts the mechanism by which a RequestFactory instance transmits its payload to the backend.
RequestFactory has moved to
com.google.web.bindery.requestfactory
. This package will be
removed in a future version of GWT.
DefaultRequestTransport
Nested Class Summary | |
---|---|
static interface |
RequestTransport.TransportReceiver
Deprecated. |
Method Summary | |
---|---|
void |
send(java.lang.String payload,
RequestTransport.TransportReceiver receiver)
Deprecated. Called by the RequestFactory implementation. |
Method Detail |
---|
void send(java.lang.String payload, RequestTransport.TransportReceiver receiver)
payload
- the String payloadreceiver
- a RequestTransport.TransportReceiver
instance
|
GWT 2.3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |