Uses of Class
com.sun.net.httpserver.Filter.Chain

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. 
sun.net.httpserver   
 

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.
 

Uses of Filter.Chain in sun.net.httpserver
 

Methods in 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
 



Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.