| Package | Description |
|---|---|
| io.scalecube.socketio | |
| io.scalecube.socketio.pipeline |
| Modifier and Type | Field and Description |
|---|---|
static ServerConfiguration |
ServerConfiguration.DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
ServerConfiguration |
ServerConfiguration.Builder.build()
Creates new instance of
ServerConfiguration |
ServerConfiguration |
SocketIOServer.getConfiguration()
Returns server configuration settings.
|
| Modifier and Type | Method and Description |
|---|---|
static SocketIOServer |
SocketIOServer.newInstance(ServerConfiguration config)
Creates instance of Socket.IO server with the given configuration.
|
void |
SocketIOServer.setConfiguration(ServerConfiguration configuration)
Sets server configuration settings.
|
| Constructor and Description |
|---|
SocketIOChannelInitializer(ServerConfiguration serverConfiguration,
SocketIOListener listener,
PipelineModifier pipelineModifier) |
Copyright © 2012–2016. All rights reserved.