| Class | Description |
|---|---|
| AbstractServer |
Base class implementing Server interface with common code.
|
| FilterImpl | |
| HttpEndpoint |
Implementation of an HTTP server endpoint.
|
| HttpsEndpoint |
Implementation of an HTTPS server endpoint.
|
| HttpServer |
The server side of the HTTP protocol handler.
|
| HttpStreamingServlet |
Servlet which enables its
RequestReceiver handlers to send multiple
response frames for a single request. |
| MediaTypeResolverImpl |
Resolver which is based on a map of media types to content handlers.
|
| ServiceImpl | |
| StaticContentServiceImpl |
Instances of this class can be configured in the usual way
except that it is not allowed to
Service.setServlet(javax.servlet.Servlet)
or Service.setInitParameters(java.util.Map<java.lang.String, java.lang.String>). |
| TcServer |
Receives requests and passes them for processing through the
configured server processing steps.
|
Copyright © 2023. All rights reserved.