org.littleshoot.proxy
Interface HttpResponseProcessorManager

All Superinterfaces:
HttpResponseFilter

public interface HttpResponseProcessorManager
extends HttpResponseFilter

Manager for response processors.


Method Summary
 void addAll(Collection<HttpResponseFilterFactory> all)
           
 void addResponseProcessor(HttpResponseFilter responseProcessor)
          Adds a response processor factory to the chain.
 Collection<HttpResponseFilterFactory> getAll()
           
 
Methods inherited from interface org.littleshoot.proxy.HttpResponseFilter
filterResponse
 

Method Detail

addResponseProcessor

void addResponseProcessor(HttpResponseFilter responseProcessor)
Adds a response processor factory to the chain.

Parameters:
responseProcessorFactory - The factory for creating processors.

getAll

Collection<HttpResponseFilterFactory> getAll()

addAll

void addAll(Collection<HttpResponseFilterFactory> all)


Copyright © 2009-2011 LittleShoot. All Rights Reserved.