| Interface | Description |
|---|---|
| PipelineModifier |
Interface which makes changes to the channel pipeline.
|
| ServerBootstrapFactory | |
| Session |
When client handshake and connects to the socket.io server a
session is created this session handles the communication with a
specific client connection each client is represented with specific
session id that is correlated in the communication protocol.
|
| SocketIOListener |
High level interface which abstracts Socket.IO transport implementation details
and publishes events to server services.
|
| Class | Description |
|---|---|
| ServerConfiguration |
Class represents different options of socket.io server
|
| ServerConfiguration.Builder | |
| 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.
|
| SocketIOServer |
A Socket.IO server launcher class.
|
| Enum | Description |
|---|---|
| Session.State | |
| TransportType |
Copyright © 2012–2016. All rights reserved.