Registry / networking / javax-websocket-api

javax-websocket-api

JSON →
library1.1javamavenunverified

JSR 356 standard API for building WebSocket applications in Java.

<dependency> <groupId>javax.websocket</groupId> <artifactId>javax.websocket-api</artifactId> <version>1.1</version> </dependency>
INSTALL
IMPORT
SIG · JAVAX-WEBSOCKET-AP
J
javax-websocket-api
networkingjavav1.1
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

Minimal WebSocket endpoint implementation

import javax.websocket.Endpoint; import javax.websocket.Session; import javax.websocket.EndpointConfig; 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
1.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
javax-websocket-api — mvn dependency:get javax-websocket-api · libregistry