public static interface WebSocketChannel.PartialFrame
Modifier and Type | Method and Description |
---|---|
StreamSourceFrameChannel |
getChannel() |
void |
handle(ByteBuffer data,
org.xnio.StreamConnection channel,
org.xnio.conduits.PushBackStreamSourceConduit pushBack)
Handles the data, any remaining data will be pushed back
|
boolean |
isDone() |
StreamSourceFrameChannel getChannel()
void handle(ByteBuffer data, org.xnio.StreamConnection channel, org.xnio.conduits.PushBackStreamSourceConduit pushBack) throws WebSocketException
WebSocketException
boolean isDone()
Copyright © 2013 JBoss by Red Hat. All rights reserved.