Lightweight HTTP Server 1.0.0.Beta1

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

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

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.