Uses of Interface
io.undertow.websockets.core.WebSocketChannel.PartialFrame
Packages that use WebSocketChannel.PartialFrame
-
Uses of WebSocketChannel.PartialFrame in io.undertow.websockets.core
Subinterfaces of WebSocketChannel.PartialFrame in io.undertow.websockets.coreMethods in io.undertow.websockets.core that return WebSocketChannel.PartialFrameModifier and TypeMethodDescriptionprotected 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.PartialFrameModifier and TypeMethodDescriptionprotected WebSocketChannel.PartialFrame
WebSocket07Channel.receiveFrame()