EngineIoServerOptions |
EngineIoServer.getOptions() |
Gets the configured options for this server instance.
|
static EngineIoServerOptions |
EngineIoServerOptions.newFromDefault() |
|
EngineIoServerOptions |
EngineIoServerOptions.setAllowedCorsOrigins(java.lang.String[] allowedCorsOrigins) |
Sets the allowed CORS origins option.
|
EngineIoServerOptions |
EngineIoServerOptions.setAllowSyncPolling(boolean allowSyncPolling) |
Sets whether sync polling transport is allowed or not.
|
EngineIoServerOptions |
EngineIoServerOptions.setCorsHandlingDisabled(boolean corsHandlingDisabled) |
Sets the 'isCorsHandlingDisabled' option.
|
EngineIoServerOptions |
EngineIoServerOptions.setInitialPacket(Packet<?> initialPacket) |
Sets the initial packet.
|
EngineIoServerOptions |
EngineIoServerOptions.setMaxTimeoutThreadPoolSize(int maxTimeoutThreadPoolSize) |
Sets the max threadpool size for the ping timeout timers.
|
EngineIoServerOptions |
EngineIoServerOptions.setPingInterval(long pingInterval) |
Sets the ping interval option.
|
EngineIoServerOptions |
EngineIoServerOptions.setPingTimeout(long pingTimeout) |
Sets the ping timeout option.
|