Uses of Interface
io.vertx.reactivex.core.http.WebSocketBase
Packages that use WebSocketBase
-
Uses of WebSocketBase in io.vertx.reactivex.core.http
Classes in io.vertx.reactivex.core.http that implement WebSocketBaseModifier and TypeClassDescriptionclassRepresents a client-side WebSocket.classRepresents a server side WebSocket.classCommon WebSocket implementation.Methods in io.vertx.reactivex.core.http that return WebSocketBaseModifier and TypeMethodDescriptionWebSocketBase.binaryMessageHandler(Handler<Buffer> handler) Set a binary message handler on the connection.WebSocketBase.closeHandler(Handler<Void> handler) Set a close handler.WebSocketBase.drainHandler(Handler<Void> handler) WebSocketBase.endHandler(Handler<Void> endHandler) WebSocketBase.exceptionHandler(Handler<Throwable> handler) WebSocketBase.fetch(long amount) WebSocketBase.frameHandler(Handler<WebSocketFrame> handler) Set a frame handler on the connection.static WebSocketBaseWebSocketBase.newInstance(WebSocketBase arg) WebSocketBase.pause()WebSocketBase.pongHandler(Handler<Buffer> handler) Set a pong frame handler on the connection.WebSocketBase.resume()WebSocketBase.setWriteQueueMaxSize(int maxSize) WebSocketBase.shutdownHandler(Handler<Void> handler) Set ahandlernotified when the WebSocket is shutdown: the client or server will close the connection within a certain amount of time.WebSocketBase.textMessageHandler(Handler<String> handler) Set a text message handler on the connection.