Registry / networking / tomcat-websocket-api

tomcat-websocket-api

JSON →
library11.0.21javamavenunverified

WebSocket API for Apache Tomcat enabling real-time bidirectional communication.

<dependency> <groupId>org.apache.tomcat</groupId> <artifactId>tomcat-websocket-api</artifactId> <version>11.0.21</version> </dependency>
INSTALL
IMPORT
SIG · TOMCAT-WEBSOCKET-A
T
tomcat-websocket-api
networkingjavav11.0.21
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.

Endpoint
javax.websocket.Endpoint

Defines a WebSocket endpoint by extending the Endpoint class.

import javax.websocket.Endpoint; import javax.websocket.EndpointConfig; import javax.websocket.Session; public class MyEndpoint extends Endpoint { @Override public void onOpen(Session session, EndpointConfig config) { System.out.println("WebSocket opened"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
11.0.21latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
OpenAI (training)
1
Resources
tomcat-websocket-api — mvn dependency:get tomcat-websocket-api · libregistry