Uses of Class
org.apache.qpid.proton.amqp.UnsignedInteger
Packages that use UnsignedInteger
Package
Description
-
Uses of UnsignedInteger in org.apache.qpid.proton.amqp
Fields in org.apache.qpid.proton.amqp declared as UnsignedIntegerModifier and TypeFieldDescriptionstatic final UnsignedIntegerUnsignedInteger.MAX_VALUEstatic final UnsignedIntegerUnsignedInteger.ONEstatic final UnsignedIntegerUnsignedInteger.ZEROMethods in org.apache.qpid.proton.amqp that return UnsignedIntegerModifier and TypeMethodDescriptionUnsignedInteger.add(UnsignedInteger i) UnsignedInteger.subtract(UnsignedInteger i) static UnsignedIntegerUnsignedInteger.valueOf(int underlying) static UnsignedIntegerUnsignedInteger.valueOf(long longVal) static UnsignedIntegerMethods in org.apache.qpid.proton.amqp with parameters of type UnsignedIntegerModifier and TypeMethodDescriptionUnsignedInteger.add(UnsignedInteger i) intUnsignedInteger.compareTo(UnsignedInteger o) UnsignedInteger.subtract(UnsignedInteger i) -
Uses of UnsignedInteger in org.apache.qpid.proton.amqp.messaging
Methods in org.apache.qpid.proton.amqp.messaging that return UnsignedIntegerModifier and TypeMethodDescriptionHeader.getDeliveryCount()Properties.getGroupSequence()Received.getSectionNumber()final UnsignedIntegerTerminus.getTimeout()Header.getTtl()TerminusDurability.getValue()Methods in org.apache.qpid.proton.amqp.messaging with parameters of type UnsignedIntegerModifier and TypeMethodDescriptionstatic TerminusDurabilityTerminusDurability.get(UnsignedInteger value) voidHeader.setDeliveryCount(UnsignedInteger deliveryCount) voidProperties.setGroupSequence(UnsignedInteger groupSequence) voidReceived.setSectionNumber(UnsignedInteger sectionNumber) final 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 UnsignedIntegerModifier and TypeMethodDescriptionFlow.getAvailable()Flow.getDeliveryCount()Transfer.getDeliveryId()Disposition.getFirst()Attach.getHandle()Detach.getHandle()Flow.getHandle()Transfer.getHandle()Begin.getHandleMax()Open.getIdleTimeOut()Begin.getIncomingWindow()Flow.getIncomingWindow()Attach.getInitialDeliveryCount()Disposition.getLast()Flow.getLinkCredit()Open.getMaxFrameSize()Transfer.getMessageFormat()Flow.getNextIncomingId()Begin.getNextOutgoingId()Flow.getNextOutgoingId()Begin.getOutgoingWindow()Flow.getOutgoingWindow()Methods in org.apache.qpid.proton.amqp.transport with parameters of type UnsignedIntegerModifier and TypeMethodDescriptionvoidFlow.setAvailable(UnsignedInteger available) voidFlow.setDeliveryCount(UnsignedInteger deliveryCount) voidTransfer.setDeliveryId(UnsignedInteger deliveryId) voidDisposition.setFirst(UnsignedInteger first) voidAttach.setHandle(UnsignedInteger handle) voidDetach.setHandle(UnsignedInteger handle) voidFlow.setHandle(UnsignedInteger handle) voidTransfer.setHandle(UnsignedInteger handle) voidBegin.setHandleMax(UnsignedInteger handleMax) voidOpen.setIdleTimeOut(UnsignedInteger idleTimeOut) voidBegin.setIncomingWindow(UnsignedInteger incomingWindow) voidFlow.setIncomingWindow(UnsignedInteger incomingWindow) voidAttach.setInitialDeliveryCount(UnsignedInteger initialDeliveryCount) voidDisposition.setLast(UnsignedInteger last) voidFlow.setLinkCredit(UnsignedInteger linkCredit) voidOpen.setMaxFrameSize(UnsignedInteger maxFrameSize) voidTransfer.setMessageFormat(UnsignedInteger messageFormat) voidFlow.setNextIncomingId(UnsignedInteger nextIncomingId) voidBegin.setNextOutgoingId(UnsignedInteger nextOutgoingId) voidFlow.setNextOutgoingId(UnsignedInteger nextOutgoingId) voidBegin.setOutgoingWindow(UnsignedInteger outgoingWindow) voidFlow.setOutgoingWindow(UnsignedInteger outgoingWindow) -
Uses of UnsignedInteger in org.apache.qpid.proton.codec
Methods in org.apache.qpid.proton.codec that return UnsignedIntegerModifier and TypeMethodDescriptionData.getUnsignedInteger()Decoder.readUnsignedInteger()Decoder.readUnsignedInteger(UnsignedInteger defaultVal) DecoderImpl.readUnsignedInteger()DecoderImpl.readUnsignedInteger(UnsignedInteger defaultVal) Methods in org.apache.qpid.proton.codec that return types with arguments of type UnsignedIntegerMethods in org.apache.qpid.proton.codec with parameters of type UnsignedIntegerModifier and TypeMethodDescriptionvoidUnsignedIntegerType.fastWrite(EncoderImpl encoder, UnsignedInteger value) UnsignedIntegerType.getEncoding(UnsignedInteger val) voidData.putUnsignedInteger(UnsignedInteger ui) Decoder.readUnsignedInteger(UnsignedInteger defaultVal) DecoderImpl.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 UnsignedIntegerMethods in org.apache.qpid.proton.codec.impl with parameters of type UnsignedInteger -
Uses of UnsignedInteger in org.apache.qpid.proton.engine.impl
Methods in org.apache.qpid.proton.engine.impl that return UnsignedInteger