Uses of Class
org.apache.felix.http.base.internal.handler.FilterHandler
-
-
Uses of FilterHandler in org.apache.felix.http.base.internal.dispatch
Constructors in org.apache.felix.http.base.internal.dispatch with parameters of type FilterHandler Constructor Description InvocationChain(@NotNull ServletHandler servletHandler, @NotNull FilterHandler[] filterHandlers) -
Uses of FilterHandler in org.apache.felix.http.base.internal.handler
Subclasses of FilterHandler in org.apache.felix.http.base.internal.handler Modifier and Type Class Description classHttpServiceFilterHandlerServlet handler for filters registered through the ext http service.classWhiteboardFilterHandlerFilter holder for filters registered through the http whiteboard.Methods in org.apache.felix.http.base.internal.handler with parameters of type FilterHandler Modifier and Type Method Description intFilterHandler. compareTo(FilterHandler other) -
Uses of FilterHandler in org.apache.felix.http.base.internal.registry
Methods in org.apache.felix.http.base.internal.registry that return FilterHandler Modifier and Type Method Description @NotNull FilterHandler[]FilterRegistry. getFilterHandlers(@Nullable ServletHandler handler, @NotNull javax.servlet.DispatcherType dispatcherType, @NotNull String requestURI)Get all filters handling the request.@NotNull FilterHandler[]PerContextHandlerRegistry. getFilterHandlers(@Nullable ServletHandler servletHandler, @NotNull javax.servlet.DispatcherType dispatcherType, @NotNull String requestURI)Get filter handlers for the request uriFilterHandler[]HandlerRegistry. getFilters(@NotNull ServletResolution pr, @NotNull javax.servlet.DispatcherType dispatcherType, @NotNull String requestURI)Methods in org.apache.felix.http.base.internal.registry with parameters of type FilterHandler Modifier and Type Method Description voidFilterRegistry. addFilter(@NotNull FilterHandler handler)Add a filter.voidPerContextHandlerRegistry. registerFilter(@NotNull FilterHandler handler)Add a filter -
Uses of FilterHandler in org.apache.felix.http.base.internal.runtime.dto
Methods in org.apache.felix.http.base.internal.runtime.dto with parameters of type FilterHandler Modifier and Type Method Description static @NotNull org.osgi.service.http.runtime.dto.FilterDTO[]FilterDTOBuilder. build(@NotNull FilterHandler[] handlers)Build an array of filter DTOs from a filter handler arraystatic @NotNull org.osgi.service.http.runtime.dto.FilterDTOFilterDTOBuilder. build(@NotNull FilterHandler handler, int reason)Build a filter DTO from a filter handler -
Uses of FilterHandler in org.apache.felix.http.base.internal.service
Methods in org.apache.felix.http.base.internal.service with parameters of type FilterHandler Modifier and Type Method Description booleanSharedHttpServiceImpl. registerFilter(@NotNull FilterHandler handler)Register a filter
-