Uses of Interface
io.undertow.websockets.core.WebSocketChannel.PartialFrame
-
Packages that use WebSocketChannel.PartialFrame Package Description io.undertow.websockets.core io.undertow.websockets.core.protocol.version07 -
-
Uses of WebSocketChannel.PartialFrame in io.undertow.websockets.core
Subinterfaces of WebSocketChannel.PartialFrame in io.undertow.websockets.core Modifier and Type Interface Description interface
WebSocketFrame
Methods in io.undertow.websockets.core that return WebSocketChannel.PartialFrame Modifier and Type Method Description protected abstract WebSocketChannel.PartialFrame
WebSocketChannel. receiveFrame()
Create a newStreamSourceFrameChannel
which can be used to read the data of the received Frame -
Uses of WebSocketChannel.PartialFrame in io.undertow.websockets.core.protocol.version07
Methods in io.undertow.websockets.core.protocol.version07 that return WebSocketChannel.PartialFrame Modifier and Type Method Description protected WebSocketChannel.PartialFrame
WebSocket07Channel. receiveFrame()
-