| 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 |
|---|---|
| FilterContext<T> | |
| FilterContext.FilterContextBuilder<T> |
| Exception | Description |
|---|---|
| FilterException |
An exception that can be thrown by an
AsyncHandler to interrupt invocation of
the RequestFilter and ResponseFilter. |
Copyright © 2017-2019 Eclipse Foundation. All Rights Reserved.