public static interface WebSocketChannel.PartialFrame extends FrameHeaderData
| Modifier and Type | Method and Description |
|---|---|
StreamSourceFrameChannel |
getChannel(org.xnio.Pooled<ByteBuffer> data) |
void |
handle(ByteBuffer data)
Handles the data, any remaining data will be pushed back
|
boolean |
isDone() |
getExistingChannel, getFrameLengthStreamSourceFrameChannel getChannel(org.xnio.Pooled<ByteBuffer> data)
void handle(ByteBuffer data) throws WebSocketException
WebSocketExceptionboolean isDone()
Copyright © 2014 JBoss by Red Hat. All rights reserved.