|
Java HTTP Server | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Filter.Chain | |
---|---|
com.sun.net.httpserver | Provides a simple high-level Http server API, which can be used to build embedded HTTP servers. |
Uses of Filter.Chain in com.sun.net.httpserver |
---|
Methods in 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. |
|
Java HTTP Server | ||||||||
PREV NEXT | FRAMES NO FRAMES |