Registry / networking / jetty-alpn-java-server

jetty-alpn-java-server

JSON →
library12.1.7javamavenunverified

Jetty module providing ALPN (Application-Layer Protocol Negotiation) support for Java-based servers.

<dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-alpn-java-server</artifactId> <version>12.1.7</version> </dependency>
INSTALL
IMPORT
SIG · JETTY-ALPN-JAVA-SE
J
jetty-alpn-java-server
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.

JDK9ServerALPNProcessor
org.eclipse.jetty.alpn.java.server.JDK9ServerALPNProcessor

Configures ALPN support on a Jetty server.

import org.eclipse.jetty.alpn.java.server.JDK9ServerALPNProcessor; import org.eclipse.jetty.server.Server; public class JettyAlpnExample { public static void main(String[] args) throws Exception { Server server = new Server(8080); JDK9ServerALPNProcessor processor = new JDK9ServerALPNProcessor(); // Configure ALPN on server connector server.start(); } }
Debug
Known issues
gotchaRequires JDK 9+ and specific JVM flags for ALPN boot module.
fix
Add -Xbootclasspath/p:alpn-boot.jar or use JDK 8u252+ with built-in ALPN.
affects: <12.0.0
Upgrade
Version history
12.1.7latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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