Uses of Package
com.sun.net.httpserver
Package
Description
Provides a simple high-level Http server API, which can be used to build
embedded HTTP servers.
Provides a pluggable service provider interface, which allows the HTTP server
implementation to be replaced with other implementations.
-
ClassDescriptionAuthenticator represents an implementation of an HTTP authentication mechanism.Base class for return type from
Authenticator.authenticate(HttpExchange)
method.A filter used to pre- and post-process incoming requests.A chain of filters associated with aHttpServer
.HttpContext
represents a mapping between the rootURI
path of an application to aHttpHandler
which is invoked to handle requests destined for that path on the associatedHttpServer
orHttpsServer
.This class encapsulates a HTTP request received and a response to be generated in one exchange.A handler which is invoked to process HTTP exchanges.Represents a user authenticated by HTTP Basic or Digest authentication.This class is used to configure the https parameters for each incoming https connection on aHttpsServer
.This class implements a simple HTTP server.Represents the set of parameters for each https connection negotiated with clients.This class is an extension ofHttpServer
which provides support for HTTPS. -
ClassDescriptionThis class implements a simple HTTP server.This class is an extension of
HttpServer
which provides support for HTTPS.