Uses of Interface
org.littleshoot.proxy.HttpResponseFilter

Uses of HttpResponseFilter in org.littleshoot.proxy
 

Subinterfaces of HttpResponseFilter in org.littleshoot.proxy
 interface HttpResponseProcessorManager
          Manager for response processors.
 

Classes in org.littleshoot.proxy that implement HttpResponseFilter
 class NoOpHttpResponseFilter
          HttpResponseFilter that just passes the response back without modifying it in any way.
 

Methods in org.littleshoot.proxy that return HttpResponseFilter
 HttpResponseFilter HttpResponseFilterFactory.newFilter()
          Creates a new response filter.
 

Methods in org.littleshoot.proxy with parameters of type HttpResponseFilter
 void HttpResponseProcessorManager.addResponseProcessor(HttpResponseFilter responseProcessor)
          Adds a response processor factory to the chain.
 

Constructors in org.littleshoot.proxy with parameters of type HttpResponseFilter
DefaultHttpFilter(HttpResponseFilter responseFilter, HttpRequestMatcher... requestRules)
          Creates a new set of HTTP request rules.
 



Copyright © 2009-2011 LittleShoot. All Rights Reserved.