Uses of Class
org.gcube.smartgears.handlers.application.RequestHandler
Packages that use RequestHandler
Package
Description
-
Uses of RequestHandler in org.gcube.smartgears.configuration.application
Methods in org.gcube.smartgears.configuration.application that return types with arguments of type RequestHandlerModifier and TypeMethodDescriptionApplicationHandlers.requestHandlers()Returns theRequestHandlers for the service.Method parameters in org.gcube.smartgears.configuration.application with type arguments of type RequestHandlerModifier and TypeMethodDescriptionApplicationHandlers.setRequetHandlers(List<RequestHandler> handlers) Sets theRequestHandlers for the service. -
Uses of RequestHandler in org.gcube.smartgears.handlers.application
Method parameters in org.gcube.smartgears.handlers.application with type arguments of type RequestHandlerModifier and TypeMethodDescriptionvoidRequestHandler.onEvent(ApplicationEvent<RequestHandler> e) -
Uses of RequestHandler in org.gcube.smartgears.handlers.application.request
Subclasses of RequestHandler in org.gcube.smartgears.handlers.application.requestModifier and TypeClassDescriptionclassclassARequestHandlerthat manages a per-request correlation ID ("X-Request-ID").classclass -
Uses of RequestHandler in org.gcube.smartgears.managers
Constructor parameters in org.gcube.smartgears.managers with type arguments of type RequestHandlerModifierConstructorDescriptionRequestManager(ApplicationContext context, String servletName, List<RequestHandler> handlers) Creates an instance with the name of the target servlet and a list of handlers.