public class SendFrameHeader extends Object
Constructor and Description |
---|
SendFrameHeader(int reminingInBuffer,
org.xnio.Pooled<ByteBuffer> byteBuffer) |
SendFrameHeader(int reminingInBuffer,
org.xnio.Pooled<ByteBuffer> byteBuffer,
boolean anotherFrameRequired) |
SendFrameHeader(org.xnio.Pooled<ByteBuffer> byteBuffer) |
Modifier and Type | Method and Description |
---|---|
org.xnio.Pooled<ByteBuffer> |
getByteBuffer() |
int |
getRemainingInBuffer() |
boolean |
isAnotherFrameRequired()
Returns true if another frame is required after this one.
|
public SendFrameHeader(int reminingInBuffer, org.xnio.Pooled<ByteBuffer> byteBuffer, boolean anotherFrameRequired)
public SendFrameHeader(int reminingInBuffer, org.xnio.Pooled<ByteBuffer> byteBuffer)
public SendFrameHeader(org.xnio.Pooled<ByteBuffer> byteBuffer)
public org.xnio.Pooled<ByteBuffer> getByteBuffer()
public int getRemainingInBuffer()
public boolean isAnotherFrameRequired()
Copyright © 2015 JBoss by Red Hat. All rights reserved.