Registry / networking / http2-common

http2-common

JSON →
library11.0.26javamavenunverified

Jetty HTTP/2 Common provides shared classes for HTTP/2 support in the Eclipse Jetty server and client.

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

HTTP2Session
org.eclipse.jetty.http2.HTTP2Session

Create a new stream on an HTTP/2 session.

import org.eclipse.jetty.http2.HTTP2Session; import org.eclipse.jetty.http2.api.Session; // Typically obtained from a HTTP2Client or server connection Session session = ...; session.newStream(new Stream.Listener() {});
Debug
Known issues

No known issues recorded.

Upgrade
Version history
11.0.26latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Amazon
1
Resources
http2-common — mvn dependency:get http2-common · libregistry