Uses of Class
com.sun.net.httpserver.Filter.Chain
-
Packages that use Filter.Chain 软件包 描述 com.sun.net.httpserver 提供一个简单的高级Http服务器API,可用于构建嵌入式HTTP服务器。 -
-
Uses of Filter.Chain in com.sun.net.httpserver
Methods in com.sun.net.httpserver with parameters of type Filter.Chain Modifier and Type 方法 描述 abstract void
Filter. doFilter(HttpExchange exchange, Filter.Chain chain)
要求此过滤器预先/后处理给定的交换。
-