Uses of Class
io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
-
Packages that use SockJSSocket Package Description io.vertx.rxjava.ext.shell.term io.vertx.rxjava.ext.web.handler.sockjs -
-
Uses of SockJSSocket in io.vertx.rxjava.ext.shell.term
Methods in io.vertx.rxjava.ext.shell.term with parameters of type SockJSSocket Modifier and Type Method Description voidSockJSTermHandler. handle(SockJSSocket event)Something has happened, so handle it. -
Uses of SockJSSocket in io.vertx.rxjava.ext.web.handler.sockjs
Fields in io.vertx.rxjava.ext.web.handler.sockjs with type parameters of type SockJSSocket Modifier and Type Field Description static TypeArg<SockJSSocket>SockJSSocket. __TYPE_ARGMethods in io.vertx.rxjava.ext.web.handler.sockjs that return SockJSSocket Modifier and Type Method Description SockJSSocketSockJSSocket. closeHandler(io.vertx.core.Handler<Void> closeHandler)SockJSSocketSockJSSocket. drainHandler(io.vertx.core.Handler<Void> handler)SockJSSocketSockJSSocket. endHandler(io.vertx.core.Handler<Void> endHandler)SockJSSocketSockJSSocket. exceptionHandler(io.vertx.core.Handler<Throwable> handler)SockJSSocketSockJSSocket. fetch(long amount)SockJSSocketSockJSSocket. handler(io.vertx.core.Handler<Buffer> handler)static SockJSSocketSockJSSocket. newInstance(io.vertx.ext.web.handler.sockjs.SockJSSocket arg)SockJSSocketSockJSSocket. pause()SockJSSocketSockJSSocket. resume()SockJSSocketSockJSSocket. setWriteQueueMaxSize(int maxSize)SockJSSocketBridgeEvent. socket()Get the SockJSSocket instance corresponding to the eventMethod parameters in io.vertx.rxjava.ext.web.handler.sockjs with type arguments of type SockJSSocket Modifier and Type Method Description RouterSockJSHandler. socketHandler(io.vertx.core.Handler<SockJSSocket> handler)Set a SockJS socket handler.
-