Uses of Class
io.vertigo.vega.webservice.exception.SessionException
-
Packages that use SessionException Package Description io.vertigo.vega.impl.webservice io.vertigo.vega.plugins.webservice.handler -
-
Uses of SessionException in io.vertigo.vega.impl.webservice
Methods in io.vertigo.vega.impl.webservice that throw SessionException Modifier and Type Method Description Object
WebServiceHandlerPlugin. handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, WebServiceCallContext webServiceCallContext, HandlerChain chain)
Do handle of this route. -
Uses of SessionException in io.vertigo.vega.plugins.webservice.handler
Methods in io.vertigo.vega.plugins.webservice.handler that throw SessionException Modifier and Type Method Description Object
AccessTokenWebServiceHandlerPlugin. handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, WebServiceCallContext routeContext, HandlerChain chain)
Do handle of this route.Object
AnalyticsWebServiceHandlerPlugin. handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, WebServiceCallContext webServiceCallContext, HandlerChain chain)
Do handle of this route.Object
ApiKeyWebServiceHandlerPlugin. handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, WebServiceCallContext webServiceCallContext, HandlerChain chain)
Object
CorsAllowerWebServiceHandlerPlugin. handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, WebServiceCallContext routeContext, HandlerChain chain)
Do handle of this route.Object
HandlerChain. handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, WebServiceCallContext routeContext)
Do handle of this route.Object
JsonConverterWebServiceHandlerPlugin. handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, WebServiceCallContext routeContext, HandlerChain chain)
Do handle of this route.Object
RateLimitingWebServiceHandlerPlugin. handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, WebServiceCallContext routeContext, HandlerChain chain)
Do handle of this route.Object
RestfulServiceWebServiceHandlerPlugin. handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, WebServiceCallContext routeContext, HandlerChain chain)
Do handle of this route.Object
SecurityWebServiceHandlerPlugin. handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, WebServiceCallContext routeContext, HandlerChain chain)
Do handle of this route.Object
ServerSideStateWebServiceHandlerPlugin. handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, WebServiceCallContext routeContext, HandlerChain chain)
Do handle of this route.Object
SessionInvalidateWebServiceHandlerPlugin. handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, WebServiceCallContext routeContext, HandlerChain chain)
Do handle of this route.Object
SessionWebServiceHandlerPlugin. handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, WebServiceCallContext routeContext, HandlerChain chain)
Do handle of this route.Object
ValidatorWebServiceHandlerPlugin. handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, WebServiceCallContext routeContext, HandlerChain chain)
Do handle of this route.
-