Uses of Interface
com.google.web.bindery.requestfactory.shared.RequestTransport.TransportReceiver
Package
Description
A package for managing client-server requests.
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.TransportReceiver in com.google.web.bindery.requestfactory.gwt.client
Modifier and TypeMethodDescriptionprotected RequestCallback
DefaultRequestTransport.createRequestCallback
(RequestTransport.TransportReceiver receiver) Creates a RequestCallback that maps the HTTP response onto theTransportReceiver
interface.void
DefaultRequestTransport.send
(String payload, RequestTransport.TransportReceiver receiver) -
Uses of RequestTransport.TransportReceiver in com.google.web.bindery.requestfactory.server.testing
Modifier and TypeMethodDescriptionvoid
InProcessRequestTransport.send
(String payload, RequestTransport.TransportReceiver receiver) -
Uses of RequestTransport.TransportReceiver in com.google.web.bindery.requestfactory.vm.testing
Modifier and TypeMethodDescriptionvoid
UrlRequestTransport.send
(String payload, RequestTransport.TransportReceiver receiver)