| Package | Description |
|---|---|
| org.apache.qpid.transport | |
| org.apache.qpid.transport.network |
| 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–2019 The Apache Software Foundation. All rights reserved.