-
-
Notifications
You must be signed in to change notification settings - Fork 750
Frequently Asked Questions
Jeanfrancois Arcand edited this page Oct 3, 2013
·
86 revisions
- Migrating from 1.0.x to 2.0.x
- AtmosphereServlet30 for Servlet 3.0 Container ONLY
- Downloading SNAPSHOT
- Using Atmosphere Runtime's annotations
- How to discover supported transport between browsers and server
- Multiple messages arrives as single response body or messages are incomplete
- Configuring WebSocket default protocol
- Detecting Browser's closing a connection
- ClassNotFoundException at Startup
- Enabling HttpSession support
- Sending Binary Data using WebSocket
- Retrieving the original AtmosphereResource with WebSocket
- HOW TO execute : Server Side Broadcasts OR Communication from Server Sides OR Non HTTP initiated Broadcast
- NullPointerException/IllegalStateException on Broadcast
- Using the beforeUnload Javascript function
- Built-in WebSocket Protocol and how to use it
- Enabling WebLogic 11 and lower native asynchronous support
- Keeping a connection active using an Heartbeat AtmosphereInterceptor
- Enabling CORS
- Using RESTEasy, Wink, Restlet or CXF with Atmosphere
- Streaming WebSocket's text or binary
- AtmosphereHandler not being found, when using NetBeans IDE
- Creating private channel of communication between Browsers
- Configuring the maximum threads used by a Broadcaster
- How to run Atmosphere behind Apache WebServer
- Installing WebSocket Support for JBoss 7.1.2 and up
- Timing out idle WebSocket Connection
- Timing out Broadcaster's write operation
- What does this means? The WebSocket handshake succeeded
- AtmosphereHandlerService: No AtmosphereHandler found. Make sure you define it inside
- Using BroadcasterCache with TrackMessageSizeFilter
- Forcing Servlet 3.0 Async API
- Deploying Atmosphere Jersey in JBoss
- Detecting Browser close's situation when using long polling
- [Debug message: Invoking BroadcastFilter with dummy AtmosphereResource] (https://github.com/Atmosphere/atmosphere/wiki/Debug-message:-Invoking-BroadcastFilter-with-dummy-AtmosphereResource)
- Forcing Servlet 3.0 and WebSocket AsyncSupport
- Blocking Browsers that use old WebSocket Specification
- Recovering AtmosphereResource State between reconnection
- Configuring Nginx for WebSocket and Long Polling
- Configuring the TrackMessageSizeInterceptor
- Adding SSE support to Internet Explorer and old Browsers
- Using URI path templates with annotated classes
- How to specify Spring Servlet with Atmosphere
- Auto-detection of atmosphere handlers fails in specific deployments
- JMS, XMPP, ... (via AbstractBroadcasterProxy) : Broadcast to a specific resource
- Using the latest Javascript Client with Atmosphere 1.0.15 and up
- @Singleton -> ClassCastException on broadcaster.addAtmosphereResource() w/ Jersey resource
- Using Akka
- Using Guice, Spring, CDI or any Injection Framework
- Understanding Atmosphere
- Understanding @ManagedService
- Using javax.inject.Inject and javax.inject.PostConstruct annotation
- Understanding Atmosphere's Annotation
- Understanding AtmosphereResource
- Understanding AtmosphereHandler
- Understanding WebSocketHandler
- Understanding Broadcaster
- Understanding BroadcasterCache
- Understanding Meteor
- Understanding BroadcastFilter
- Understanding Atmosphere's Events Listeners
- Understanding AtmosphereInterceptor
- Configuring Atmosphere for Performance
- Understanding JavaScript functions
- Understanding AtmosphereResourceSession
- Improving Performance by using the PoolableBroadcasterFactory
- Using Atmosphere Jersey API
- Using Meteor API
- Using AtmosphereHandler API
- Using Socket.IO
- Using GWT
- Writing HTML5 Server-Sent Events
- Using STOMP protocol
- Streaming WebSocket messages
- Configuring Atmosphere's Classes Creation and Injection
- Using AtmosphereInterceptor to customize Atmosphere Framework
- Writing WebSocket sub protocol
- Configuring Atmosphere for the Cloud
- Injecting Atmosphere's Components in Jersey
- Sharing connection between Browser's windows and tabs
- Understanding AtmosphereResourceSession
- Manage installed services
- Server Side: javadoc API
- Server Side: atmosphere.xml and web.xml configuration
- Client Side: atmosphere.js API