Uses of Class
org.apache.qpid.proton.amqp.UnsignedShort
-
Packages that use UnsignedShort Package Description org.apache.qpid.proton.amqp org.apache.qpid.proton.amqp.transport org.apache.qpid.proton.codec org.apache.qpid.proton.codec.impl -
-
Uses of UnsignedShort in org.apache.qpid.proton.amqp
Fields in org.apache.qpid.proton.amqp declared as UnsignedShort Modifier and Type Field Description static UnsignedShortUnsignedShort. MAX_VALUEMethods in org.apache.qpid.proton.amqp that return UnsignedShort Modifier and Type Method Description static UnsignedShortUnsignedShort. valueOf(short underlying)static UnsignedShortUnsignedShort. valueOf(java.lang.String value)Methods in org.apache.qpid.proton.amqp with parameters of type UnsignedShort Modifier and Type Method Description intUnsignedShort. compareTo(UnsignedShort o) -
Uses of UnsignedShort in org.apache.qpid.proton.amqp.transport
Methods in org.apache.qpid.proton.amqp.transport that return UnsignedShort Modifier and Type Method Description UnsignedShortOpen. getChannelMax()UnsignedShortBegin. getRemoteChannel()Methods in org.apache.qpid.proton.amqp.transport with parameters of type UnsignedShort Modifier and Type Method Description voidOpen. setChannelMax(UnsignedShort channelMax)voidBegin. setRemoteChannel(UnsignedShort remoteChannel) -
Uses of UnsignedShort in org.apache.qpid.proton.codec
Methods in org.apache.qpid.proton.codec that return UnsignedShort Modifier and Type Method Description UnsignedShortData. getUnsignedShort()UnsignedShortDecoder. readUnsignedShort()UnsignedShortDecoder. readUnsignedShort(UnsignedShort defaultVal)UnsignedShortDecoderImpl. readUnsignedShort()UnsignedShortDecoderImpl. readUnsignedShort(UnsignedShort defaultVal)Methods in org.apache.qpid.proton.codec that return types with arguments of type UnsignedShort Modifier and Type Method Description java.lang.Class<UnsignedShort>UnsignedShortType. getTypeClass()Methods in org.apache.qpid.proton.codec with parameters of type UnsignedShort Modifier and Type Method Description voidUnsignedShortType. fastWrite(EncoderImpl encoder, UnsignedShort value)org.apache.qpid.proton.codec.UnsignedShortType.UnsignedShortEncodingUnsignedShortType. getEncoding(UnsignedShort val)voidData. putUnsignedShort(UnsignedShort us)UnsignedShortDecoder. readUnsignedShort(UnsignedShort defaultVal)UnsignedShortDecoderImpl. readUnsignedShort(UnsignedShort defaultVal)voidEncoder. writeUnsignedShort(UnsignedShort ushort)voidEncoderImpl. writeUnsignedShort(UnsignedShort ushort) -
Uses of UnsignedShort in org.apache.qpid.proton.codec.impl
Methods in org.apache.qpid.proton.codec.impl that return UnsignedShort Modifier and Type Method Description UnsignedShortDataImpl. getUnsignedShort()Methods in org.apache.qpid.proton.codec.impl with parameters of type UnsignedShort Modifier and Type Method Description voidDataImpl. putUnsignedShort(UnsignedShort us)
-