OpenJDK 1.23
jdk.httpserver
com.sun.net.httpserver.spi
Top
Description
Classes
module jdk.httpserver
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
Class Summary
Modifier and Type
Class and Description
public
abstract class
HttpServerProvider
Service provider class for HttpServer.