| Package | Description |
|---|---|
| uk.co.visalia.brightpearl.apiclient | |
| uk.co.visalia.brightpearl.apiclient.http.httpclient4 |
| Modifier and Type | Method and Description |
|---|---|
void |
BrightpearlApiClientFactory.setClientFactory(ClientFactory clientFactory)
Set the
ClientFactory that will supply Client instances for the execution of HTTP requests. |
BrightpearlApiClientFactory |
BrightpearlApiClientFactory.withClientFactory(ClientFactory clientFactory)
Set the
ClientFactory that will supply Client instances for the execution of HTTP requests. |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpClient4ClientFactory
An implementation of
ClientFactory that creates a single Apache HTTP Components DefaultHttpClient
instance using a PoolingClientConnectionManager to provide pooling and thread safety, and returns this
wrapped in a HttpClient4Client instance in response to all requests tp HttpClient4ClientFactory.getClient(Account). |
Copyright © 2014. All Rights Reserved.