Uses of Class
com.sun.net.httpserver.Filter.Chain
Package
Description
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
Modifier and TypeMethodDescriptionabstract void
Filter.doFilter
(HttpExchange exchange, Filter.Chain chain) Asks this filter to pre/post-process the given exchange.