Lightweight HTTP Server 1.0.0.Beta1

Uses of Package
org.jboss.com.sun.net.httpserver

Packages that use org.jboss.com.sun.net.httpserver
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.com.sun.net.httpserver.spi Provides a pluggable service provider interface, which allows the HTTP server implementation to be replaced with other implementations. 
org.jboss.sun.net.httpserver   
 

Classes in org.jboss.com.sun.net.httpserver used by org.jboss.com.sun.net.httpserver
Authenticator
          Authenticator represents an implementation of an HTTP authentication mechanism.
Authenticator.Result
          Base class for return type from authenticate() method
Filter
          A filter used to pre- and post-process incoming requests.
Filter.Chain
          a chain of filters associated with a HttpServer.
Headers
          HTTP request and response headers are represented by this class which implements the interface Map< String,List<String>>.
HttpContext
          HttpContext represents a mapping between the root URI path of an application to a HttpHandler which is invoked to handle requests destined for that path on the associated HttpServer or HttpsServer.
HttpExchange
          This class encapsulates a HTTP request received and a response to be generated in one exchange.
HttpExchange.AttributeScope
           
HttpHandler
          A handler which is invoked to process HTTP exchanges.
HttpHost
          This class implements a simple HTTP host.
HttpPrincipal
          Represents a user authenticated by HTTP Basic or Digest authentication.
HttpsConfigurator
          This class is used to configure the https parameters for each incoming https connection on a HttpsServer.
HttpServer
          This class implements a simple HTTP server.
HttpsParameters
          Represents the set of parameters for each https connection negotiated with clients.
HttpsServer
          This class is an extension of HttpServer which provides support for HTTPS.
 

Classes in org.jboss.com.sun.net.httpserver used by org.jboss.com.sun.net.httpserver.spi
HttpServer
          This class implements a simple HTTP server.
HttpsServer
          This class is an extension of HttpServer which provides support for HTTPS.
 

Classes in org.jboss.com.sun.net.httpserver used by org.jboss.sun.net.httpserver
Authenticator
          Authenticator represents an implementation of an HTTP authentication mechanism.
Filter
          A filter used to pre- and post-process incoming requests.
Filter.Chain
          a chain of filters associated with a HttpServer.
HttpContext
          HttpContext represents a mapping between the root URI path of an application to a HttpHandler which is invoked to handle requests destined for that path on the associated HttpServer or HttpsServer.
HttpExchange
          This class encapsulates a HTTP request received and a response to be generated in one exchange.
HttpHandler
          A handler which is invoked to process HTTP exchanges.
HttpHost
          This class implements a simple HTTP host.
HttpsConfigurator
          This class is used to configure the https parameters for each incoming https connection on a HttpsServer.
HttpServer
          This class implements a simple HTTP server.
HttpsServer
          This class is an extension of HttpServer which provides support for HTTPS.
 


Lightweight HTTP Server 1.0.0.Beta1

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