Package | Description |
---|---|
io.vertx.ext.web.handler.sockjs |
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(io.vertx.core.Vertx vertx,
SockJSHandlerOptions options)
Create a SockJS handler
|
Constructor and Description |
---|
SockJSHandlerOptions(SockJSHandlerOptions other) |
Copyright © 2018 Eclipse. All rights reserved.