public class HTTPClientConnectionInterceptor extends Object implements Interceptor
| Constructor and Description |
|---|
HTTPClientConnectionInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(IntuitMessage intuitMessage)
Method to handle corresponding interceptor's implementation
|
org.apache.http.HttpHost |
getProxy()
Method to get proxy
|
org.apache.http.conn.ssl.SSLConnectionSocketFactory |
prepareClientSSL() |
org.apache.http.client.CredentialsProvider |
setProxyAuthentication()
Method to set proxy authentication
|
public void execute(IntuitMessage intuitMessage) throws FMSException
execute in interface InterceptorintuitMessage - the intuit messageFMSException - the FMSExceptionpublic org.apache.http.conn.ssl.SSLConnectionSocketFactory prepareClientSSL()
public org.apache.http.HttpHost getProxy()
public org.apache.http.client.CredentialsProvider setProxyAuthentication()
Copyright © 2017. All rights reserved.