站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JDK 5 Documentation v6.0, Java 2 SDK 英文文档

com.sun.net.httpserver.spi (Java HTTP Server) - JDK 5 Documentation v6.0, Java 2 SDK 英文文档


Java HTTP Server

Package com.sun.net.httpserver.spi

Provides a pluggable service provider interface, which allows the HTTP server implementation to be replaced with other implementations.

See:
          Description

Class Summary
HttpServerProvider Service provider class for HttpServer.
 

Package com.sun.net.httpserver.spi Description

Provides a pluggable service provider interface, which allows the HTTP server implementation to be replaced with other implementations.


Java HTTP Server