Registry / networking / jetty-alpn-openjdk8-client

jetty-alpn-openjdk8-client

JSON →
library9.4.58.v20250814javamavenunverified

ALPN (Application-Layer Protocol Negotiation) support for Jetty client on OpenJDK 8.

<dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-alpn-openjdk8-client</artifactId> <version>9.4.58.v20250814</version> </dependency>
INSTALL
IMPORT
SIG · JETTY-ALPN-OPENJDK
J
jetty-alpn-openjdk8-client
networkingjavav9.4.58.v20250814
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.

ALPNClientConnection
org.eclipse.jetty.alpn.client.ALPNClientConnection

Demonstrate availability of ALPN client connection class.

import org.eclipse.jetty.alpn.client.ALPNClientConnection; import org.eclipse.jetty.io.ClientConnectionFactory; public class Example { public static void main(String[] args) { // ALPNClientConnection is typically used internally by Jetty's HTTP/2 client. System.out.println("ALPN client connection available"); } }
Debug
Known issues
breakingThis module is specific to OpenJDK 8; other JDK versions may require different ALPN implementations.
fix
Use the appropriate Jetty ALPN module for your JDK version (e.g., jetty-alpn-java8 for Java 8+).
affects: 9.4.x
Upgrade
Version history
9.4.58.v20250814latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
jetty-alpn-openjdk8-client — mvn dependency:get jetty-alpn-openjdk8-client · libregistry