| Package | Description |
|---|---|
| io.scalecube.socketio |
| Modifier and Type | Method and Description |
|---|---|
static SocketIOServer |
SocketIOServer.newInstance()
Creates instance of Socket.IO server with default settings.
|
static SocketIOServer |
SocketIOServer.newInstance(int port)
Creates instance of Socket.IO server with the given port.
|
static SocketIOServer |
SocketIOServer.newInstance(int port,
SSLContext sslContext)
Creates instance of Socket.IO server with the given secure port.
|
static SocketIOServer |
SocketIOServer.newInstance(ServerConfiguration config)
Creates instance of Socket.IO server with the given configuration.
|
Copyright © 2012–2016. All rights reserved.