|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Struct | |
---|---|
org.apache.qpid.transport | |
org.apache.qpid.transport.codec |
Uses of Struct in org.apache.qpid.transport |
---|
Methods in org.apache.qpid.transport that return Struct | |
---|---|
static Struct |
Struct.create(int type)
|
static Struct |
StructFactory.create(int type)
|
static Struct |
StructFactory.createInstruction(int type)
|
Struct[] |
Header.getStructs()
|
Struct |
ExecutionResult.getValue()
|
Methods in org.apache.qpid.transport with parameters of type Struct | |
---|---|
void |
SessionInvoker.executionResult(int commandId,
Struct value,
Option... _options)
|
(package private) void |
Session.result(int command,
Struct result)
|
ExecutionResult |
ExecutionResult.setValue(Struct value)
|
ExecutionResult |
ExecutionResult.value(Struct value)
|
Constructors in org.apache.qpid.transport with parameters of type Struct | |
---|---|
ExecutionResult(int commandId,
Struct value,
Option... _options)
|
|
Header(Struct... structs)
|
Constructor parameters in org.apache.qpid.transport with type arguments of type Struct | |
---|---|
Header(List<Struct> structs)
|
Uses of Struct in org.apache.qpid.transport.codec |
---|
Methods in org.apache.qpid.transport.codec that return Struct | |
---|---|
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()
|
Methods in org.apache.qpid.transport.codec with parameters of type Struct | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |