Registry / networking / jetty-alpn-client

jetty-alpn-client

JSON →
library12.1.7javamavenunverified

Jetty ALPN Client API artifact for negotiating TLS ALPN protocols.

<dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-alpn-client</artifactId> <version>12.1.7</version> </dependency>
INSTALL
IMPORT
SIG · JETTY-ALPN-CLIENT
J
jetty-alpn-client
networkingjavav12.1.7
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

Provides ALPN negotiation support for Jetty client connections.

import org.eclipse.jetty.alpn.client.ALPNClientConnection; import org.eclipse.jetty.io.ClientConnectionFactory; public class Quickstart { public static void main(String[] args) throws Exception { // ALPNClientConnection is typically used internally by Jetty's HTTP/2 client. System.out.println("ALPN client connection available."); } }
Debug
Known issues
gotchaThis module requires a compatible ALPN provider (e.g., Jetty ALPN agent or Java 8u252+).
fix
Use the Jetty ALPN boot module or ensure your JVM supports ALPN natively.
affects: all
Upgrade
Version history
12.1.7latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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