Uses of Class
org.eclipse.jetty.websocket.core.internal.Parser.ParsedFrame
-
Uses of Parser.ParsedFrame in org.eclipse.jetty.websocket.core.internal
Modifier and TypeMethodDescriptionprotected Parser.ParsedFrame
Parser.newFrame
(byte firstByte, byte[] mask, ByteBuffer payload, boolean releaseable) Parser.parse
(ByteBuffer buffer) Parse the buffer.Modifier and TypeMethodDescriptionprotected void
WebSocketConnection.onFrame
(Parser.ParsedFrame frame)