Uses of Interface
io.vertx.core.http.WebSocketFrame
Packages that use WebSocketFrame
-
Uses of WebSocketFrame in io.vertx.core.http
Methods in io.vertx.core.http that return WebSocketFrameModifier and TypeMethodDescriptionstatic WebSocketFrameWebSocketFrame.binaryFrame(Buffer data, boolean isFinal) Create a binary WebSocket frame.static WebSocketFrameWebSocketFrame.continuationFrame(Buffer data, boolean isFinal) Create a continuation framestatic WebSocketFrameCreate a ping WebSocket frame.static WebSocketFrameCreate a pong WebSocket frame.static WebSocketFrameCreate a text WebSocket frame.Methods in io.vertx.core.http with parameters of type WebSocketFrameModifier and TypeMethodDescriptionWebSocketBase.writeFrame(WebSocketFrame frame) Write a WebSocket frame to the connectionMethod parameters in io.vertx.core.http with type arguments of type WebSocketFrameModifier and TypeMethodDescriptionClientWebSocket.frameHandler(Handler<WebSocketFrame> handler) ServerWebSocket.frameHandler(Handler<WebSocketFrame> handler) WebSocket.frameHandler(Handler<WebSocketFrame> handler) WebSocketBase.frameHandler(Handler<WebSocketFrame> handler) Set a frame handler on the connection. -
Uses of WebSocketFrame in io.vertx.reactivex.core.http
Methods in io.vertx.reactivex.core.http with parameters of type WebSocketFrameModifier and TypeMethodDescriptionClientWebSocket.rxWriteFrame(WebSocketFrame frame) Write a WebSocket frame to the connectionServerWebSocket.rxWriteFrame(WebSocketFrame frame) Write a WebSocket frame to the connectionWebSocket.rxWriteFrame(WebSocketFrame frame) Write a WebSocket frame to the connectionWebSocketBase.rxWriteFrame(WebSocketFrame frame) Write a WebSocket frame to the connectionClientWebSocket.writeFrame(WebSocketFrame frame) Write a WebSocket frame to the connectionServerWebSocket.writeFrame(WebSocketFrame frame) Write a WebSocket frame to the connectionWebSocket.writeFrame(WebSocketFrame frame) Write a WebSocket frame to the connectionWebSocketBase.writeFrame(WebSocketFrame frame) Write a WebSocket frame to the connectionMethod parameters in io.vertx.reactivex.core.http with type arguments of type WebSocketFrameModifier and TypeMethodDescriptionClientWebSocket.frameHandler(Handler<WebSocketFrame> handler) ServerWebSocket.frameHandler(Handler<WebSocketFrame> handler) WebSocket.frameHandler(Handler<WebSocketFrame> handler) WebSocketBase.frameHandler(Handler<WebSocketFrame> handler) Set a frame handler on the connection. -
Uses of WebSocketFrame in io.vertx.rxjava3.core.http
Methods in io.vertx.rxjava3.core.http with parameters of type WebSocketFrameModifier and TypeMethodDescriptionClientWebSocket.rxWriteFrame(WebSocketFrame frame) Write a WebSocket frame to the connectionServerWebSocket.rxWriteFrame(WebSocketFrame frame) Write a WebSocket frame to the connectionWebSocket.rxWriteFrame(WebSocketFrame frame) Write a WebSocket frame to the connectionWebSocketBase.rxWriteFrame(WebSocketFrame frame) Write a WebSocket frame to the connectionClientWebSocket.writeFrame(WebSocketFrame frame) Write a WebSocket frame to the connectionServerWebSocket.writeFrame(WebSocketFrame frame) Write a WebSocket frame to the connectionWebSocket.writeFrame(WebSocketFrame frame) Write a WebSocket frame to the connectionWebSocketBase.writeFrame(WebSocketFrame frame) Write a WebSocket frame to the connectionMethod parameters in io.vertx.rxjava3.core.http with type arguments of type WebSocketFrameModifier and TypeMethodDescriptionClientWebSocket.frameHandler(Handler<WebSocketFrame> handler) ServerWebSocket.frameHandler(Handler<WebSocketFrame> handler) WebSocket.frameHandler(Handler<WebSocketFrame> handler) WebSocketBase.frameHandler(Handler<WebSocketFrame> handler) Set a frame handler on the connection.