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 java.lang.Object implements AMQPType<Flow>, FastPathDescribedTypeConstructor<Flow>
-
-
Constructor Summary
Constructors Constructor Description FastPathFlowType(EncoderImpl encoder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanencodesJavaPrimitive()java.util.Collection<? extends TypeEncoding<Flow>>getAllEncodings()TypeEncoding<Flow>getCanonicalEncoding()DecoderImplgetDecoder()EncoderImplgetEncoder()TypeEncoding<Flow>getEncoding(Flow flow)java.lang.Class<Flow>getTypeClass()FlowreadValue()static voidregister(Decoder decoder, EncoderImpl encoder)voidskipValue()voidwrite(Flow flow)
-
-
-
Constructor Detail
-
FastPathFlowType
public FastPathFlowType(EncoderImpl encoder)
-
-
Method Detail
-
getEncoder
public EncoderImpl getEncoder()
-
getDecoder
public DecoderImpl getDecoder()
-
encodesJavaPrimitive
public boolean encodesJavaPrimitive()
- Specified by:
encodesJavaPrimitivein interfaceTypeConstructor<Flow>
-
getTypeClass
public java.lang.Class<Flow> getTypeClass()
- Specified by:
getTypeClassin interfaceAMQPType<Flow>- Specified by:
getTypeClassin interfaceTypeConstructor<Flow>
-
getEncoding
public TypeEncoding<Flow> getEncoding(Flow flow)
- Specified by:
getEncodingin interfaceAMQPType<Flow>
-
getCanonicalEncoding
public TypeEncoding<Flow> getCanonicalEncoding()
- Specified by:
getCanonicalEncodingin interfaceAMQPType<Flow>
-
getAllEncodings
public java.util.Collection<? extends TypeEncoding<Flow>> getAllEncodings()
- Specified by:
getAllEncodingsin interfaceAMQPType<Flow>
-
readValue
public Flow readValue()
- Specified by:
readValuein interfaceTypeConstructor<Flow>
-
skipValue
public void skipValue()
- Specified by:
skipValuein interfaceTypeConstructor<Flow>
-
register
public static void register(Decoder decoder, EncoderImpl encoder)
-
-