| Package | Description |
|---|---|
| org.atmosphere.config.managed | |
| org.atmosphere.cpr | |
| org.atmosphere.interceptor | |
| org.atmosphere.websocket |
| Modifier and Type | Class and Description |
|---|---|
class |
ManagedAtmosphereHandler
An internal implementation of
AtmosphereHandler that implement support for Atmosphere 2.0 annotations. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AtmosphereResourceEventListener
Receive notifications when resume, client disconnect or broadcast events occur.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AtmosphereResourceEventListenerAdapter
An implementation of
AtmosphereResourceEventListener which just log events with log level TRACE. |
static class |
AtmosphereResourceEventListenerAdapter.OnBroadcast
On Broadcast's Listener
|
static class |
AtmosphereResourceEventListenerAdapter.OnClose
On Close's Listener
|
static class |
AtmosphereResourceEventListenerAdapter.OnDisconnect
On Disconnect's Listener
|
static class |
AtmosphereResourceEventListenerAdapter.OnHeartbeat
On Heartbeat's Listener
|
static class |
AtmosphereResourceEventListenerAdapter.OnPreSuspend
On PreSuspend's Listener
|
static class |
AtmosphereResourceEventListenerAdapter.OnResume
On Resume's Listener
|
static class |
AtmosphereResourceEventListenerAdapter.OnSuspend
On Suspend's Listener
|
static class |
AtmosphereResourceEventListenerAdapter.OnThrowable
On Throwable's Listener
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AtmosphereResourceStateRecovery.OnAlwaysSuspend |
class |
PaddingAtmosphereInterceptor.ForcePreSuspend |
| Modifier and Type | Interface and Description |
|---|---|
interface |
WebSocketEventListener
A listener for monitoring what's occurring on a WebSocket, independently of the underlying implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebSocketEventListenerAdapter
An implementation of
WebSocketEventListener with just log event as trace. |
Copyright © 2016. All rights reserved.