public class SaslChallengeType extends AbstractDescribedType<SaslChallenge,List> implements DescribedTypeConstructor<SaslChallenge>
| Modifier and Type | Method and Description |
|---|---|
UnsignedLong |
getDescriptor() |
Class<SaslChallenge> |
getTypeClass() |
SaslChallenge |
newInstance(Object described) |
static void |
register(Decoder decoder,
EncoderImpl encoder) |
protected List |
wrap(SaslChallenge val) |
getAllEncodings, getCanonicalEncoding, getDecoder, getEncoder, getEncoding, writepublic UnsignedLong getDescriptor()
getDescriptor in class AbstractDescribedType<SaslChallenge,List>protected List wrap(SaslChallenge val)
wrap in class AbstractDescribedType<SaslChallenge,List>public SaslChallenge newInstance(Object described)
newInstance in interface DescribedTypeConstructor<SaslChallenge>public Class<SaslChallenge> getTypeClass()
getTypeClass in interface AMQPType<SaslChallenge>getTypeClass in interface DescribedTypeConstructor<SaslChallenge>public static void register(Decoder decoder, EncoderImpl encoder)
Copyright © 2020 The Apache Software Foundation. All rights reserved.