Uses of Class
io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
-
Packages that use SockJSSocket Package Description io.vertx.reactivex.ext.web.handler.sockjs -
-
Uses of SockJSSocket in io.vertx.reactivex.ext.web.handler.sockjs
Fields in io.vertx.reactivex.ext.web.handler.sockjs with type parameters of type SockJSSocket Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<SockJSSocket>
SockJSSocket. __TYPE_ARG
Methods in io.vertx.reactivex.ext.web.handler.sockjs that return SockJSSocket Modifier and Type Method Description SockJSSocket
SockJSSocket. closeHandler(Handler<Void> closeHandler)
SockJSSocket
SockJSSocket. drainHandler(Handler<Void> handler)
SockJSSocket
SockJSSocket. endHandler(Handler<Void> endHandler)
SockJSSocket
SockJSSocket. exceptionHandler(Handler<Throwable> handler)
SockJSSocket
SockJSSocket. fetch(long amount)
SockJSSocket
SockJSSocket. handler(Handler<Buffer> handler)
static SockJSSocket
SockJSSocket. newInstance(SockJSSocket arg)
SockJSSocket
SockJSSocket. pause()
SockJSSocket
SockJSSocket. resume()
SockJSSocket
SockJSSocket. setWriteQueueMaxSize(int maxSize)
SockJSSocket
BridgeEvent. socket()
Get the SockJSSocket instance corresponding to the eventMethod parameters in io.vertx.reactivex.ext.web.handler.sockjs with type arguments of type SockJSSocket Modifier and Type Method Description Router
SockJSHandler. socketHandler(Handler<SockJSSocket> handler)
Set a SockJS socket handler.
-