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 ObjectWebServiceHandlerPlugin. 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 ObjectAccessTokenWebServiceHandlerPlugin. handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, WebServiceCallContext routeContext, HandlerChain chain)Do handle of this route.ObjectAnalyticsWebServiceHandlerPlugin. handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, WebServiceCallContext webServiceCallContext, HandlerChain chain)Do handle of this route.ObjectApiKeyWebServiceHandlerPlugin. handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, WebServiceCallContext webServiceCallContext, HandlerChain chain)ObjectCorsAllowerWebServiceHandlerPlugin. handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, WebServiceCallContext routeContext, HandlerChain chain)Do handle of this route.ObjectHandlerChain. handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, WebServiceCallContext routeContext)Do handle of this route.ObjectJsonConverterWebServiceHandlerPlugin. handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, WebServiceCallContext routeContext, HandlerChain chain)Do handle of this route.ObjectRateLimitingWebServiceHandlerPlugin. handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, WebServiceCallContext routeContext, HandlerChain chain)Do handle of this route.ObjectRestfulServiceWebServiceHandlerPlugin. handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, WebServiceCallContext routeContext, HandlerChain chain)Do handle of this route.ObjectSecurityWebServiceHandlerPlugin. handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, WebServiceCallContext routeContext, HandlerChain chain)Do handle of this route.ObjectServerSideStateWebServiceHandlerPlugin. handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, WebServiceCallContext routeContext, HandlerChain chain)Do handle of this route.ObjectSessionInvalidateWebServiceHandlerPlugin. handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, WebServiceCallContext routeContext, HandlerChain chain)Do handle of this route.ObjectSessionWebServiceHandlerPlugin. handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, WebServiceCallContext routeContext, HandlerChain chain)Do handle of this route.ObjectValidatorWebServiceHandlerPlugin. handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, WebServiceCallContext routeContext, HandlerChain chain)Do handle of this route.
-