public abstract class Client extends Object
| Modifier and Type | Class and Description |
|---|---|
protected class |
Client.BytesHandler |
protected class |
Client.JsonHandler |
protected static interface |
Client.ResponseHandler<T> |
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
allowAllSSLCertificates |
protected ProxyConfiguration |
proxyConfiguration |
protected Support |
support |
protected boolean |
useSystemProperties |
| Constructor and Description |
|---|
Client() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.http.impl.client.CloseableHttpClient |
buildHttpClient() |
protected org.apache.http.conn.ssl.SSLConnectionSocketFactory |
buildSSLSocketFactory() |
protected final Support support
protected boolean allowAllSSLCertificates
protected boolean useSystemProperties
protected ProxyConfiguration proxyConfiguration
protected org.apache.http.impl.client.CloseableHttpClient buildHttpClient()
throws org.apache.http.HttpException
org.apache.http.HttpExceptionprotected org.apache.http.conn.ssl.SSLConnectionSocketFactory buildSSLSocketFactory()
throws org.apache.http.HttpException
org.apache.http.HttpExceptionCopyright 2022 OneSpan All rights reserved.