Uses of Class
dev.relism.flash.websocket.WebSocketFrame
Packages that use WebSocketFrame
-
Uses of WebSocketFrame in dev.relism.flash.websocket
Methods in dev.relism.flash.websocket with parameters of type WebSocketFrameModifier and TypeMethodDescriptionvoidWebSocketSession.closeFromPeer(WebSocketFrame frame) voidWebSocketSession.echo(WebSocketFrame frame) voidWebSocketHandler.onMessage(WebSocketSession session, WebSocketFrame frame) booleanWebSocketSession.readFrame(WebSocketFrame frame) Reads the next complete message, reassembling continuation frames and delivering control frames (CLOSE/PING/PONG) as soon as they arrive — RFC 6455 §5.4 explicitly permits a control frame to interleave with a fragmented data message, and this must not disturb the data message's in-progress reassembly.voidWebSocketSession.sendPong(WebSocketFrame ping)