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