Package | Description |
---|---|
io.vertx.ext.shell.term | |
io.vertx.ext.web.handler.sockjs | |
io.vertx.reactivex.ext.web.handler.sockjs | |
io.vertx.rxjava.ext.web.handler.sockjs |
Modifier and Type | Method and Description |
---|---|
SockJSHandlerOptions |
HttpTermOptions.getSockJSHandlerOptions() |
Modifier and Type | Method and Description |
---|---|
HttpTermOptions |
HttpTermOptions.setSockJSHandlerOptions(SockJSHandlerOptions sockJSHandlerOptions)
The SockJS handler options.
|
Modifier and Type | Method and Description |
---|---|
SockJSHandlerOptions |
SockJSHandlerOptions.addDisabledTransport(String subProtocol) |
SockJSHandlerOptions |
SockJSHandlerOptions.setHeartbeatInterval(long heartbeatInterval) |
SockJSHandlerOptions |
SockJSHandlerOptions.setInsertJSESSIONID(boolean insertJSESSIONID) |
SockJSHandlerOptions |
SockJSHandlerOptions.setLibraryURL(String libraryURL) |
SockJSHandlerOptions |
SockJSHandlerOptions.setMaxBytesStreaming(int maxBytesStreaming) |
SockJSHandlerOptions |
SockJSHandlerOptions.setSessionTimeout(long sessionTimeout) |
Modifier and Type | Method and Description |
---|---|
static SockJSHandler |
SockJSHandler.create(Vertx vertx,
SockJSHandlerOptions options)
Create a SockJS handler
|
Constructor and Description |
---|
SockJSHandlerOptions(SockJSHandlerOptions other) |
Modifier and Type | Method and Description |
---|---|
static SockJSHandler |
SockJSHandler.create(Vertx vertx,
SockJSHandlerOptions options)
Create a SockJS handler
|
Modifier and Type | Method and Description |
---|---|
static SockJSHandler |
SockJSHandler.create(Vertx vertx,
SockJSHandlerOptions options)
Create a SockJS handler
|
Copyright © 2023 Eclipse. All rights reserved.