public class HTTPBatchClientConnectionInterceptor extends Object implements Interceptor
| Constructor and Description |
|---|
HTTPBatchClientConnectionInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(IntuitMessage intuitMessage)
This methods exists mostly for compatibility with interface
Method to handle corresponding interceptor's implementation}
|
void |
execute(List<IntuitMessage> intuitMessages)
Major executor.
|
org.apache.http.HttpHost |
getProxy()
Method to get proxy
|
org.apache.http.conn.ssl.SSLConnectionSocketFactory |
prepareClientSSL()
Configures proxy if this is applicable to connection
|
org.apache.http.client.CredentialsProvider |
setProxyAuthentication() |
public HTTPBatchClientConnectionInterceptor()
public void execute(List<IntuitMessage> intuitMessages) throws FMSException
intuitMessages - FMSExceptionpublic org.apache.http.conn.ssl.SSLConnectionSocketFactory prepareClientSSL()
FMSExceptionpublic org.apache.http.client.CredentialsProvider setProxyAuthentication()
public void execute(IntuitMessage intuitMessage) throws FMSException
execute in interface InterceptorintuitMessage - the intuit messageFMSException - the FMSExceptionpublic org.apache.http.HttpHost getProxy()
Copyright © 2017. All rights reserved.