@SingletonOverride(implFor=IOService.class) public class IOServiceGwt extends AbstractIOService<com.google.gwt.http.client.RequestBuilder>
| Modifier and Type | Class and Description |
|---|---|
class |
IOServiceGwt.IORequestGwt |
AbstractIOService.AbstractIORequestcancelled, deserializers, serializers| Constructor and Description |
|---|
IOServiceGwt() |
| Modifier and Type | Method and Description |
|---|---|
protected IOServiceGwt.IORequestGwt |
createRequest() |
IORequest<String> |
get(String uri,
StringDictionary<String> headers,
IOCallback<IOMessage<String>> callback) |
protected com.google.gwt.http.client.RequestBuilder |
newRequest(com.google.gwt.http.client.RequestBuilder.Method method,
String url) |
protected Dictionary<String,String> |
normalizeHeaders(StringDictionary<String> headers) |
IORequest<String> |
post(String uri,
String body,
StringDictionary<String> headers,
IOCallback<IOMessage<String>> callback) |
protected void |
sendRequest(com.google.gwt.http.client.RequestBuilder req,
IOServiceGwt.IORequestGwt request,
IOCallback<IOMessage<String>> callback,
String url,
StringDictionary<String> headers,
int method,
String body) |
protected String |
uriBase() |
applySettings, createRequestBuilder, delete, logLevel, normalize, put, registerParser, request, toUrlprotected com.google.gwt.http.client.RequestBuilder newRequest(com.google.gwt.http.client.RequestBuilder.Method method,
String url)
public IORequest<String> get(String uri, StringDictionary<String> headers, IOCallback<IOMessage<String>> callback)
public IORequest<String> post(String uri, String body, StringDictionary<String> headers, IOCallback<IOMessage<String>> callback)
protected Dictionary<String,String> normalizeHeaders(StringDictionary<String> headers)
protected void sendRequest(com.google.gwt.http.client.RequestBuilder req,
IOServiceGwt.IORequestGwt request,
IOCallback<IOMessage<String>> callback,
String url,
StringDictionary<String> headers,
int method,
String body)
protected IOServiceGwt.IORequestGwt createRequest()
protected String uriBase()
uriBase in class AbstractIOService<com.google.gwt.http.client.RequestBuilder>Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.