Registry / networking / jetty-http-spi

jetty-http-spi

JSON →
library12.1.8javamavenunverified

Jetty's implementation of the OpenJDK HTTP Service Provider Interface (SPI) for server-side HTTP handling.

<dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-http-spi</artifactId> <version>12.1.8</version> </dependency>
INSTALL
IMPORT
SIG · JETTY-HTTP-SPI
J
jetty-http-spi
networkingjavav12.1.8
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.

JettyHttpSpi
org.eclipse.jetty.http.spi.JettyHttpSpi

Minimal example showing how to use the Jetty HTTP SPI.

import org.eclipse.jetty.http.spi.JettyHttpSpi; public class Example { public static void main(String[] args) { JettyHttpSpi spi = new JettyHttpSpi(); System.out.println("Jetty HTTP SPI initialized"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
12.1.8latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
jetty-http-spi — mvn dependency:get jetty-http-spi · libregistry