Class FastPathTransferType
java.lang.Object
org.apache.qpid.proton.codec.transport.FastPathTransferType
- All Implemented Interfaces:
AMQPType<Transfer>,FastPathDescribedTypeConstructor<Transfer>,TypeConstructor<Transfer>
public class FastPathTransferType
extends Object
implements AMQPType<Transfer>, FastPathDescribedTypeConstructor<Transfer>
Fast TrasnferType encoder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCollection<? extends TypeEncoding<Transfer>>getEncoding(Transfer transfer) static voidregister(Decoder decoder, EncoderImpl encoder) voidvoid
-
Constructor Details
-
FastPathTransferType
-
-
Method Details
-
getEncoder
-
getDecoder
-
readValue
- Specified by:
readValuein interfaceTypeConstructor<Transfer>
-
skipValue
public void skipValue()- Specified by:
skipValuein interfaceTypeConstructor<Transfer>
-
encodesJavaPrimitive
public boolean encodesJavaPrimitive()- Specified by:
encodesJavaPrimitivein interfaceTypeConstructor<Transfer>
-
getTypeClass
- Specified by:
getTypeClassin interfaceAMQPType<Transfer>- Specified by:
getTypeClassin interfaceTypeConstructor<Transfer>
-
getEncoding
- Specified by:
getEncodingin interfaceAMQPType<Transfer>
-
getCanonicalEncoding
- Specified by:
getCanonicalEncodingin interfaceAMQPType<Transfer>
-
getAllEncodings
- Specified by:
getAllEncodingsin interfaceAMQPType<Transfer>
-
write
-
register
-