Package | Description |
---|---|
org.schedulesdirect.api | |
org.schedulesdirect.api.json |
Modifier and Type | Method and Description |
---|---|
IJsonRequestFactory |
NetworkEpgClient.getJsonRequestFactory()
Get the JsonRequestFactory implementation being used by this client
|
Constructor and Description |
---|
NetworkEpgClient(String id,
String pwd,
IJsonRequestFactory factory)
ctor; typically only used for development & testing; allows overriding of JsonRequestFactory instance
|
NetworkEpgClient(String id,
String pwd,
String userAgent,
IJsonRequestFactory factory)
ctor; typically only used for development & testing; allows overriding of JsonRequestFactory instance
|
NetworkEpgClient(String id,
String pwd,
String userAgent,
String baseUrl,
boolean useCache,
IJsonRequestFactory factory)
Constructor
|
Modifier and Type | Class and Description |
---|---|
class |
JsonRequestFactory
Constructs requests that function against the given web serivce URL
|
Copyright © 2012–2014 Battams, Derek. All rights reserved.