Uses of Class
io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
Packages that use SockJSSocket
-
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.endAndForget()Callclose().SockJSSocket.endAndForget(io.vertx.core.buffer.Buffer data) Same asend()but writes some data to the stream before ending.SockJSSocket.endHandler(Runnable endHandler) SockJSSocket.exceptionHandler(Consumer<Throwable> handler) SockJSSocket.fetch(long amount) static SockJSSocketSockJSSocket.newInstance(io.vertx.ext.web.handler.sockjs.SockJSSocket delegate) Creates a new instance of theSockJSSocket.SockJSSocket.pause()SockJSSocket.pipeToAndForget(WriteStream<io.vertx.core.buffer.Buffer> dst) Pipe thisReadStreamto theWriteStream.SockJSSocket.resume()SockJSSocket.setWriteQueueMaxSize(int maxSize) BridgeEvent.socket()Get the SockJSSocket instance corresponding to the eventSockJSSocket.writeAndForget(io.vertx.core.buffer.Buffer data) Unlike the bare Vert.x variant, this method ignores theVoidresult or any failure.SockJSSocket.writeAndForget(String data) Write aStringto the socket, encoded in UTF-8.Method parameters in io.vertx.mutiny.ext.web.handler.sockjs with type arguments of type SockJSSocketModifier and TypeMethodDescriptionSockJSHandler.socketHandler(Consumer<SockJSSocket> handler) Set a SockJS socket handler.