| Package | Description |
|---|---|
| xapi.io.impl | |
| xapi.io.service |
| Modifier and Type | Class and Description |
|---|---|
class |
IOCallbackDefault<V> |
| Modifier and Type | Method and Description |
|---|---|
void |
IOServiceDefault.delete(String url,
StringDictionary<String> headers,
IOCallback<IOMessage<String>> callback) |
void |
IOServiceDefault.get(String uri,
StringDictionary<String> headers,
IOCallback<IOMessage<String>> callback) |
void |
IOServiceDefault.post(String url,
String body,
StringDictionary<String> headers,
IOCallback<IOMessage<String>> callback) |
void |
IOServiceDefault.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) |
void |
IOService.get(String url,
StringDictionary<String> headers,
IOCallback<IOMessage<String>> callback) |
void |
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) |
Copyright © December 07, 2012-2014 The Internet Party. All Rights Reserved.