Registry / networking / jboss-websocket-api-1-1-spec

jboss-websocket-api-1-1-spec

JSON →
library2.0.0.Finaljavamavenunverified

Jakarta WebSocket - Server API specification.

<dependency> <groupId>org.jboss.spec.javax.websocket</groupId> <artifactId>jboss-websocket-api_1.1_spec</artifactId> <version>2.0.0.Final</version> </dependency>
INSTALL
IMPORT
SIG · JBOSS-WEBSOCKET-AP
J
jboss-websocket-api-1-1-spec
networkingjavav2.0.0.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.

ServerEndpoint
javax.websocket.server.ServerEndpoint

Defines a WebSocket server endpoint.

import javax.websocket.server.ServerEndpoint; import javax.websocket.OnMessage; @ServerEndpoint("/hello") public class MyEndpoint { @OnMessage public String hello(String message) { return "Hello, " + message; } }
Debug
Known issues
gotchaThis is a specification API; you need a WebSocket implementation (e.g., Tyrus) at runtime.
fix
Add a WebSocket implementation dependency to your project.
affects: *
Upgrade
Version history
2.0.0.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jboss-websocket-api-1-1-spec — mvn dependency:get jboss-websocket-api-1-1-spec · libregistry