All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description AbstractXFilter Abstract HTTP based filter.AbstractXFilterUnifiedResponse Abstract XFilter implementation usingUnifiedResponseobjects.AbstractXServlet Abstract HTTP based servlet.EServletStatus Defines the different lifecycle status of a servlet.EServletStatusText Contains texts forEServletStatus.ForcedRedirectException This is a hack to allow for easy POST/Redirect/GET pattern implementation.ForcedRedirectManager Stores per-session the data to be used in a Post-Redirect-Get scenario.
This class usually takes 'IHCNode' but because of the reverse dependencies, this type cannot be used and is therefore abstracted as 'Serializable' in this implementation.ILongRunningRequestCallback Callback interface to be implemented to get notified on long running requests.IParallelRunningRequestCallback Callback interface to be implemented to get notified when a certain amount of parallel requests are present. requests.IXServletBasicHandler Base interface for regular and simpler handlerIXServletExceptionHandler High level exception handler for XServlet.IXServletHandler Handler for a single HTTP method in an XServlet.IXServletHighLevelFilter High-level filter for a single XServlet.IXServletLowLevelFilter Low-level filter for a single XServlet.IXServletSimpleHandler Special interface for a simple servlet handler.LoggingLongRunningRequestCallback A simple implementation ofILongRunningRequestCallbacksimply logging such events.LoggingParallelRunningRequestCallback A simple implementation ofIParallelRunningRequestCallbacksimply logging such events.RedirectAbsoluteXServletHandler AnIXServletSimpleHandlerthat does a redirect to a fixed URL.RedirectToServletXServletHandler AnIXServletSimpleHandlerthat does a redirect to another servlet.RequestTracker This is the entry point for request time monitoring.RequestTrackingManager The request time manager manages all currently running requests.ServletStatus Keep the status of a single servlet.ServletStatusManager A manager for keeping track of the default servlets states.TrackedRequest This class represents a single tracked request.XServletAsyncHandler A specialIXServletHandlerthat allows to run requests asynchronously.XServletFilterConsistency Handle special content related stuff that needs to be processed for every servlet.XServletFilterSecurityHttpReferrerPolicy Always set the correct "Referrer-Policy" header.XServletFilterSecurityPoxy Avoid Httpoxy attack using the 'Proxy' HTTP headerXServletFilterSecurityXFrameOptions Avoid Clickjacking attack using the 'X-Frame-Options' HTTP header.XServletFilterTimer A special filter that performs timing of servlet execution.XServletFilterTrackRequest A special filter that tracks the request.XServletHandlerOPTIONS Called by the server (via theservicemethod) to allow a servlet to handle a OPTIONS request.XServletHandlerRegistry Wrapper around a map fromEHttpMethodtoIXServletHandler.XServletHandlerToSimpleHandler Implementation ofIXServletHandlerforIXServletSimpleHandler.XServletHandlerTRACE Called by the server (via theservicemethod) to allow a servlet to handle a TRACE request.XServletLoggingExceptionHandler Logging implementation ofIXServletExceptionHandler.XServletSettings This class keeps all the settings that can be applied to all XServlet based settings.