| Package | Description |
|---|---|
| com.helger.xservlet.handler | |
| com.helger.xservlet.handler.simple |
| 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 | Method and Description |
|---|---|
IXServletHandler |
XServletHandlerRegistry.getHandler(com.helger.commons.http.EHttpMethod eHttpMethod) |
| Modifier and Type | Method and Description |
|---|---|
void |
XServletHandlerRegistry.registerHandler(com.helger.commons.http.EHttpMethod eMethod,
IXServletHandler aLowLevelHandler,
boolean bAllowOverwrite)
Register a handler for the provided HTTP method.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XServletHandlerRegistry.forEachHandler(Consumer<? super IXServletHandler> aConsumer) |
<EXTYPE extends Throwable> |
XServletHandlerRegistry.forEachHandlerThrowing(com.helger.commons.functional.IThrowingConsumer<? super IXServletHandler,EXTYPE> aConsumer) |
| Constructor and Description |
|---|
XServletAsyncHandler(com.helger.servlet.async.ServletAsyncSpec aAsyncSpec,
IXServletHandler aNestedHandler) |
| Modifier and Type | Class and Description |
|---|---|
class |
XServletHandlerToSimpleHandler
Implementation of
IXServletHandler for
IXServletSimpleHandler. |
Copyright © 2017–2019 Philip Helger. All rights reserved.