Registry / networking / undertow-websockets-jsr

undertow-websockets-jsr

JSON →
library2.3.24.Finaljavamavenunverified

JSR 356 WebSocket implementation for the Undertow web server, enabling standard WebSocket endpoints.

<dependency> <groupId>io.undertow</groupId> <artifactId>undertow-websockets-jsr</artifactId> <version>2.3.24.Final</version> </dependency>
INSTALL
IMPORT
SIG · UNDERTOW-WEBSOCKET
U
undertow-websockets-jsr
networkingjavav2.3.24.Final
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.

WebSocketDeploymentInfo
io.undertow.websockets.jsr.WebSocketDeploymentInfo

Adds WebSocket deployment info to an Undertow servlet deployment.

import io.undertow.websockets.jsr.WebSocketDeploymentInfo; import io.undertow.servlet.api.DeploymentInfo; DeploymentInfo deployment = new DeploymentInfo() .addServletContextAttribute(WebSocketDeploymentInfo.ATTRIBUTE_NAME, new WebSocketDeploymentInfo()); System.out.println("WebSocket support configured");
Debug
Known issues
gotchaUndertow WebSocket JSR requires a compatible servlet container; ensure Undertow core is on the classpath.
fix
Add io.undertow:undertow-core as a dependency alongside undertow-websockets-jsr.
affects: all
Upgrade
Version history
2.3.24.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
Amazon
1
OpenAI (training)
1
Resources
undertow-websockets-jsr — mvn dependency:get undertow-websockets-jsr · libregistry