Uses of Class
org.apache.qpid.proton.amqp.UnsignedInteger
-
-
Uses of UnsignedInteger in org.apache.qpid.proton.amqp
Fields in org.apache.qpid.proton.amqp declared as UnsignedInteger Modifier and Type Field Description static UnsignedIntegerUnsignedInteger. MAX_VALUEstatic UnsignedIntegerUnsignedInteger. ONEstatic UnsignedIntegerUnsignedInteger. ZEROMethods in org.apache.qpid.proton.amqp that return UnsignedInteger Modifier and Type Method Description UnsignedIntegerUnsignedInteger. add(UnsignedInteger i)UnsignedIntegerUnsignedInteger. subtract(UnsignedInteger i)static UnsignedIntegerUnsignedInteger. valueOf(int underlying)static UnsignedIntegerUnsignedInteger. valueOf(long longVal)static UnsignedIntegerUnsignedInteger. valueOf(java.lang.String value)Methods in org.apache.qpid.proton.amqp with parameters of type UnsignedInteger Modifier and Type Method Description UnsignedIntegerUnsignedInteger. add(UnsignedInteger i)intUnsignedInteger. compareTo(UnsignedInteger o)UnsignedIntegerUnsignedInteger. subtract(UnsignedInteger i) -
Uses of UnsignedInteger in org.apache.qpid.proton.amqp.messaging
Methods in org.apache.qpid.proton.amqp.messaging that return UnsignedInteger Modifier and Type Method Description UnsignedIntegerHeader. getDeliveryCount()UnsignedIntegerProperties. getGroupSequence()UnsignedIntegerReceived. getSectionNumber()UnsignedIntegerTerminus. getTimeout()UnsignedIntegerHeader. getTtl()UnsignedIntegerTerminusDurability. getValue()Methods in org.apache.qpid.proton.amqp.messaging with parameters of type UnsignedInteger Modifier and Type Method Description static TerminusDurabilityTerminusDurability. get(UnsignedInteger value)voidHeader. setDeliveryCount(UnsignedInteger deliveryCount)voidProperties. setGroupSequence(UnsignedInteger groupSequence)voidReceived. setSectionNumber(UnsignedInteger sectionNumber)voidTerminus. setTimeout(UnsignedInteger timeout)voidHeader. setTtl(UnsignedInteger ttl) -
Uses of UnsignedInteger in org.apache.qpid.proton.amqp.transport
Methods in org.apache.qpid.proton.amqp.transport that return UnsignedInteger Modifier and Type Method Description UnsignedIntegerFlow. getAvailable()UnsignedIntegerFlow. getDeliveryCount()UnsignedIntegerTransfer. getDeliveryId()UnsignedIntegerDisposition. getFirst()UnsignedIntegerAttach. getHandle()UnsignedIntegerDetach. getHandle()UnsignedIntegerFlow. getHandle()UnsignedIntegerTransfer. getHandle()UnsignedIntegerBegin. getHandleMax()UnsignedIntegerOpen. getIdleTimeOut()UnsignedIntegerBegin. getIncomingWindow()UnsignedIntegerFlow. getIncomingWindow()UnsignedIntegerAttach. getInitialDeliveryCount()UnsignedIntegerDisposition. getLast()UnsignedIntegerFlow. getLinkCredit()UnsignedIntegerOpen. getMaxFrameSize()UnsignedIntegerTransfer. getMessageFormat()UnsignedIntegerFlow. getNextIncomingId()UnsignedIntegerBegin. getNextOutgoingId()UnsignedIntegerFlow. getNextOutgoingId()UnsignedIntegerBegin. getOutgoingWindow()UnsignedIntegerFlow. getOutgoingWindow() -
Uses of UnsignedInteger in org.apache.qpid.proton.codec
Methods in org.apache.qpid.proton.codec that return UnsignedInteger Modifier and Type Method Description UnsignedIntegerData. getUnsignedInteger()UnsignedIntegerDecoder. readUnsignedInteger()UnsignedIntegerDecoder. readUnsignedInteger(UnsignedInteger defaultVal)UnsignedIntegerDecoderImpl. readUnsignedInteger()UnsignedIntegerDecoderImpl. readUnsignedInteger(UnsignedInteger defaultVal)Methods in org.apache.qpid.proton.codec that return types with arguments of type UnsignedInteger Modifier and Type Method Description java.lang.Class<UnsignedInteger>UnsignedIntegerType. getTypeClass()Methods in org.apache.qpid.proton.codec with parameters of type UnsignedInteger Modifier and Type Method Description voidUnsignedIntegerType. fastWrite(EncoderImpl encoder, UnsignedInteger value)UnsignedIntegerType.UnsignedIntegerEncodingUnsignedIntegerType. getEncoding(UnsignedInteger val)voidData. putUnsignedInteger(UnsignedInteger ui)UnsignedIntegerDecoder. readUnsignedInteger(UnsignedInteger defaultVal)UnsignedIntegerDecoderImpl. readUnsignedInteger(UnsignedInteger defaultVal)voidEncoder. writeUnsignedInteger(UnsignedInteger ushort)voidEncoderImpl. writeUnsignedInteger(UnsignedInteger uint) -
Uses of UnsignedInteger in org.apache.qpid.proton.codec.impl
Methods in org.apache.qpid.proton.codec.impl that return UnsignedInteger Modifier and Type Method Description UnsignedIntegerDataImpl. getUnsignedInteger()Methods in org.apache.qpid.proton.codec.impl with parameters of type UnsignedInteger Modifier and Type Method Description voidDataImpl. putUnsignedInteger(UnsignedInteger ui) -
Uses of UnsignedInteger in org.apache.qpid.proton.engine.impl
Methods in org.apache.qpid.proton.engine.impl that return UnsignedInteger Modifier and Type Method Description UnsignedIntegerTransportDelivery. getDeliveryId()
-