| Package | Description |
|---|---|
| org.atmosphere.cpr | |
| org.atmosphere.interceptor | |
| org.atmosphere.jersey | |
| org.atmosphere.websocket |
| 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 | Method and Description |
|---|---|
protected AtmosphereResourceEventListener |
DefaultAtmosphereResourceSessionFactory.getDisconnectListener()
Used in testing
|
| Modifier and Type | Method and Description |
|---|---|
ConcurrentLinkedQueue<AtmosphereResourceEventListener> |
AtmosphereResourceImpl.atmosphereResourceEventListener() |
ConcurrentLinkedQueue<AtmosphereResourceEventListener> |
AtmosphereResourceImpl.listeners() |
| Modifier and Type | Class and Description |
|---|---|
static class |
AtmosphereResourceStateRecovery.OnAlwaysSuspend |
class |
PaddingAtmosphereInterceptor.ForcePreSuspend |
| Modifier and Type | Field and Description |
|---|---|
protected Collection<AtmosphereResourceEventListener> |
SuspendResponse.SuspendResponseBuilder.listeners |
| Modifier and Type | Method and Description |
|---|---|
Collection<AtmosphereResourceEventListener> |
SuspendResponse.listeners()
Return the current list of
AtmosphereResourceEventListener classes. |
| Modifier and Type | Method and Description |
|---|---|
SuspendResponse.SuspendResponseBuilder<E> |
SuspendResponse.SuspendResponseBuilder.addListener(AtmosphereResourceEventListener e)
|
| 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.