| Package | Description |
|---|---|
| com.helger.xservlet.handler | |
| com.helger.xservlet.handler.simple | |
| com.helger.xservlet.handler.specific |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IXServletHandler
Handler for a single HTTP method in an XServlet.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XServletAsyncHandler
A special
IXServletHandler that allows to run requests
asynchronously. |
class |
XServletHandlerOPTIONS
Called by the server (via the
service method) to allow a servlet
to handle a OPTIONS request. |
class |
XServletHandlerTRACE
Called by the server (via the
service method) to allow a servlet
to handle a TRACE request. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IXServletSimpleHandler
Special interface for a simple servlet handler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XServletHandlerToSimpleHandler
Implementation of
IXServletHandler for
IXServletSimpleHandler. |
| Modifier and Type | Class and Description |
|---|---|
class |
RedirectAbsoluteXServletHandler
An
IXServletSimpleHandler that does a redirect to a fixed URL. |
class |
RedirectToServletXServletHandler
An
IXServletSimpleHandler that does a redirect to another servlet. |
Copyright © 2017–2019 Philip Helger. All rights reserved.