Class RuntimeServiceWrapper
- java.lang.Object
-
- org.apache.felix.http.base.internal.javaxwrappers.RuntimeServiceWrapper
-
- All Implemented Interfaces:
org.osgi.service.http.runtime.HttpServiceRuntime
public class RuntimeServiceWrapper extends Object implements org.osgi.service.http.runtime.HttpServiceRuntime
Wrapper for the service runtime
-
-
Constructor Summary
Constructors Constructor Description RuntimeServiceWrapper(org.osgi.service.servlet.runtime.HttpServiceRuntime runtime)Create a new wrapper
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.osgi.service.http.runtime.dto.RequestInfoDTOcalculateRequestInfoDTO(String path)org.osgi.service.http.runtime.dto.RuntimeDTOgetRuntimeDTO()voidsetServiceReference(org.osgi.framework.ServiceReference<org.osgi.service.http.runtime.HttpServiceRuntime> reference)Set the service reference
-
-
-
Method Detail
-
setServiceReference
public void setServiceReference(org.osgi.framework.ServiceReference<org.osgi.service.http.runtime.HttpServiceRuntime> reference)
Set the service reference- Parameters:
reference- The reference
-
getRuntimeDTO
public org.osgi.service.http.runtime.dto.RuntimeDTO getRuntimeDTO()
- Specified by:
getRuntimeDTOin interfaceorg.osgi.service.http.runtime.HttpServiceRuntime
-
calculateRequestInfoDTO
public org.osgi.service.http.runtime.dto.RequestInfoDTO calculateRequestInfoDTO(String path)
- Specified by:
calculateRequestInfoDTOin interfaceorg.osgi.service.http.runtime.HttpServiceRuntime
-
-