| Constructor and Description |
|---|
InvocationChain(@NotNull ServletHandler servletHandler,
@NotNull FilterHandler[] filterHandlers) |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpServiceFilterHandler
Servlet handler for filters registered through the ext http service.
|
class |
WhiteboardFilterHandler
Filter holder for filters registered through the http whiteboard.
|
| Modifier and Type | Method and Description |
|---|---|
int |
FilterHandler.compareTo(FilterHandler other) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull FilterHandler[] |
PerContextHandlerRegistry.getFilterHandlers(@Nullable ServletHandler servletHandler,
@NotNull javax.servlet.DispatcherType dispatcherType,
@NotNull String requestURI)
Get filter handlers for the request uri
|
@NotNull FilterHandler[] |
FilterRegistry.getFilterHandlers(@Nullable ServletHandler handler,
@NotNull javax.servlet.DispatcherType dispatcherType,
@NotNull String requestURI)
Get all filters handling the request.
|
FilterHandler[] |
HandlerRegistry.getFilters(@NotNull ServletResolution pr,
@NotNull javax.servlet.DispatcherType dispatcherType,
@NotNull String requestURI) |
| Modifier and Type | Method and Description |
|---|---|
void |
FilterRegistry.addFilter(@NotNull FilterHandler handler)
Add a filter.
|
void |
PerContextHandlerRegistry.registerFilter(@NotNull FilterHandler handler)
Add a filter
|
| Modifier and Type | Method and 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 array
|
static @NotNull org.osgi.service.http.runtime.dto.FilterDTO |
FilterDTOBuilder.build(@NotNull FilterHandler handler,
int reason)
Build a filter DTO from a filter handler
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SharedHttpServiceImpl.registerFilter(@NotNull FilterHandler handler)
Register a filter
|
Copyright © 2006–2020 The Apache Software Foundation. All rights reserved.