public final class HttpServiceRuntimeImpl extends Object implements org.osgi.service.http.runtime.HttpServiceRuntime
| Constructor and Description |
|---|
HttpServiceRuntimeImpl(HandlerRegistry registry,
WhiteboardManager contextManager,
org.osgi.framework.BundleContext bundleContext) |
| Modifier and Type | Method and Description |
|---|---|
org.osgi.service.http.runtime.dto.RequestInfoDTO |
calculateRequestInfoDTO(String path) |
org.osgi.service.http.runtime.dto.RuntimeDTO |
getRuntimeDTO() |
org.osgi.framework.ServiceReference<org.osgi.service.http.runtime.HttpServiceRuntime> |
getServiceReference() |
void |
register(org.osgi.framework.BundleContext bundleContext) |
void |
setAllAttributes(Dictionary<String,Object> newAttributes) |
void |
setAttribute(String name,
Object value) |
void |
unregister() |
void |
updateChangeCount() |
public HttpServiceRuntimeImpl(HandlerRegistry registry, WhiteboardManager contextManager, org.osgi.framework.BundleContext bundleContext)
public org.osgi.service.http.runtime.dto.RuntimeDTO getRuntimeDTO()
getRuntimeDTO in interface org.osgi.service.http.runtime.HttpServiceRuntimepublic org.osgi.service.http.runtime.dto.RequestInfoDTO calculateRequestInfoDTO(String path)
calculateRequestInfoDTO in interface org.osgi.service.http.runtime.HttpServiceRuntimepublic void setAllAttributes(Dictionary<String,Object> newAttributes)
public void register(org.osgi.framework.BundleContext bundleContext)
public void unregister()
public org.osgi.framework.ServiceReference<org.osgi.service.http.runtime.HttpServiceRuntime> getServiceReference()
public void updateChangeCount()
Copyright © 2006–2021 The Apache Software Foundation. All rights reserved.