Uses of Interface
com.vaadin.flow.server.VaadinRequestInterceptor
Packages that use VaadinRequestInterceptor
-
Uses of VaadinRequestInterceptor in com.vaadin.flow.server
Methods in com.vaadin.flow.server that return types with arguments of type VaadinRequestInterceptorModifier and TypeMethodDescriptionprotected List<VaadinRequestInterceptor> VaadinService.createVaadinRequestInterceptors()Called during initialization to add the request handlers for the service.ServiceInitEvent.getAddedVaadinRequestInterceptor()Gets a stream of all Vaadin request interceptors that have been added for the service.VaadinService.getVaadinRequestInterceptors()Returns the request interceptors that are registered with this service.Methods in com.vaadin.flow.server with parameters of type VaadinRequestInterceptorModifier and TypeMethodDescriptionvoidServiceInitEvent.addVaadinRequestInterceptor(VaadinRequestInterceptor vaadinRequestInterceptor) Adds a new request interceptor that will be used by this service. -
Uses of VaadinRequestInterceptor in com.vaadin.flow.server.dau
Classes in com.vaadin.flow.server.dau that implement VaadinRequestInterceptorModifier and TypeClassDescriptionclassRequest interceptor that collects daily active users and stores them in the in-memory cache.