| Package | Description |
|---|---|
| io.scalecube.socketio | |
| io.scalecube.socketio.pipeline | |
| io.scalecube.socketio.session |
| Modifier and Type | Method and Description |
|---|---|
void |
SocketIOListener.onConnect(Session session)
Notify about new Socket.IO session established event.
|
void |
SocketIOAdapter.onConnect(Session session) |
void |
SocketIOListener.onDisconnect(Session session)
Notify about Socket.IO session disconnection event.
|
void |
SocketIOAdapter.onDisconnect(Session session) |
void |
SocketIOListener.onMessage(Session session,
io.netty.buffer.ByteBuf message)
Notify about arrival of new message.
|
void |
SocketIOAdapter.onMessage(Session session,
io.netty.buffer.ByteBuf message) |
| Modifier and Type | Method and Description |
|---|---|
void |
PacketDispatcherHandler.onSessionDisconnect(Session session) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ManagedSession
This interface enrich ISession interface with control methods required to manage
session internally.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPollingSession |
class |
AbstractSession |
class |
AbstractSocketSession |
class |
FlashSocketSession |
class |
JsonpPollingSession |
class |
WebSocketSession |
class |
XHRPollingSession |
| Modifier and Type | Method and Description |
|---|---|
void |
SessionDisconnectHandler.onSessionDisconnect(Session session) |
Copyright © 2012–2016. All rights reserved.