Package com.maryanovsky.gwtutils.client.net

Interface Summary
RequestMaker<T> A common interface for builders of requests.
ResultCallback<T> The interface to implement for getting notified when a result to a request arrives.
XmlParser<T> An interface for classes which can parse XML documents, converting them into an object.
 

Class Summary
AbstractResponseHandler A base implementation of a RequestCallback.
HttpTextRequestMaker An implementation of RequestMaker<String> that uses a RequestBuilder to make the request.
JsonpTextRequestMaker An implementation of RequestMaker<String> that uses a JsonpRequestBuilder to make the request.
UrlBuilder Constructs a URL from a base URL and parameters.
XmlResponseHandler<T> A base implementation of a RequestCallback which handles XML responses.