Uses of Interface
io.vertx.ext.web.handler.sockjs.SockJSSocket
Packages that use SockJSSocket
Package
Description
-
Uses of SockJSSocket in io.vertx.ext.shell.term
Subinterfaces with type arguments of type SockJSSocket in io.vertx.ext.shell.term -
Uses of SockJSSocket in io.vertx.ext.web.handler.sockjs
Methods in io.vertx.ext.web.handler.sockjs that return SockJSSocketModifier and TypeMethodDescriptionSockJSSocket.closeHandler(Handler<Void> closeHandler) SockJSSocket.drainHandler(Handler<Void> handler) SockJSSocket.endHandler(Handler<Void> endHandler) SockJSSocket.exceptionHandler(Handler<Throwable> handler) SockJSSocket.fetch(long amount) SockJSSocket.pause()SockJSSocket.resume()SockJSSocket.setWriteQueueMaxSize(int maxSize) BridgeEvent.socket()Get the SockJSSocket instance corresponding to the eventMethod parameters in io.vertx.ext.web.handler.sockjs with type arguments of type SockJSSocketModifier and TypeMethodDescriptionSockJSHandler.socketHandler(Handler<SockJSSocket> handler) Set a SockJS socket handler. -
Uses of SockJSSocket in io.vertx.reactivex.ext.web.handler.sockjs
Methods in io.vertx.reactivex.ext.web.handler.sockjs that return SockJSSocketMethods in io.vertx.reactivex.ext.web.handler.sockjs with parameters of type SockJSSocketConstructors in io.vertx.reactivex.ext.web.handler.sockjs with parameters of type SockJSSocket -
Uses of SockJSSocket in io.vertx.rxjava3.ext.web.handler.sockjs
Methods in io.vertx.rxjava3.ext.web.handler.sockjs that return SockJSSocketMethods in io.vertx.rxjava3.ext.web.handler.sockjs with parameters of type SockJSSocketConstructors in io.vertx.rxjava3.ext.web.handler.sockjs with parameters of type SockJSSocket