Package io.undertow.websockets.core
Interface WebSocketFrame
-
- All Superinterfaces:
FrameHeaderData,WebSocketChannel.PartialFrame
public interface WebSocketFrame extends WebSocketChannel.PartialFrame
- Author:
- Stuart Douglas
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisFinalFragment()-
Methods inherited from interface io.undertow.server.protocol.framed.FrameHeaderData
getExistingChannel, getFrameLength
-
Methods inherited from interface io.undertow.websockets.core.WebSocketChannel.PartialFrame
getChannel, handle, isDone
-
-