Uses of Class
io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
Packages that use SockJSSocket
-
Uses of SockJSSocket in io.vertx.mutiny.ext.shell.term
Methods in io.vertx.mutiny.ext.shell.term with parameters of type SockJSSocketModifier and TypeMethodDescriptionvoidSockJSTermHandler.accept(SockJSSocket item) voidSockJSTermHandler.handle(SockJSSocket arg0) -
Uses of SockJSSocket in io.vertx.mutiny.ext.web.handler.sockjs
Fields in io.vertx.mutiny.ext.web.handler.sockjs with type parameters of type SockJSSocketMethods in io.vertx.mutiny.ext.web.handler.sockjs that return SockJSSocketModifier and TypeMethodDescriptionSockJSSocket.closeHandler(Runnable closeHandler) SockJSSocket.drainHandler(Runnable handler) SockJSSocket.endHandler(Runnable endHandler) SockJSSocket.exceptionHandler(Consumer<Throwable> handler) SockJSSocket.fetch(long amount) static SockJSSocketSockJSSocket.newInstance(io.vertx.ext.web.handler.sockjs.SockJSSocket arg) SockJSSocket.pause()SockJSSocket.resume()SockJSSocket.setWriteQueueMaxSize(int maxSize) BridgeEvent.socket()Method parameters in io.vertx.mutiny.ext.web.handler.sockjs with type arguments of type SockJSSocket