| Interface | Description |
|---|---|
| Interceptor |
Interface to have interceptor methods
|
| Class | Description |
|---|---|
| CallbackHandlerInterceptor |
Interceptor class to prepare the response and call the callback method
|
| CompressionInterceptor |
Interceptor to compress the input data
|
| DecompressionInterceptor |
Interceptor to decompress the HTTP response
|
| DeserializeInterceptor |
Interceptor to deserialize the Http response
|
| HandleResponseInterceptor |
Interceptor to handle Http response.
|
| HTTPBatchClientConnectionInterceptor |
Interceptor to establish a HTTP connection
This version merges multiple entities into single request
|
| HTTPClientConnectionInterceptor |
Interceptor to establish a HTTP connection
|
| HTTPURLConnectionInterceptor |
Interceptor to establish a HTTP connection using java.net.HttpUrlConnection
|
| IntuitBatchInterceptorProvider |
This class changes interceptors execution flow to support multiple uploads
It also implement Interceptor interface to graceful shutdown original connection interceptor behavior
|
| IntuitInterceptorProvider |
Class to provide the provision to add interceptors in the order those have to be executed.
|
| IntuitMessage |
Class to have request and response element objects which are being used in interceptors flow
|
| PlatformInterceptorProvider |
Class to provide the provision to add interceptors in the order those have to be executed.
|
| PrepareRequestInterceptor |
Interceptor class to prepare the prerequisites which are required to make the http call
|
| RequestElements |
Class to hold the request elements which are used across the interceptor flow.
|
| ResponseElements |
Class to hold the response elements which are used across the interceptor flow.
|
| SerializeInterceptor |
Interceptor to serialize the input data
|
| UploadRequestElements |
Class to hold the request elements for upload functionality
|
Copyright © 2017. All rights reserved.