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