Package com.helger.xservlet.handler
-
Interface Summary Interface Description IXServletBasicHandler Base interface for regular and simpler handlerIXServletHandler Handler for a single HTTP method in an XServlet. -
Class Summary Class Description XServletAsyncHandler A specialIXServletHandlerthat allows to run requests asynchronously.XServletHandlerOPTIONS Called by the server (via theservicemethod) to allow a servlet to handle a OPTIONS request.XServletHandlerRegistry Wrapper around a map fromEHttpMethodtoIXServletHandler.XServletHandlerTRACE Called by the server (via theservicemethod) to allow a servlet to handle a TRACE request.