|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bradmcevoy.http.FilterChain
public class FilterChain
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 |
|---|
public FilterChain(HttpManager httpManager)
| Method Detail |
|---|
public void process(Request request,
Response response)
public HttpManager getHttpManager()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||