| Package | Description |
|---|---|
| io.socket.engineio.server |
Main engine.io classes.
|
| Modifier and Type | Field and Description |
|---|---|
static EngineIoServerOptions |
EngineIoServerOptions.DEFAULT
The default options used by server.
|
| Modifier and Type | Method and Description |
|---|---|
static EngineIoServerOptions |
EngineIoServerOptions.newFromDefault()
Create a new instance of
EngineIoServerOptions by copying
default options. |
EngineIoServerOptions |
EngineIoServerOptions.setAllowedCorsOrigins(String[] allowedCorsOrigins)
Sets the allowed cord origins option.
|
EngineIoServerOptions |
EngineIoServerOptions.setPingInterval(long pingInterval)
Sets the ping interval option.
|
EngineIoServerOptions |
EngineIoServerOptions.setPingTimeout(long pingTimeout)
Sets the ping timeout option.
|
| Constructor and Description |
|---|
EngineIoServer(EngineIoServerOptions options)
Create instance of server with specified options.
|
Copyright © 2018. All rights reserved.