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 interfaceWebSocketFrameMethods in io.undertow.websockets.core that return WebSocketChannel.PartialFrame Modifier and Type Method Description protected abstract WebSocketChannel.PartialFrameWebSocketChannel. receiveFrame()Create a newStreamSourceFrameChannelwhich 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.PartialFrameWebSocket07Channel. receiveFrame()
-