org.littleshoot.proxy
Interface HttpResponseFilter

All Known Subinterfaces:
HttpResponseProcessorManager
All Known Implementing Classes:
NoOpHttpResponseFilter

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.HttpResponse response)
          Processes the response.
 

Method Detail

filterResponse

org.jboss.netty.handler.codec.http.HttpResponse filterResponse(org.jboss.netty.handler.codec.http.HttpResponse response)
Processes the response.

Parameters:
response - The response to process.
hostAndPort - The host and port the response came from.
Returns:
The processed response, possibly modified.


Copyright © 2009-2011 LittleShoot. All Rights Reserved.