com.bradmcevoy.http
Class FilterChain

java.lang.Object
  extended by com.bradmcevoy.http.FilterChain

public class FilterChain
extends java.lang.Object

Passes the request and response along a series of filters By default the HttpManager loads a single filter which executes the appropriate handler for the http method Additional filters can be added using HttpManager.addFilter


Constructor Summary
FilterChain(HttpManager httpManager)
           
 
Method Summary
 HttpManager getHttpManager()
           
 void process(Request request, Response response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterChain

public FilterChain(HttpManager httpManager)
Method Detail

process

public void process(Request request,
                    Response response)

getHttpManager

public HttpManager getHttpManager()


Copyright © 2011. All Rights Reserved.