public final class ServerFrame extends Object
Modifier and Type | Field and Description |
---|---|
static byte |
FIRST_FRAME |
static byte |
FIRST_SEG |
static int |
HEADER_SIZE |
static byte |
L1 |
static byte |
L2 |
static byte |
L3 |
static byte |
L4 |
static byte |
LAST_FRAME |
static byte |
LAST_SEG |
Constructor and Description |
---|
ServerFrame(byte flags,
SegmentType type,
byte track,
int channel,
QpidByteBuffer body) |
Modifier and Type | Method and Description |
---|---|
QpidByteBuffer |
getBody() |
int |
getChannel() |
byte |
getFlags() |
int |
getSize() |
byte |
getTrack() |
SegmentType |
getType() |
boolean |
isFirstFrame() |
boolean |
isFirstSegment() |
boolean |
isLastFrame() |
boolean |
isLastSegment() |
String |
toString() |
public static final int HEADER_SIZE
public static final byte L1
public static final byte L2
public static final byte L3
public static final byte L4
public static final byte FIRST_SEG
public static final byte LAST_SEG
public static final byte FIRST_FRAME
public static final byte LAST_FRAME
public ServerFrame(byte flags, SegmentType type, byte track, int channel, QpidByteBuffer body)
public QpidByteBuffer getBody()
public byte getFlags()
public int getChannel()
public int getSize()
public SegmentType getType()
public byte getTrack()
public boolean isFirstSegment()
public boolean isLastSegment()
public boolean isFirstFrame()
public boolean isLastFrame()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.