Uses of Class
io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
Packages that use SockJSHandlerOptions
Package
Description
-
Uses of SockJSHandlerOptions in io.vertx.ext.shell.term
Methods in io.vertx.ext.shell.term that return SockJSHandlerOptionsMethods in io.vertx.ext.shell.term with parameters of type SockJSHandlerOptionsModifier and TypeMethodDescriptionHttpTermOptions.setSockJSHandlerOptions(SockJSHandlerOptions sockJSHandlerOptions) The SockJS handler options. -
Uses of SockJSHandlerOptions in io.vertx.ext.web.handler.sockjs
Methods in io.vertx.ext.web.handler.sockjs that return SockJSHandlerOptionsModifier and TypeMethodDescriptionSockJSHandlerOptions.addDisabledTransport(String subProtocol) Add a transport (by name) to the set of disabled transports.SockJSHandlerOptions.setHeartbeatInterval(long heartbeatInterval) In order to keep proxies and load balancers from closing long running HTTP requests we need to pretend that the connection is active and send a heartbeat packet once in a while.SockJSHandlerOptions.setInsertJSESSIONID(boolean insertJSESSIONID) Whether to insert aJSESSIONIDcookie so load-balancers ensure requests for a specific SockJS session are always routed to the correct server.SockJSHandlerOptions.setLibraryURL(String libraryURL) Transports which don't support cross-domain communication natively use an iframe trick.SockJSHandlerOptions.setLocalWriteHandler(boolean localWriteHandler) Whether thewriteHandlershould be local only or cluster-wide.SockJSHandlerOptions.setMaxBytesStreaming(int maxBytesStreaming) Most streaming transports save responses on the client side and don't free memory used by delivered messages.Set the origin to be verified before a websocket upgrade happens.SockJSHandlerOptions.setRegisterWriteHandler(boolean registerWriteHandler) Whether awriteHandlershould be registered on theEventBus.SockJSHandlerOptions.setSessionTimeout(long sessionTimeout) Set the delay before the server sends acloseevent when a client receiving connection has not been seen for a while.Methods in io.vertx.ext.web.handler.sockjs with parameters of type SockJSHandlerOptionsModifier and TypeMethodDescriptionstatic SockJSHandlerSockJSHandler.create(Vertx vertx, SockJSHandlerOptions options) Create a SockJS handlerConstructors in io.vertx.ext.web.handler.sockjs with parameters of type SockJSHandlerOptions -
Uses of SockJSHandlerOptions in io.vertx.reactivex.ext.web.handler.sockjs
Methods in io.vertx.reactivex.ext.web.handler.sockjs with parameters of type SockJSHandlerOptionsModifier and TypeMethodDescriptionstatic SockJSHandlerSockJSHandler.create(Vertx vertx, SockJSHandlerOptions options) Create a SockJS handler -
Uses of SockJSHandlerOptions in io.vertx.rxjava3.ext.web.handler.sockjs
Methods in io.vertx.rxjava3.ext.web.handler.sockjs with parameters of type SockJSHandlerOptionsModifier and TypeMethodDescriptionstatic SockJSHandlerSockJSHandler.create(Vertx vertx, SockJSHandlerOptions options) Create a SockJS handler