| Package | Description |
|---|---|
| org.apache.felix.http.base.internal.handler | |
| org.apache.felix.http.base.internal.registry | |
| org.apache.felix.http.base.internal.runtime.dto |
| Modifier and Type | Method and Description |
|---|---|
FilterInfo |
FilterHandler.getFilterInfo() |
| Constructor and Description |
|---|
FilterHandler(long contextServiceId,
ExtServletContext context,
FilterInfo filterInfo) |
HttpServiceFilterHandler(ExtServletContext context,
FilterInfo filterInfo,
javax.servlet.Filter filter) |
WhiteboardFilterHandler(long contextServiceId,
ExtServletContext context,
FilterInfo filterInfo,
org.osgi.framework.BundleContext bundleContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
FilterRegistry.removeFilter(@NotNull FilterInfo filterInfo,
boolean destroy)
Remove a filter
|
void |
PerContextHandlerRegistry.unregisterFilter(@NotNull FilterInfo info,
boolean destroy)
Remove a filter
|
| Modifier and Type | Method and Description |
|---|---|
static @NotNull org.osgi.service.http.runtime.dto.FilterDTO |
FilterDTOBuilder.build(@NotNull FilterInfo info,
int reason)
Build a filter DTO from a filter info
|
Copyright © 2006–2020 The Apache Software Foundation. All rights reserved.