org.littleshoot.proxy
Interface HttpResponseFilters


public interface HttpResponseFilters

Interface for accessing response filters.


Method Summary
 HttpFilter getFilter(String hostAndPort)
          Returns a filter for the specified host and port of the initial request.
 

Method Detail

getFilter

HttpFilter getFilter(String hostAndPort)
Returns a filter for the specified host and port of the initial request.

Parameters:
hostAndPort - The host and port of the initial request
Returns:
The HttpFilter for the request.


Copyright © 2009-2013 LittleShoot. All Rights Reserved.