Package cool.scx.web.websocket
Class OnFrameRoutingContext
java.lang.Object
cool.scx.web.websocket.WebSocketRoutingContext
cool.scx.web.websocket.OnFrameRoutingContext
- All Implemented Interfaces:
io.vertx.core.Handler<WebSocketRoute>
OnFrameRoutingContext class.
- Version:
- 1.18.1
- Author:
- scx567888
-
Field Summary
Fields inherited from class cool.scx.web.websocket.WebSocketRoutingContext
iter, webSocket -
Method Summary
Modifier and TypeMethodDescriptionio.vertx.core.buffer.Bufferio.vertx.core.http.WebSocketFrameframe()voidhandle(WebSocketRoute next) textData()Methods inherited from class cool.scx.web.websocket.WebSocketRoutingContext
next, queryParam, queryParams, webSocket
-
Method Details
-
frame
public io.vertx.core.http.WebSocketFrame frame() -
textData
-
binaryData
public io.vertx.core.buffer.Buffer binaryData() -
handle
-