JavaScript is disabled on your browser.
This specification is not final and is subject to change. Use is subject to
license terms
.
Skip navigation links
Overview
Package
Use
Tree
Preview
New
Deprecated
Index
Search
Help
Java SE 25 & JDK 25
DRAFT 25-internal+20-suse-6.5-x8664
jdk.httpserver
com.sun.net.httpserver.spi
Contents
Description
Related Packages
Classes and Interfaces
Hide sidebar
Show sidebar
Package com.sun.net.httpserver.spi
package
com.sun.net.httpserver.spi
Provides a pluggable service provider interface, which allows the HTTP server implementation to be replaced with other implementations.
Since:
1.6
Related Packages
Package
Description
com.sun.net.httpserver
Provides a simple high-level Http server API, which can be used to build embedded HTTP servers.
Classes
Class
Description
HttpServerProvider
Service provider class for HttpServer.