Class FastPathFlowType
java.lang.Object
org.apache.qpid.proton.codec.transport.FastPathFlowType
- All Implemented Interfaces:
AMQPType<Flow>
,FastPathDescribedTypeConstructor<Flow>
,TypeConstructor<Flow>
public class FastPathFlowType
extends Object
implements AMQPType<Flow>, FastPathDescribedTypeConstructor<Flow>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Collection
<? extends TypeEncoding<Flow>> getEncoding
(Flow flow) static void
register
(Decoder decoder, EncoderImpl encoder) void
void
-
Constructor Details
-
FastPathFlowType
-
-
Method Details
-
getEncoder
-
getDecoder
-
encodesJavaPrimitive
public boolean encodesJavaPrimitive()- Specified by:
encodesJavaPrimitive
in interfaceTypeConstructor<Flow>
-
getTypeClass
- Specified by:
getTypeClass
in interfaceAMQPType<Flow>
- Specified by:
getTypeClass
in interfaceTypeConstructor<Flow>
-
getEncoding
- Specified by:
getEncoding
in interfaceAMQPType<Flow>
-
getCanonicalEncoding
- Specified by:
getCanonicalEncoding
in interfaceAMQPType<Flow>
-
getAllEncodings
- Specified by:
getAllEncodings
in interfaceAMQPType<Flow>
-
readValue
- Specified by:
readValue
in interfaceTypeConstructor<Flow>
-
skipValue
public void skipValue()- Specified by:
skipValue
in interfaceTypeConstructor<Flow>
-
write
-
register
-