Uses of Interface
com.google.web.bindery.requestfactory.shared.RequestTransport.TransportReceiver
-
Packages that use RequestTransport.TransportReceiver Package Description 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.com.google.web.bindery.requestfactory.shared.testing com.google.web.bindery.requestfactory.vm.testing -
-
Uses of RequestTransport.TransportReceiver in com.google.web.bindery.requestfactory.gwt.client
Methods in com.google.web.bindery.requestfactory.gwt.client with parameters of type RequestTransport.TransportReceiver Modifier and Type Method Description protected RequestCallbackDefaultRequestTransport. createRequestCallback(RequestTransport.TransportReceiver receiver)Creates a RequestCallback that maps the HTTP response onto theTransportReceiverinterface.voidDefaultRequestTransport. send(java.lang.String payload, RequestTransport.TransportReceiver receiver) -
Uses of RequestTransport.TransportReceiver in com.google.web.bindery.requestfactory.server.testing
Methods in com.google.web.bindery.requestfactory.server.testing with parameters of type RequestTransport.TransportReceiver Modifier and Type Method Description voidInProcessRequestTransport. send(java.lang.String payload, RequestTransport.TransportReceiver receiver) -
Uses of RequestTransport.TransportReceiver in com.google.web.bindery.requestfactory.shared
Methods in com.google.web.bindery.requestfactory.shared with parameters of type RequestTransport.TransportReceiver Modifier and Type Method Description voidRequestTransport. send(java.lang.String payload, RequestTransport.TransportReceiver receiver)Called by the RequestFactory implementation. -
Uses of RequestTransport.TransportReceiver in com.google.web.bindery.requestfactory.shared.testing
Methods in com.google.web.bindery.requestfactory.shared.testing with parameters of type RequestTransport.TransportReceiver Modifier and Type Method Description voidFakeRequestTransport. send(java.lang.String payload, RequestTransport.TransportReceiver receiver)No-op. -
Uses of RequestTransport.TransportReceiver in com.google.web.bindery.requestfactory.vm.testing
Methods in com.google.web.bindery.requestfactory.vm.testing with parameters of type RequestTransport.TransportReceiver Modifier and Type Method Description voidUrlRequestTransport. send(java.lang.String payload, RequestTransport.TransportReceiver receiver)
-