public interface HttpResponseFilter
Modifier and Type | Method and Description |
---|---|
org.jboss.netty.handler.codec.http.HttpResponse |
filterResponse(org.jboss.netty.handler.codec.http.HttpRequest request,
org.jboss.netty.handler.codec.http.HttpResponse response)
Filters the response.
|
org.jboss.netty.handler.codec.http.HttpResponse filterResponse(org.jboss.netty.handler.codec.http.HttpRequest request, org.jboss.netty.handler.codec.http.HttpResponse response)
request
- The request associated with the response.response
- The response to process.Copyright © 2009–2015 LittleShoot. All rights reserved.