Uses of Interface
com.helger.xservlet.handler.IXServletHandler
-
Packages that use IXServletHandler Package Description com.helger.xservlet.handler com.helger.xservlet.handler.simple -
-
Uses of IXServletHandler in com.helger.xservlet.handler
Classes in com.helger.xservlet.handler that implement IXServletHandler Modifier and Type Class Description classXServletAsyncHandlerA specialIXServletHandlerthat allows to run requests asynchronously.classXServletHandlerOPTIONSCalled by the server (via theservicemethod) to allow a servlet to handle a OPTIONS request.classXServletHandlerTRACECalled by the server (via theservicemethod) to allow a servlet to handle a TRACE request.Methods in com.helger.xservlet.handler that return IXServletHandler Modifier and Type Method Description IXServletHandlerXServletHandlerRegistry. getHandler(com.helger.commons.http.EHttpMethod eHttpMethod)Methods in com.helger.xservlet.handler with parameters of type IXServletHandler Modifier and Type Method Description voidXServletHandlerRegistry. registerHandler(com.helger.commons.http.EHttpMethod eMethod, IXServletHandler aLowLevelHandler, boolean bAllowOverwrite)Register a handler for the provided HTTP method.Method parameters in com.helger.xservlet.handler with type arguments of type IXServletHandler Modifier and Type Method Description voidXServletHandlerRegistry. forEachHandler(Consumer<? super IXServletHandler> aConsumer)<EXTYPE extends Throwable>
voidXServletHandlerRegistry. forEachHandlerThrowing(com.helger.commons.functional.IThrowingConsumer<? super IXServletHandler,EXTYPE> aConsumer)Constructors in com.helger.xservlet.handler with parameters of type IXServletHandler Constructor Description XServletAsyncHandler(com.helger.servlet.async.ServletAsyncSpec aAsyncSpec, IXServletHandler aNestedHandler) -
Uses of IXServletHandler in com.helger.xservlet.handler.simple
Classes in com.helger.xservlet.handler.simple that implement IXServletHandler Modifier and Type Class Description classXServletHandlerToSimpleHandlerImplementation ofIXServletHandlerforIXServletSimpleHandler.
-