|
Lightweight HTTP Server 1.0.0.Beta1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Filter.Chain | |
---|---|
org.jboss.com.sun.net.httpserver | Provides a simple high-level Http server API, which can be used to build embedded HTTP servers. |
org.jboss.sun.net.httpserver |
Uses of Filter.Chain in org.jboss.com.sun.net.httpserver |
---|
Methods in org.jboss.com.sun.net.httpserver with parameters of type Filter.Chain | |
---|---|
abstract void |
Filter.doFilter(HttpExchange exchange,
Filter.Chain chain)
Asks this filter to pre/post-process the given exchange. |
Uses of Filter.Chain in org.jboss.sun.net.httpserver |
---|
Methods in org.jboss.sun.net.httpserver with parameters of type Filter.Chain | |
---|---|
void |
AuthFilter.doFilter(HttpExchange t,
Filter.Chain chain)
The filter's implementation, which is invoked by the server |
|
Lightweight HTTP Server 1.0.0.Beta1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |