Class HttpServiceRuntimeImpl
java.lang.Object
org.apache.felix.http.base.internal.service.HttpServiceRuntimeImpl
- All Implemented Interfaces:
org.osgi.service.servlet.runtime.HttpServiceRuntime
public final class HttpServiceRuntimeImpl
extends Object
implements org.osgi.service.servlet.runtime.HttpServiceRuntime
-
Constructor Summary
ConstructorsConstructorDescriptionHttpServiceRuntimeImpl(HandlerRegistry registry, WhiteboardManager contextManager, org.osgi.framework.BundleContext bundleContext) -
Method Summary
Modifier and TypeMethodDescriptionorg.osgi.service.servlet.runtime.dto.RequestInfoDTOorg.osgi.service.servlet.runtime.dto.RuntimeDTOorg.osgi.framework.ServiceReference<org.osgi.service.servlet.runtime.HttpServiceRuntime>voidregister(org.osgi.framework.BundleContext bundleContext) voidsetAllAttributes(Dictionary<String, Object> newAttributes) voidsetAttribute(String name, Object value) voidvoid
-
Constructor Details
-
HttpServiceRuntimeImpl
public HttpServiceRuntimeImpl(HandlerRegistry registry, WhiteboardManager contextManager, org.osgi.framework.BundleContext bundleContext)
-
-
Method Details
-
getRuntimeDTO
public org.osgi.service.servlet.runtime.dto.RuntimeDTO getRuntimeDTO()- Specified by:
getRuntimeDTOin interfaceorg.osgi.service.servlet.runtime.HttpServiceRuntime
-
calculateRequestInfoDTO
- Specified by:
calculateRequestInfoDTOin interfaceorg.osgi.service.servlet.runtime.HttpServiceRuntime
-
setAttribute
-
setAllAttributes
-
register
public void register(org.osgi.framework.BundleContext bundleContext) -
unregister
public void unregister() -
getServiceReference
public org.osgi.framework.ServiceReference<org.osgi.service.servlet.runtime.HttpServiceRuntime> getServiceReference() -
updateChangeCount
public void updateChangeCount()
-