- onDestroy(IScope) - Method in class com.helger.xservlet.requesttrack.RequestTracker
-
- onException(IRequestWebScope, Throwable) - Method in interface com.helger.xservlet.exception.IXServletExceptionHandler
-
Invoked upon an exception.
- onException(IRequestWebScope, Throwable) - Method in class com.helger.xservlet.exception.XServletLoggingExceptionHandler
-
- onException(IRequestWebScopeWithoutResponse, UnifiedResponse, Throwable) - Method in interface com.helger.xservlet.handler.simple.IXServletSimpleHandler
-
- onFilterAfter(HttpServletRequest, HttpServletResponse, IRequestWebScope) - Method in class com.helger.xservlet.AbstractXFilter
-
Invoked after the rest of the request was processed.
- onFilterBefore(HttpServletRequest, HttpServletResponse, IRequestWebScope) - Method in class com.helger.xservlet.AbstractXFilter
-
Invoked before the rest of the request is processed.
- onFilterBefore(IRequestWebScopeWithoutResponse, UnifiedResponse) - Method in class com.helger.xservlet.AbstractXFilterUnifiedResponse
-
Overwrite this method to fill your response.
- onFilterBefore(HttpServletRequest, HttpServletResponse, IRequestWebScope) - Method in class com.helger.xservlet.AbstractXFilterUnifiedResponse
-
- onLongRunningRequest(String, IRequestWebScope, long) - Method in interface com.helger.xservlet.requesttrack.ILongRunningRequestCallback
-
Callback invoked for a single long running request
- onLongRunningRequest(String, IRequestWebScope, long) - Method in class com.helger.xservlet.requesttrack.LoggingLongRunningRequestCallback
-
- onParallelRunningRequests(int, List<TrackedRequest>) - Method in interface com.helger.xservlet.requesttrack.IParallelRunningRequestCallback
-
Callback invoked when a certain amount of parallel requests run.
- onParallelRunningRequests(int, List<TrackedRequest>) - Method in class com.helger.xservlet.requesttrack.LoggingParallelRunningRequestCallback
-
- onParallelRunningRequestsBelowLimit() - Method in interface com.helger.xservlet.requesttrack.IParallelRunningRequestCallback
-
This method is only called after the threshold was exceeded, when it is
back to normal.
- onParallelRunningRequestsBelowLimit() - Method in class com.helger.xservlet.requesttrack.LoggingParallelRunningRequestCallback
-
- onRequest(HttpServletRequest, HttpServletResponse, EHttpVersion, EHttpMethod, IRequestWebScope) - Method in interface com.helger.xservlet.handler.IXServletHandler
-
Handle the servlet action for a certain request and response.
- onRequest(HttpServletRequest, HttpServletResponse, EHttpVersion, EHttpMethod, IRequestWebScope) - Method in class com.helger.xservlet.handler.simple.XServletHandlerToSimpleHandler
-
- onRequest(HttpServletRequest, HttpServletResponse, EHttpVersion, EHttpMethod, IRequestWebScope) - Method in class com.helger.xservlet.handler.XServletAsyncHandler
-
- onRequest(HttpServletRequest, HttpServletResponse, EHttpVersion, EHttpMethod, IRequestWebScope) - Method in class com.helger.xservlet.handler.XServletHandlerOPTIONS
-
- onRequest(HttpServletRequest, HttpServletResponse, EHttpVersion, EHttpMethod, IRequestWebScope) - Method in class com.helger.xservlet.handler.XServletHandlerTRACE
-
- onRequestBegin(IRequestWebScopeWithoutResponse) - Method in interface com.helger.xservlet.handler.simple.IXServletSimpleHandler
-
Called before a valid request is handled.
- onRequestEnd(Throwable) - Method in interface com.helger.xservlet.handler.simple.IXServletSimpleHandler
-
Called after a valid request was processed.
- onServletCtor(Class<? extends GenericServlet>) - Method in class com.helger.xservlet.servletstatus.ServletStatusManager
-
- onServletDestroy() - Method in interface com.helger.xservlet.handler.IXServletBasicHandler
-
Called upon Servlet destruction.
- onServletDestroy() - Method in class com.helger.xservlet.handler.simple.XServletHandlerToSimpleHandler
-
- onServletDestroy() - Method in class com.helger.xservlet.handler.XServletAsyncHandler
-
- onServletDestroy(Class<? extends GenericServlet>) - Method in class com.helger.xservlet.servletstatus.ServletStatusManager
-
- onServletInit(ICommonsMap<String, String>) - Method in interface com.helger.xservlet.handler.IXServletBasicHandler
-
Called upon Servlet initialization
- onServletInit(ICommonsMap<String, String>) - Method in class com.helger.xservlet.handler.simple.XServletHandlerToSimpleHandler
-
- onServletInit(ICommonsMap<String, String>) - Method in class com.helger.xservlet.handler.XServletAsyncHandler
-
- onServletInit(Class<? extends GenericServlet>) - Method in class com.helger.xservlet.servletstatus.ServletStatusManager
-
Invoked at the beginning of the servlet initialization.
- onServletInitFailed(Exception, Class<? extends GenericServlet>) - Method in class com.helger.xservlet.servletstatus.ServletStatusManager
-
- onServletInvocation(Class<? extends GenericServlet>) - Method in class com.helger.xservlet.servletstatus.ServletStatusManager
-
Invoked at the beginning of a servlet invocation