Package | Description |
---|---|
org.schedulesdirect.api | |
org.schedulesdirect.api.json |
Modifier and Type | Method and Description |
---|---|
InputStream |
NetworkEpgClient.submitRequest(JsonRequest req,
Object data)
Submit a self constructed JsonRequest
|
Modifier and Type | Method and Description |
---|---|
JsonRequest |
IJsonRequestFactory.get(JsonRequest.Action action,
String resource)
Construct a partial JsonRequest that CANNOT be executed; used as skeleton for a clone construction
|
JsonRequest |
JsonRequestFactory.get(JsonRequest.Action action,
String resource) |
JsonRequest |
IJsonRequestFactory.get(JsonRequest.Action action,
String resource,
String hash,
String userAgent,
String baseUrl)
Construct a complete JsonRequest suitable for execution.
|
JsonRequest |
JsonRequestFactory.get(JsonRequest.Action action,
String resource,
String hash,
String userAgent,
String baseUrl) |
JsonRequest |
IJsonRequestFactory.get(JsonRequest.Action action,
URL url)
Construct a JSON request from a complete URL; the request is partial and cannot be immediately executed
|
JsonRequest |
JsonRequestFactory.get(JsonRequest.Action action,
URL url) |
Copyright © 2012–2014 Battams, Derek. All rights reserved.