| Package | Description |
|---|---|
| xapi.gwt.io | |
| xapi.io.api | |
| xapi.io.impl | |
| xapi.io.service | |
| xapi.jre.io |
| Modifier and Type | Class and Description |
|---|---|
class |
IOServiceGwt.IORequestGwt |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
IORequest<?> |
CancelledException.getRequest() |
IORequest<V> |
IORequestBuilder.send(SuccessHandler<V> onSuccess) |
| Constructor and Description |
|---|
CancelledException(IORequest<?> request) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIOService.AbstractIORequest |
protected static class |
IORequestBuilderDefault.IO<Out> |
| Modifier and Type | Field and Description |
|---|---|
protected static IORequest<String> |
AbstractIOService.cancelled |
| Modifier and Type | Method and Description |
|---|---|
IORequest<Out> |
IORequestBuilderDefault.send(SuccessHandler<Out> handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
IORequestBuilderDefault.IO.setRequest(IORequest<String> request) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Class and Description |
|---|---|
class |
IOServiceDefault.IORequestDefault |
| Modifier and Type | Method and Description |
|---|---|
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) |
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.