Registry / web-framework / atmosphere-jersey

atmosphere-jersey

JSON →
library2.7.16javamavenunverified

Integrates Atmosphere framework with Jersey for asynchronous WebSocket and HTTP long-polling support.

<dependency> <groupId>org.atmosphere</groupId> <artifactId>atmosphere-jersey</artifactId> <version>2.7.16</version> </dependency>
INSTALL
IMPORT
SIG · ATMOSPHERE-JERSEY
A
atmosphere-jersey
web-frameworkjavav2.7.16
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.

AtmosphereResource
org.atmosphere.jersey.AtmosphereResource

Creates a simple Atmosphere endpoint that suspends the connection.

import org.atmosphere.jersey.AtmosphereResource; import org.atmosphere.jersey.AtmosphereResourceEvent; import javax.ws.rs.GET; import javax.ws.rs.Path; import javax.ws.rs.Produces; @Path("/chat") public class Quickstart { @GET @Produces("text/plain") public String connect(@javax.ws.rs.core.Context AtmosphereResource r) { r.suspend(); return "connected"; } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.7.16latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Amazon
1
OpenAI (training)
1
Resources
atmosphere-jersey — mvn dependency:get atmosphere-jersey · libregistry