| Package | Description |
|---|---|
| net.lightbody.bmp | |
| net.lightbody.bmp.filters |
| Class and Description |
|---|
| RequestFilter
A functional interface to simplify modification and manipulation of requests.
|
| ResponseFilter
A functional interface to simplify modification and manipulation of responses.
|
| Class and Description |
|---|
| HttpsAwareFiltersAdapter
The HttpsAwareFiltersAdapter exposes the original host and the "real" host (after filter modifications) to filters for HTTPS
requets.
|
| HttpsHostCaptureFilter
Captures the host for HTTPS requests and stores the value in the ChannelHandlerContext for use by
HttpsAwareFiltersAdapter
filters. |
| ModifiedRequestAwareFilter
Indicates that a filter wishes to capture the final HttpRequest that is sent to the server, reflecting all
modifications from request filters.
|
| RequestFilter
A functional interface to simplify modification and manipulation of requests.
|
| ResponseFilter
A functional interface to simplify modification and manipulation of responses.
|
Copyright © 2016. All Rights Reserved.