public class UnsignedShortType extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
fastWrite(EncoderImpl encoder,
UnsignedShort value) |
Collection<org.apache.qpid.proton.codec.UnsignedShortType.UnsignedShortEncoding> |
getAllEncodings() |
org.apache.qpid.proton.codec.UnsignedShortType.UnsignedShortEncoding |
getCanonicalEncoding() |
org.apache.qpid.proton.codec.UnsignedShortType.UnsignedShortEncoding |
getEncoding(UnsignedShort val) |
Class<UnsignedShort> |
getTypeClass() |
void |
write(T val) |
public Class<UnsignedShort> getTypeClass()
public org.apache.qpid.proton.codec.UnsignedShortType.UnsignedShortEncoding getEncoding(UnsignedShort val)
public void fastWrite(EncoderImpl encoder, UnsignedShort value)
public org.apache.qpid.proton.codec.UnsignedShortType.UnsignedShortEncoding getCanonicalEncoding()
public Collection<org.apache.qpid.proton.codec.UnsignedShortType.UnsignedShortEncoding> getAllEncodings()
Copyright © 2020 The Apache Software Foundation. All rights reserved.