Uses of Class
org.apache.felix.http.base.internal.registry.HandlerRegistry
Packages that use HandlerRegistry
Package
Description
-
Uses of HandlerRegistry in org.apache.felix.http.base.internal.dispatch
Constructors in org.apache.felix.http.base.internal.dispatch with parameters of type HandlerRegistry -
Uses of HandlerRegistry in org.apache.felix.http.base.internal.runtime.dto
Constructors in org.apache.felix.http.base.internal.runtime.dto with parameters of type HandlerRegistry -
Uses of HandlerRegistry in org.apache.felix.http.base.internal.service
Methods in org.apache.felix.http.base.internal.service that return HandlerRegistryModifier and TypeMethodDescription@NotNull HandlerRegistry
SharedHttpServiceImpl.getHandlerRegistry()
Get the handler registryConstructors in org.apache.felix.http.base.internal.service with parameters of type HandlerRegistryModifierConstructorDescriptionHttpServiceFactory
(org.osgi.framework.BundleContext bundleContext, HandlerRegistry handlerRegistry) HttpServiceRuntimeImpl
(HandlerRegistry registry, WhiteboardManager contextManager, org.osgi.framework.BundleContext bundleContext) SharedHttpServiceImpl
(HandlerRegistry handlerRegistry) Create a new implementation -
Uses of HandlerRegistry in org.apache.felix.http.base.internal.whiteboard
Methods in org.apache.felix.http.base.internal.whiteboard with parameters of type HandlerRegistryModifier and TypeMethodDescriptionboolean
WhiteboardContextHandler.activate
(@NotNull HandlerRegistry registry) Activate this context.void
WhiteboardContextHandler.deactivate
(@NotNull HandlerRegistry registry) Deactivate this context.Constructors in org.apache.felix.http.base.internal.whiteboard with parameters of type HandlerRegistryModifierConstructorDescriptionWhiteboardManager
(org.osgi.framework.BundleContext bundleContext, HttpServiceFactory httpServiceFactory, HandlerRegistry registry) Create a new whiteboard http manager