public interface HttpFilter extends HttpRequestMatcher
Modifier and Type | Method and Description |
---|---|
org.jboss.netty.handler.codec.http.HttpResponse |
filterResponse(org.jboss.netty.handler.codec.http.HttpResponse response)
Filters the HTTP response.
|
int |
getMaxResponseSize()
Returns the maximum response size to expect in bytes for this filter.
|
shouldFilterResponses
org.jboss.netty.handler.codec.http.HttpResponse filterResponse(org.jboss.netty.handler.codec.http.HttpResponse response)
response
- The response to filter.int getMaxResponseSize()
Copyright © 2009-2012 LittleShoot. All Rights Reserved.