Class Filter.Chain

java.lang.Object
com.sun.net.httpserver.Filter.Chain
Enclosing class:
Filter

public static class Filter.Chain extends Object
A chain of filters associated with a HttpServer. Each filter in the chain is given one of these so it can invoke the next filter in the chain.