| Package | Description |
|---|---|
| xapi.gwt.io | |
| xapi.io.api | |
| xapi.io.impl | |
| xapi.io.service | |
| xapi.jre.io |
| Modifier and Type | Method and Description |
|---|---|
IORequest<String> |
IOServiceGwt.get(String uri,
StringDictionary<String> headers,
IOCallback<IOMessage<String>> callback) |
IORequest<String> |
IOServiceGwt.post(String uri,
String body,
StringDictionary<String> headers,
IOCallback<IOMessage<String>> callback) |
protected void |
IOServiceGwt.sendRequest(com.google.gwt.http.client.RequestBuilder req,
IOServiceGwt.IORequestGwt request,
IOCallback<IOMessage<String>> callback,
String url,
StringDictionary<String> headers,
int method,
String body) |
| Modifier and Type | Class and Description |
|---|---|
class |
DelegatingIOCallback<V> |
| Modifier and Type | Class and Description |
|---|---|
class |
IOCallbackDefault<V> |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractIOService.delete(String url,
StringDictionary<String> headers,
IOCallback<IOMessage<String>> callback) |
void |
AbstractIOService.put(String url,
byte[] body,
StringDictionary<String> headers,
IOCallback<IOMessage<String>> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
IOService.delete(String url,
StringDictionary<String> headers,
IOCallback<IOMessage<String>> callback) |
IORequest<String> |
IOService.get(String url,
StringDictionary<String> headers,
IOCallback<IOMessage<String>> callback) |
IORequest<String> |
IOService.post(String url,
String body,
StringDictionary<String> headers,
IOCallback<IOMessage<String>> callback) |
void |
IOService.put(String url,
byte[] body,
StringDictionary<String> headers,
IOCallback<IOMessage<String>> callback) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
IOServiceDefault.drainInput(InputStream in,
IOCallback<IOMessage<String>> callback) |
IORequest<String> |
IOServiceDefault.get(String uri,
StringDictionary<String> headers,
IOCallback<IOMessage<String>> callback) |
IORequest<String> |
IOServiceDefault.post(String uri,
String body,
StringDictionary<String> headers,
IOCallback<IOMessage<String>> callback) |
protected void |
IOServiceDefault.sendRequest(URLConnection connect,
IOServiceDefault.IORequestDefault request,
IOCallback<IOMessage<String>> callback,
String url,
StringDictionary<String> headers,
String body) |
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.