org.littleshoot.proxy
Interface HttpResponseFilter


public interface HttpResponseFilter

Interface for classes that process responses.


Method Summary
 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.
 

Method Detail

filterResponse

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. The implementor can of course choose to return the response unmodified.

Parameters:
request - The request associated with the response.
response - The response to process.
Returns:
The processed response, possibly modified.


Copyright © 2009-2013 LittleShoot. All Rights Reserved.