Registry / web-framework / pax-web-spi

pax-web-spi

JSON →
library11.1.0javamavenunverified

Service Provider Interface for Pax Web, an OPS4J implementation of the OSGi HTTP service and HTTP Whiteboard specification.

<dependency> <groupId>org.ops4j.pax.web</groupId> <artifactId>pax-web-spi</artifactId> <version>11.1.0</version> </dependency>
INSTALL
IMPORT
SIG · PAX-WEB-SPI
P
pax-web-spi
web-frameworkjavav11.1.0
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.

Configuration
org.ops4j.pax.web.spi.model.Configuration

Creates a Pax Web SPI Configuration and prints the HTTP port.

import org.ops4j.pax.web.spi.model.Configuration; public class Example { public static void main(String[] args) { Configuration config = new Configuration(); System.out.println(config.getHttpPort()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
11.1.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
pax-web-spi — mvn dependency:get pax-web-spi · libregistry