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