Class FlowType
java.lang.Object
org.apache.qpid.proton.codec.AbstractDescribedType<Flow,List>
org.apache.qpid.proton.codec.transport.FlowType
- All Implemented Interfaces:
AMQPType<Flow>
,DescribedTypeConstructor<Flow>
public final class FlowType
extends AbstractDescribedType<Flow,List>
implements DescribedTypeConstructor<Flow>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionnewInstance
(Object described) static void
register
(Decoder decoder, EncoderImpl encoder) protected List
Methods inherited from class org.apache.qpid.proton.codec.AbstractDescribedType
getAllEncodings, getCanonicalEncoding, getDecoder, getEncoder, getEncoding, write
-
Method Details
-
getDescriptor
- Specified by:
getDescriptor
in classAbstractDescribedType<Flow,
List>
-
wrap
- Specified by:
wrap
in classAbstractDescribedType<Flow,
List>
-
newInstance
- Specified by:
newInstance
in interfaceDescribedTypeConstructor<Flow>
-
getTypeClass
- Specified by:
getTypeClass
in interfaceAMQPType<Flow>
- Specified by:
getTypeClass
in interfaceDescribedTypeConstructor<Flow>
-
register
-