Skip to content

Injecting Atmosphere's Components in Jersey

nepa edited this page Oct 15, 2012 · 2 revisions

Sometimes it is needed to inject Atmosphere components in a Jersey resource. The following components can be injected by using the @Context, @PathParam @QueryParam, @MatrixParam, @HeaderParam, @CookieParam, @FormParam etc. annotation

  • AtmosphereResource
  • Broadcaster
  • BroadcasterFactory

For example @Context

  @Context AtmosphereResource resource

@PathParam

  public String inject(@PathParam("test") Broadcaster broadcaster) {
     ...
  }

Step by Step Tutorials

Concepts & Architecture

15 Minutes Tutorial

Advanced Topics

API

Known WebServer Issues

References

External Documentations

githalytics.com alpha

Clone this wiki locally