public class DefaultResponseDeenrichmentFilter extends Object implements HttpResponseDeenrichmentFilter
| Constructor and Description |
|---|
DefaultResponseDeenrichmentFilter() |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.netty.handler.codec.http.HttpResponse |
filterResponse(org.jboss.netty.handler.codec.http.HttpResponse response) |
int |
getMaxResponseSize() |
void |
initialize(HttpResponseDeenrichmentService deenrichmentService)
Initializes filter with given service
|
boolean |
shouldFilterResponses(org.jboss.netty.handler.codec.http.HttpRequest httpRequest) |
public boolean shouldFilterResponses(org.jboss.netty.handler.codec.http.HttpRequest httpRequest)
shouldFilterResponses in interface org.littleshoot.proxy.HttpRequestMatcherpublic int getMaxResponseSize()
getMaxResponseSize in interface org.littleshoot.proxy.HttpFilterpublic org.jboss.netty.handler.codec.http.HttpResponse filterResponse(org.jboss.netty.handler.codec.http.HttpResponse response)
filterResponse in interface org.littleshoot.proxy.HttpFilterpublic void initialize(HttpResponseDeenrichmentService deenrichmentService)
HttpResponseDeenrichmentFilterinitialize in interface HttpResponseDeenrichmentFilterCopyright © 2013 JBoss by Red Hat. All Rights Reserved.