Lightweight HTTP Server 1.0.0.Beta1

Uses of Class
org.jboss.com.sun.net.httpserver.HttpExchange

Packages that use HttpExchange
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 HttpExchange in org.jboss.com.sun.net.httpserver
 

Subclasses of HttpExchange in org.jboss.com.sun.net.httpserver
 class HttpsExchange
          This class encapsulates a HTTPS request received and a response to be generated in one exchange and defines the extensions to HttpExchange that are specific to the HTTPS protocol.
 

Methods in org.jboss.com.sun.net.httpserver with parameters of type HttpExchange
abstract  Authenticator.Result Authenticator.authenticate(HttpExchange exch)
          called to authenticate each incoming request.
 Authenticator.Result BasicAuthenticator.authenticate(HttpExchange t)
           
 void Filter.Chain.doFilter(HttpExchange exchange)
          calls the next filter in the chain, or else the users exchange handler, if this is the final filter in the chain.
abstract  void Filter.doFilter(HttpExchange exchange, Filter.Chain chain)
          Asks this filter to pre/post-process the given exchange.
 void HttpHandler.handle(HttpExchange exchange)
          Handle the given request and generate an appropriate response.
 

Uses of HttpExchange in org.jboss.sun.net.httpserver
 

Methods in org.jboss.sun.net.httpserver with parameters of type HttpExchange
 void AuthFilter.consumeInput(HttpExchange t)
           
 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.