|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface HttpClientFactory
Factory for Apache HttpClient objects
| Method Summary | |
|---|---|
org.apache.http.impl.client.CloseableHttpClient |
createHttpClient(org.apache.http.HttpHost httpHost,
boolean acceptAnyCertificate)
Creates an HTTP client for the given host |
| Method Detail |
|---|
org.apache.http.impl.client.CloseableHttpClient createHttpClient(org.apache.http.HttpHost httpHost,
boolean acceptAnyCertificate)
httpHost - the host to connect toacceptAnyCertificate - true if HTTPS certificate verification
errors should be ignored and any certificate (even an invalid one)
should be accepted
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||