Uses of Class
io.vertx.reactivex.core.http.WebSocketFrame
-
Packages that use WebSocketFrame Package Description io.vertx.reactivex.core.http -
-
Uses of WebSocketFrame in io.vertx.reactivex.core.http
Fields in io.vertx.reactivex.core.http with type parameters of type WebSocketFrame Modifier and Type Field Description static TypeArg<WebSocketFrame>WebSocketFrame. __TYPE_ARGMethods in io.vertx.reactivex.core.http that return WebSocketFrame Modifier and Type Method Description static WebSocketFrameWebSocketFrame. binaryFrame(Buffer data, boolean isFinal)Create a binary WebSocket frame.static WebSocketFrameWebSocketFrame. continuationFrame(Buffer data, boolean isFinal)Create a continuation framestatic WebSocketFrameWebSocketFrame. newInstance(WebSocketFrame arg)static WebSocketFrameWebSocketFrame. pingFrame(Buffer data)Create a ping WebSocket frame.static WebSocketFrameWebSocketFrame. pongFrame(Buffer data)Create a pong WebSocket frame.static WebSocketFrameWebSocketFrame. textFrame(String str, boolean isFinal)Create a text WebSocket frame.Method parameters in io.vertx.reactivex.core.http with type arguments of type WebSocketFrame Modifier and Type Method Description ServerWebSocketServerWebSocket. frameHandler(Handler<WebSocketFrame> handler)WebSocketWebSocket. frameHandler(Handler<WebSocketFrame> handler)WebSocketBaseWebSocketBase. frameHandler(Handler<WebSocketFrame> handler)Set a frame handler on the connection.
-