public class SendFrameHeader extends Object
Constructor and Description |
---|
SendFrameHeader(int reminingInBuffer, PooledByteBuffer byteBuffer) |
SendFrameHeader(int reminingInBuffer, PooledByteBuffer byteBuffer, boolean anotherFrameRequired) |
SendFrameHeader(int reminingInBuffer, PooledByteBuffer byteBuffer, boolean anotherFrameRequired, ByteBuffer trailer) |
SendFrameHeader(PooledByteBuffer byteBuffer) |
Modifier and Type | Method and Description |
---|---|
PooledByteBuffer | getByteBuffer() |
int | getRemainingInBuffer() |
ByteBuffer | getTrailer() |
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, boolean anotherFrameRequired, ByteBuffer trailer)
public SendFrameHeader(int reminingInBuffer, PooledByteBuffer byteBuffer)
public SendFrameHeader(PooledByteBuffer byteBuffer)
public PooledByteBuffer getByteBuffer()
public ByteBuffer getTrailer()
public int getRemainingInBuffer()
public boolean isAnotherFrameRequired()
Copyright © 2020 JBoss by Red Hat. All rights reserved.