Package | Description |
---|---|
com.intuit.ipp.interceptors |
Modifier and Type | Class and Description |
---|---|
class |
CallbackHandlerInterceptor
Interceptor class to prepare the response and call the callback method
|
class |
CompressionInterceptor
Interceptor to compress the input data
|
class |
DecompressionInterceptor
Interceptor to decompress the HTTP response
|
class |
DeserializeInterceptor
Interceptor to deserialize the Http response
|
class |
HandleResponseInterceptor
Interceptor to handle Http response.
|
class |
HTTPBatchClientConnectionInterceptor
Interceptor to establish a HTTP connection
This version merges multiple entities into single request
|
class |
HTTPClientConnectionInterceptor
Interceptor to establish a HTTP connection
|
class |
HTTPURLConnectionInterceptor
Interceptor to establish a HTTP connection using java.net.HttpUrlConnection
|
class |
IntuitBatchInterceptorProvider
This class changes interceptors execution flow to support multiple uploads
It also implement Interceptor interface to graceful shutdown original connection interceptor behavior
|
class |
PrepareRequestInterceptor
Interceptor class to prepare the prerequisites which are required to make the http call
|
class |
SerializeInterceptor
Interceptor to serialize the input data
|
Modifier and Type | Method and Description |
---|---|
protected List<Interceptor> |
IntuitInterceptorProvider.getRequestInterceptors()
Returns current request interceptors.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IntuitInterceptorProvider.setRequestInterceptors(List<Interceptor> requestInterceptors)
Updates interceptors
|
Copyright © 2017. All rights reserved.