public class HttpServiceFactory extends Object implements org.osgi.framework.ServiceFactory
HttpService ServiceFactory.| Constructor and Description |
|---|
HttpServiceFactory(org.glassfish.grizzly.http.server.HttpServer httpServer,
Logger logger,
org.osgi.framework.Bundle bundle) |
| Modifier and Type | Method and Description |
|---|---|
org.osgi.service.http.HttpService |
getService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration serviceRegistration) |
void |
stop()
Clean up.
|
void |
ungetService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration serviceRegistration,
Object httpServiceObj) |
public HttpServiceFactory(org.glassfish.grizzly.http.server.HttpServer httpServer,
Logger logger,
org.osgi.framework.Bundle bundle)
public org.osgi.service.http.HttpService getService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration serviceRegistration)
getService in interface org.osgi.framework.ServiceFactorypublic void ungetService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration serviceRegistration,
Object httpServiceObj)
ungetService in interface org.osgi.framework.ServiceFactorypublic void stop()
Copyright © 2023 Oracle Corporation. All Rights Reserved.