Uses of Class
io.vertx.mutiny.core.http.WebSocket
-
Packages that use WebSocket Package Description io.vertx.mutiny.core.http -
-
Uses of WebSocket in io.vertx.mutiny.core.http
Fields in io.vertx.mutiny.core.http with type parameters of type WebSocket Modifier and Type Field Description static TypeArg<WebSocket>WebSocket. __TYPE_ARGMethods in io.vertx.mutiny.core.http that return WebSocket Modifier and Type Method Description WebSocketWebSocket. closeHandler(Runnable handler)WebSocketWebSocket. drainHandler(Runnable handler)WebSocketWebSocket. endHandler(Runnable endHandler)WebSocketWebSocket. exceptionHandler(Consumer<Throwable> handler)WebSocketWebSocket. fetch(long amount)WebSocketWebSocket. frameHandler(Consumer<WebSocketFrame> handler)WebSocketWebSocket. handler(Consumer<Buffer> handler)static WebSocketWebSocket. newInstance(io.vertx.core.http.WebSocket arg)WebSocketWebSocket. pause()WebSocketWebSocket. resume()WebSocketWebSocket. setWriteQueueMaxSize(int maxSize)WebSocketHttpClient. webSocketAbsAndAwait(String url, MultiMap headers, io.vertx.core.http.WebsocketVersion version, List<String> subProtocols)Blocking variant ofio.vertx.mutiny.core.http.HttpClient#webSocketAbs(String,io.vertx.mutiny.core.MultiMap,WebsocketVersion,List.) WebSocketHttpClient. webSocketAndAwait(int port, String host, String requestURI)Blocking variant ofHttpClient.webSocket(int,String,String).WebSocketHttpClient. webSocketAndAwait(io.vertx.core.http.WebSocketConnectOptions options)Blocking variant ofHttpClient.webSocket(WebSocketConnectOptions).WebSocketHttpClient. webSocketAndAwait(String requestURI)Blocking variant ofHttpClient.webSocket(String).WebSocketHttpClient. webSocketAndAwait(String host, String requestURI)Blocking variant ofHttpClient.webSocket(String,String).WebSocketWebSocket. writeBinaryMessageAndForget(Buffer data)WebSocketWebSocket. writeFinalBinaryFrameAndForget(Buffer data)WebSocketWebSocket. writeFinalTextFrameAndForget(String text)WebSocketWebSocket. writeFrameAndForget(WebSocketFrame frame)WebSocketWebSocket. writeTextMessageAndForget(String text)Methods in io.vertx.mutiny.core.http that return types with arguments of type WebSocket Modifier and Type Method Description io.smallrye.mutiny.Uni<WebSocket>HttpClient. webSocket(int port, String host, String requestURI)Connect a WebSocket to the specified port, host and relative request URIio.smallrye.mutiny.Uni<WebSocket>HttpClient. webSocket(io.vertx.core.http.WebSocketConnectOptions options)Connect a WebSocket with the specified options.io.smallrye.mutiny.Uni<WebSocket>HttpClient. webSocket(String requestURI)Connect a WebSocket at the relative request URI using the default host and portio.smallrye.mutiny.Uni<WebSocket>HttpClient. webSocket(String host, String requestURI)Connect a WebSocket to the host and relative request URI and default portio.smallrye.mutiny.Uni<WebSocket>HttpClient. webSocketAbs(String url, MultiMap headers, io.vertx.core.http.WebsocketVersion version, List<String> subProtocols)Connect a WebSocket with the specified absolute url, with the specified headers, using the specified version of WebSockets, and the specified WebSocket sub protocols.
-