Uses of Interface
io.vertx.ext.web.handler.sockjs.SockJSSocket
-
Packages that use SockJSSocket Package Description io.vertx.ext.web.handler.sockjs io.vertx.reactivex.ext.web.handler.sockjs io.vertx.rxjava3.ext.web.handler.sockjs -
-
Uses of SockJSSocket in io.vertx.ext.web.handler.sockjs
Methods in io.vertx.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)
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.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. -
Uses of SockJSSocket in io.vertx.reactivex.ext.web.handler.sockjs
Methods in io.vertx.reactivex.ext.web.handler.sockjs that return SockJSSocket Modifier and Type Method Description SockJSSocket
SockJSSocket. getDelegate()
Methods in io.vertx.reactivex.ext.web.handler.sockjs with parameters of type SockJSSocket Modifier and Type Method Description static SockJSSocket
SockJSSocket. newInstance(SockJSSocket arg)
Constructors in io.vertx.reactivex.ext.web.handler.sockjs with parameters of type SockJSSocket Constructor Description SockJSSocket(SockJSSocket delegate)
-
Uses of SockJSSocket in io.vertx.rxjava3.ext.web.handler.sockjs
Methods in io.vertx.rxjava3.ext.web.handler.sockjs that return SockJSSocket Modifier and Type Method Description SockJSSocket
SockJSSocket. getDelegate()
Methods in io.vertx.rxjava3.ext.web.handler.sockjs with parameters of type SockJSSocket Modifier and Type Method Description static SockJSSocket
SockJSSocket. newInstance(SockJSSocket arg)
Constructors in io.vertx.rxjava3.ext.web.handler.sockjs with parameters of type SockJSSocket Constructor Description SockJSSocket(SockJSSocket delegate)
-