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 TypeMethodDescriptionbooleanCollection<? extends TypeEncoding<Flow>>getEncoding(Flow flow) static voidregister(Decoder decoder, EncoderImpl encoder) voidvoid
-
Constructor Details
-
FastPathFlowType
-
-
Method Details
-
getEncoder
-
getDecoder
-
encodesJavaPrimitive
public boolean encodesJavaPrimitive()- Specified by:
encodesJavaPrimitivein interfaceTypeConstructor<Flow>
-
getTypeClass
- Specified by:
getTypeClassin interfaceAMQPType<Flow>- Specified by:
getTypeClassin interfaceTypeConstructor<Flow>
-
getEncoding
- Specified by:
getEncodingin interfaceAMQPType<Flow>
-
getCanonicalEncoding
- Specified by:
getCanonicalEncodingin interfaceAMQPType<Flow>
-
getAllEncodings
- Specified by:
getAllEncodingsin interfaceAMQPType<Flow>
-
readValue
- Specified by:
readValuein interfaceTypeConstructor<Flow>
-
skipValue
public void skipValue()- Specified by:
skipValuein interfaceTypeConstructor<Flow>
-
write
-
register
-