Registry / networking / jetty-alpn-conscrypt-client

jetty-alpn-conscrypt-client

JSON →
library12.1.8javamavenunverified

Jetty ALPN client implementation using Conscrypt for TLS ALPN negotiation.

<dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-alpn-conscrypt-client</artifactId> <version>12.1.8</version> </dependency>
INSTALL
IMPORT
SIG · JETTY-ALPN-CONSCRY
J
jetty-alpn-conscrypt-client
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.

ConscryptClientALPN
org.eclipse.jetty.alpn.conscrypt.client.ConscryptClientALPN

Minimal example initializing the Conscrypt ALPN client.

import org.eclipse.jetty.alpn.conscrypt.client.ConscryptClientALPN; public class Quickstart { public static void main(String[] args) { ConscryptClientALPN alpn = new ConscryptClientALPN(); System.out.println("ALPN client initialized"); } }
Debug
Known issues
gotchaConscrypt dependency may conflict with other TLS providers.
fix
Ensure Conscrypt is the only TLS provider or configure classpath ordering.
affects: all
Upgrade
Version history
12.1.8latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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