|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of HttpResponseFilter in org.littleshoot.proxy |
|---|
| Subinterfaces of HttpResponseFilter in org.littleshoot.proxy | |
|---|---|
interface |
HttpResponseProcessorManager
Manager for response processors. |
| Classes in org.littleshoot.proxy that implement HttpResponseFilter | |
|---|---|
class |
NoOpHttpResponseFilter
HttpResponseFilter that just passes the response back without
modifying it in any way. |
| Methods in org.littleshoot.proxy that return HttpResponseFilter | |
|---|---|
HttpResponseFilter |
HttpResponseFilterFactory.newFilter()
Creates a new response filter. |
| Methods in org.littleshoot.proxy with parameters of type HttpResponseFilter | |
|---|---|
void |
HttpResponseProcessorManager.addResponseProcessor(HttpResponseFilter responseProcessor)
Adds a response processor factory to the chain. |
| Constructors in org.littleshoot.proxy with parameters of type HttpResponseFilter | |
|---|---|
DefaultHttpFilter(HttpResponseFilter responseFilter,
HttpRequestMatcher... requestRules)
Creates a new set of HTTP request rules. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||