| Interface | Description |
|---|---|
| RequestHandler |
Interface RequestHandler for handlers of HTTP requests to URI that share a common root context (e.g.
|
| Class | Description |
|---|---|
| AJettyHandlerService |
base class for declarative services for registering Jetty handlers in the htp server.
|
| ARequestHandler |
Abstract base class for RequestHandler implementations.
|
| Constants |
Some often used constants.
|
| CorsUtils | |
| RequestDispatcher |
Implementation of a HattpHandler that dispatches incoming requests to RequestHandlers that registered themselves with
this RequestDispatcher.
|
| ResourceHandlerService |
An implementation of the
JettyHandlerService interface to process requests to static web resources. |
| ServletContextService |
A prototypical service to register a single servlet in the http server.
|
| URLCreator |
Utility class to create URLs in Httphandlers and RequestHandlers.
|
| WebappContextService |
An implementation of the
JettyHandlerService interface to process requests to static web resources. |
| Exception | Description |
|---|---|
| UnsupportedContentTypeException |
Exception for unsupported Content-Type.
|
| UnsupportedMethodException |
used in HttpHandlers to handle unsupported methods.
|