| Interface | Description |
|---|---|
| IXServletBasicHandler |
Base interface for regular and simpler handler
|
| IXServletHandler |
Handler for a single HTTP method in an XServlet.
|
| Class | Description |
|---|---|
| XServletAsyncHandler |
A special
IXServletHandler that allows to run requests
asynchronously. |
| XServletHandlerOPTIONS |
Called by the server (via the
service method) to allow a servlet
to handle a OPTIONS request. |
| XServletHandlerRegistry |
Wrapper around a map from
EHttpMethod to IXServletHandler. |
| XServletHandlerTRACE |
Called by the server (via the
service method) to allow a servlet
to handle a TRACE request. |
Copyright © 2017–2019 Philip Helger. All rights reserved.