Registry / networking / jetty-alpn-conscrypt-server

jetty-alpn-conscrypt-server

JSON →
library12.1.8javamavenunverified

Jetty ALPN Server Conscrypt Artifact provides ALPN support for Jetty servers using the Conscrypt security provider.

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

ConscryptServerALPNProcessor
org.eclipse.jetty.alpn.conscrypt.server.ConscryptServerALPNProcessor

Instantiates the Conscrypt ALPN processor for Jetty.

import org.eclipse.jetty.alpn.conscrypt.server.ConscryptServerALPNProcessor; import org.eclipse.jetty.server.Server; public class Example { public static void main(String[] args) throws Exception { Server server = new Server(8080); ConscryptServerALPNProcessor processor = new ConscryptServerALPNProcessor(); // Configure server with processor System.out.println("ALPN configured with Conscrypt"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
12.1.8latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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