com.sun.net.httpserver.HttpServer.See: Description
| Class | Description |
|---|---|
| HeaderHandlerImpl |
Abstract
HeaderHandler implementation that provides a prefix. |
| HttpLegacyHttpConnection |
Lightweight HTTP server using
HttpServer. |
| LegacyHttpConnection |
Base class for Sun HttpServer based connections using
HttpServer. |
| LegacyHttpConsumer |
Consumer implementation to be used with
LegacyHttpConnection. |
| LegacyHttpResponseProducer |
Commit the response for requests coming from a
LegacyHttpConsumer. |
| MetadataHeaderHandler |
HeaderHandler implementation that stores HTTP headers as standard metadata. |
| MetadataParameterHandler |
ParameterHandler implementation that stores headers as standard metadata. |
| NoOpHeaderHandler |
HeaderHandler implementation that ignores HTTP headers. |
| NoOpParameterHandler |
ParameterHandler implementation that ignores HTTP parameters. |
| ParameterHandlerImpl |
Abstract
ParameterHandler implementation that provides a prefix. |
com.sun.net.httpserver.HttpServer.