Package | Description |
---|---|
brown.tracingplane.baggageprotocol |
Defines an encoding scheme for nested data structures using atoms.
|
Modifier and Type | Field and Description |
---|---|
static AtomPrefixTypes.HeaderType |
AtomPrefixes.IndexedHeaderPrefix.headerType |
static AtomPrefixTypes.HeaderType |
AtomPrefixes.KeyedHeaderPrefix.headerType |
Modifier and Type | Method and Description |
---|---|
static AtomPrefixTypes.HeaderType |
AtomPrefixTypes.HeaderType.fromByte(byte b)
Inspect the final two bits of the provided byte and return the corresponding
AtomPrefixTypes.HeaderType |
static AtomPrefixTypes.HeaderType |
AtomPrefixTypes.HeaderType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AtomPrefixTypes.HeaderType[] |
AtomPrefixTypes.HeaderType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
HeaderPrefix(AtomPrefixTypes.Level level,
AtomPrefixTypes.HeaderType headerType,
AtomPrefixTypes.BagOptionsInPrefix options) |