Registry / networking / http2-server

http2-server

JSON →
library11.0.26javamavenunverified

The Eclipse Jetty Project's HTTP/2 server implementation.

<dependency> <groupId>org.eclipse.jetty.http2</groupId> <artifactId>http2-server</artifactId> <version>11.0.26</version> </dependency>
INSTALL
IMPORT
SIG · HTTP2-SERVER
H
http2-server
networkingjavav11.0.26
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.

HTTP2ServerConnectionFactory
org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory

Creates an HTTP/2 server connection factory for Jetty.

import org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory; public class Example { public static void main(String[] args) { HTTP2ServerConnectionFactory factory = new HTTP2ServerConnectionFactory(); System.out.println(factory.toString()); } }
Debug
Known issues
breakingJetty 11 requires Java 11+; older versions may not work.
fix
Ensure your Java version is compatible.
affects: >=11.0.0
Upgrade
Version history
11.0.26latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
http2-server — mvn dependency:get http2-server · libregistry