| Package | Description |
|---|---|
| org.atmosphere.socketio | |
| org.atmosphere.socketio.transport |
| Modifier and Type | Method and Description |
|---|---|
SocketIOSession |
SocketIOSessionFactory.createSession(org.atmosphere.cpr.AtmosphereResourceImpl resource,
org.atmosphere.cpr.AtmosphereHandler handler) |
SocketIOSession |
SocketIOWebSocketSessionWrapper.getSession() |
SocketIOSession |
SocketIOSessionFactory.getSession(java.lang.String sessionid) |
| Modifier and Type | Method and Description |
|---|---|
org.atmosphere.cpr.Action |
SocketIOSessionOutbound.handle(org.atmosphere.cpr.AtmosphereRequest request,
org.atmosphere.cpr.AtmosphereResponse response,
SocketIOSession session) |
| Constructor and Description |
|---|
HeartBeatSessionMonitor(SocketIOSession session,
java.util.concurrent.ScheduledExecutorService executor) |
TimeoutSessionMonitor(SocketIOSession session,
java.util.concurrent.ScheduledExecutorService executor) |
| Modifier and Type | Field and Description |
|---|---|
protected SocketIOSession |
XHRTransport.XHRSessionHelper.session |
SocketIOSession |
WebSocketTransport.SocketIOWebSocketSessionWrapperImpl.session |
| Modifier and Type | Method and Description |
|---|---|
protected SocketIOSession |
XHRTransport.connect(org.atmosphere.cpr.AtmosphereResourceImpl resource,
org.atmosphere.cpr.AtmosphereHandler atmosphereHandler,
SocketIOSessionFactory sessionFactory) |
protected SocketIOSession |
JSONPPollingTransport.connect(org.atmosphere.cpr.AtmosphereResourceImpl resource,
org.atmosphere.cpr.AtmosphereHandler atmosphereHandler,
SocketIOSessionFactory sessionFactory) |
protected SocketIOSession |
XHRTransport.connect(SocketIOSession session,
org.atmosphere.cpr.AtmosphereResourceImpl resource,
org.atmosphere.cpr.AtmosphereHandler atmosphereHandler,
SocketIOSessionFactory sessionFactory) |
protected SocketIOSession |
JSONPPollingTransport.connect(SocketIOSession session,
org.atmosphere.cpr.AtmosphereResourceImpl resource,
org.atmosphere.cpr.AtmosphereHandler atmosphereHandler,
SocketIOSessionFactory sessionFactory) |
SocketIOSession |
SocketIOSessionManagerImpl.createSession(org.atmosphere.cpr.AtmosphereResourceImpl resource,
org.atmosphere.cpr.AtmosphereHandler inbound) |
SocketIOSession |
WebSocketTransport.SocketIOWebSocketSessionWrapperImpl.getSession() |
SocketIOSession |
SocketIOSessionManagerImpl.getSession(java.lang.String sessionId) |
| Modifier and Type | Method and Description |
|---|---|
protected SocketIOSession |
XHRTransport.connect(SocketIOSession session,
org.atmosphere.cpr.AtmosphereResourceImpl resource,
org.atmosphere.cpr.AtmosphereHandler atmosphereHandler,
SocketIOSessionFactory sessionFactory) |
protected SocketIOSession |
JSONPPollingTransport.connect(SocketIOSession session,
org.atmosphere.cpr.AtmosphereResourceImpl resource,
org.atmosphere.cpr.AtmosphereHandler atmosphereHandler,
SocketIOSessionFactory sessionFactory) |
protected abstract XHRTransport.XHRSessionHelper |
XHRTransport.createHelper(SocketIOSession session)
This method should only be called within the context of an active HTTP request.
|
protected XHRPollingTransport.XHRPollingSessionHelper |
XHRPollingTransport.createHelper(SocketIOSession session) |
protected JSONPPollingTransport.XHRPollingSessionHelper |
JSONPPollingTransport.createHelper(SocketIOSession session) |
org.atmosphere.cpr.Action |
XHRTransport.XHRSessionHelper.handle(org.atmosphere.cpr.AtmosphereRequest request,
org.atmosphere.cpr.AtmosphereResponse response,
SocketIOSession session) |
org.atmosphere.cpr.Action |
WebSocketTransport.SocketIOWebSocketSessionWrapperImpl.handle(org.atmosphere.cpr.AtmosphereRequest request,
org.atmosphere.cpr.AtmosphereResponse response,
SocketIOSession session) |
Copyright © 2018. All Rights Reserved.