Module jdk.httpserver

Defines the JDK-specific HTTP server API.
Module Graph:
Module graph for jdk.httpserverModule graph for jdk.httpserver
Since:
9
  • Packages

    Exports 
    Package Description
    com.sun.net.httpserver
    Provides a simple high-level Http server API, which can be used to build embedded HTTP servers.
    com.sun.net.httpserver.spi
    Provides a pluggable service provider interface, which allows the HTTP server implementation to be replaced with other implementations.
  • Services

    Uses 
    Type Description
    HttpServerProvider
    Service provider class for HttpServer.