Registry / web-framework / org-osgi-service-http

org-osgi-service-http

JSON →
library1.2.2javamavenunverified

OSGi Companion Code for the HTTP Service specification version 1.2.2.

<dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.service.http</artifactId> <version>1.2.2</version> </dependency>
INSTALL
IMPORT
SIG · ORG-OSGI-SERVICE-H
O
org-osgi-service-http
web-frameworkjavav1.2.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

HttpService
org.osgi.service.http.HttpService

Register a servlet using the OSGi HTTP Service.

import org.osgi.service.http.HttpService; public class Example { public void registerServlet(HttpService httpService) { httpService.registerServlet("/test", null, null, null); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
org-osgi-service-http — mvn dependency:get org-osgi-service-http · libregistry