| Interface | Description |
|---|---|
| IOExceptionFilter |
This filter is invoked when an
IOException occurs during an http transaction. |
| RequestFilter |
A Filter interface that gets invoked before making an actual request.
|
| ResponseFilter |
A Filter interface that gets invoked before making the processing of the response bytes.
|
| Class | Description |
|---|---|
| AsyncHandlerWrapper<T> | |
| FilterContext<T> | |
| FilterContext.FilterContextBuilder<T> | |
| ThrottleRequestFilter |
A
RequestFilter throttles requests and block when the number of permits is reached, waiting for
the response to arrives before executing the next request. |
| Exception | Description |
|---|---|
| FilterException |
An exception that can be thrown by an
AsyncHandler to interrupt invocation of
the RequestFilter and ResponseFilter. |
Copyright © 2016. All Rights Reserved.