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 TypeMethodDescriptionboolean
Collection<? extends TypeEncoding<Transfer>>
getEncoding
(Transfer transfer) static void
register
(Decoder decoder, EncoderImpl encoder) void
void
-
Constructor Details
-
FastPathTransferType
-
-
Method Details
-
getEncoder
-
getDecoder
-
readValue
- Specified by:
readValue
in interfaceTypeConstructor<Transfer>
-
skipValue
public void skipValue()- Specified by:
skipValue
in interfaceTypeConstructor<Transfer>
-
encodesJavaPrimitive
public boolean encodesJavaPrimitive()- Specified by:
encodesJavaPrimitive
in interfaceTypeConstructor<Transfer>
-
getTypeClass
- Specified by:
getTypeClass
in interfaceAMQPType<Transfer>
- Specified by:
getTypeClass
in interfaceTypeConstructor<Transfer>
-
getEncoding
- Specified by:
getEncoding
in interfaceAMQPType<Transfer>
-
getCanonicalEncoding
- Specified by:
getCanonicalEncoding
in interfaceAMQPType<Transfer>
-
getAllEncodings
- Specified by:
getAllEncodings
in interfaceAMQPType<Transfer>
-
write
-
register
-