| Package | Description |
|---|---|
| io.undertow.websockets.core | |
| io.undertow.websockets.core.protocol.version00 | |
| io.undertow.websockets.core.protocol.version07 |
| Modifier and Type | Method and Description |
|---|---|
protected abstract WebSocketChannel.PartialFrame |
WebSocketChannel.receiveFrame(WebSocketChannel.StreamSourceChannelControl streamSourceChannelControl)
Create a new
StreamSourceFrameChannel which can be used to read the data of the received WebSocket Frame |
| Modifier and Type | Method and Description |
|---|---|
protected WebSocketChannel.PartialFrame |
WebSocket00Channel.receiveFrame(WebSocketChannel.StreamSourceChannelControl streamSourceChannelControl) |
| Modifier and Type | Method and Description |
|---|---|
protected WebSocketChannel.PartialFrame |
WebSocket07Channel.receiveFrame(WebSocketChannel.StreamSourceChannelControl streamSourceChannelControl) |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.