Package | Description |
---|---|
org.apache.qpid.server.protocol.v0_10 | |
org.apache.qpid.transport | |
org.apache.qpid.transport.network |
Modifier and Type | Method and Description |
---|---|
SegmentType |
ServerFrame.getType() |
Constructor and Description |
---|
ServerFrame(byte flags,
SegmentType type,
byte track,
int channel,
QpidByteBuffer body) |
Modifier and Type | Method and Description |
---|---|
static SegmentType |
SegmentType.get(short value) |
static SegmentType |
SegmentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SegmentType[] |
SegmentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SegmentType |
Frame.getType() |
Constructor and Description |
---|
Frame(byte flags,
SegmentType type,
byte track,
int channel,
ByteBuffer body) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.