Uses of Interface
io.vertx.core.http.WebSocket
Packages that use WebSocket
-
Uses of WebSocket in io.vertx.core.http
Subinterfaces of WebSocket in io.vertx.core.httpModifier and TypeInterfaceDescriptioninterfaceRepresents a client-side WebSocket.interfaceRepresents a server side WebSocket.Methods in io.vertx.core.http that return WebSocketModifier and TypeMethodDescriptionWebSocket.binaryMessageHandler(Handler<Buffer> handler) WebSocket.closeHandler(Handler<Void> handler) WebSocket.drainHandler(Handler<Void> handler) WebSocket.endHandler(Handler<Void> endHandler) WebSocket.exceptionHandler(Handler<Throwable> handler) WebSocket.fetch(long amount) WebSocket.frameHandler(Handler<WebSocketFrame> handler) WebSocket.pause()WebSocket.pongHandler(Handler<Buffer> handler) default WebSocketWebSocket.resume()WebSocket.setWriteQueueMaxSize(int maxSize) WebSocket.shutdownHandler(Handler<Void> handler) WebSocket.textMessageHandler(Handler<String> handler) Methods in io.vertx.core.http that return types with arguments of type WebSocketModifier and TypeMethodDescriptionConnect this WebSocket to the specified port, host and relative request URI.ClientWebSocket.connect(WebSocketConnectOptions options) Connect this WebSocket with the specified options.Connect this WebSocket at the relative request URI using the default host and port.Connect this WebSocket to the host and relative request URI and default port.Connect a WebSocket to the specified port, host and relative request URI.WebSocketClient.connect(WebSocketConnectOptions options) Connect a WebSocket with the specified options.Connect a WebSocket to the default client port, default client host and specified, relative request URI.Connect a WebSocket to the default client port and specified host and relative request URI. -
Uses of WebSocket in io.vertx.reactivex.core.http
Methods in io.vertx.reactivex.core.http that return WebSocketMethods in io.vertx.reactivex.core.http with parameters of type WebSocketConstructors in io.vertx.reactivex.core.http with parameters of type WebSocket -
Uses of WebSocket in io.vertx.rxjava3.core.http
Methods in io.vertx.rxjava3.core.http that return WebSocketMethods in io.vertx.rxjava3.core.http with parameters of type WebSocketConstructors in io.vertx.rxjava3.core.http with parameters of type WebSocket