Package | Description |
---|---|
org.apache.qpid.transport | |
org.apache.qpid.transport.codec |
Modifier and Type | Method and Description |
---|---|
static Struct |
Struct.create(int type) |
Struct[] |
Header.getStructs() |
Struct |
ExecutionResult.getValue() |
Modifier and Type | Method and Description |
---|---|
List<Struct> |
Header.getNonStandardProperties() |
Modifier and Type | Method and Description |
---|---|
void |
SessionInvoker.executionResult(int commandId,
Struct value,
Option... _options) |
ExecutionResult |
ExecutionResult.setValue(Struct value) |
ExecutionResult |
ExecutionResult.value(Struct value) |
Constructor and Description |
---|
ExecutionResult(int commandId,
Struct value,
Option... _options) |
Constructor and Description |
---|
Header(DeliveryProperties deliveryProps,
MessageProperties messageProps,
List<Struct> nonStandardProps) |
Modifier and Type | Method and Description |
---|---|
Struct |
Decoder.readStruct(int type) |
Struct |
AbstractDecoder.readStruct(int type) |
Struct |
Decoder.readStruct32()
The struct32 type describes any coded struct with a 32-bit (4 octet) size.
|
Struct |
AbstractDecoder.readStruct32() |
Modifier and Type | Method and Description |
---|---|
void |
Encoder.writeStruct(int type,
Struct struct)
The struct32 type describes any coded struct with a 32-bit (4 octet) size.
|
void |
AbstractEncoder.writeStruct(int type,
Struct s) |
void |
Encoder.writeStruct32(Struct struct)
The struct32 type describes any coded struct with a 32-bit (4 octet) size.
|
void |
AbstractEncoder.writeStruct32(Struct s) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.