Uses of Interface
com.google.web.bindery.requestfactory.shared.RequestTransport
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 in com.google.web.bindery.requestfactory.gwt.client
Modifier and TypeClassDescriptionclass
An implementation ofRequestTransport
that uses aRequestBuilder
. -
Uses of RequestTransport in com.google.web.bindery.requestfactory.server.testing
-
Uses of RequestTransport in com.google.web.bindery.requestfactory.vm.testing
Modifier and TypeClassDescriptionclass
A trivial implementation of RequestTransport that uses aHttpURLConnection
.