| Package | Description |
|---|---|
| io.scalecube.socketio | |
| io.scalecube.socketio.pipeline |
| Modifier and Type | Class and Description |
|---|---|
class |
SocketIOAdapter
An empty implementation of the ISocketIOListener interface, provided as a convenience
to simplify the task of creating listeners, by extending and implementing only the
methods of interest.
|
| Modifier and Type | Method and Description |
|---|---|
SocketIOListener |
SocketIOServer.getListener()
Socket.IO events listener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SocketIOServer.setListener(SocketIOListener listener)
Sets Socket.IO events listener.
|
| Constructor and Description |
|---|
PacketDispatcherHandler(SessionStorage sessionStorage,
SocketIOListener listener) |
SocketIOChannelInitializer(ServerConfiguration serverConfiguration,
SocketIOListener listener,
PipelineModifier pipelineModifier) |
Copyright © 2012–2016. All rights reserved.