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 UnsignedInteger
UnsignedInteger.MAX_VALUE
static final UnsignedInteger
UnsignedInteger.ONE
static final UnsignedInteger
UnsignedInteger.ZERO
Methods in org.apache.qpid.proton.amqp that return UnsignedIntegerModifier and TypeMethodDescriptionUnsignedInteger.add
(UnsignedInteger i) UnsignedInteger.subtract
(UnsignedInteger i) static UnsignedInteger
UnsignedInteger.valueOf
(int underlying) static UnsignedInteger
UnsignedInteger.valueOf
(long longVal) static UnsignedInteger
Methods in org.apache.qpid.proton.amqp with parameters of type UnsignedIntegerModifier and TypeMethodDescriptionUnsignedInteger.add
(UnsignedInteger i) int
UnsignedInteger.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 UnsignedInteger
Terminus.getTimeout()
Header.getTtl()
TerminusDurability.getValue()
Methods in org.apache.qpid.proton.amqp.messaging with parameters of type UnsignedIntegerModifier and TypeMethodDescriptionstatic TerminusDurability
TerminusDurability.get
(UnsignedInteger value) void
Header.setDeliveryCount
(UnsignedInteger deliveryCount) void
Properties.setGroupSequence
(UnsignedInteger groupSequence) void
Received.setSectionNumber
(UnsignedInteger sectionNumber) final void
Terminus.setTimeout
(UnsignedInteger timeout) void
Header.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 TypeMethodDescriptionvoid
Flow.setAvailable
(UnsignedInteger available) void
Flow.setDeliveryCount
(UnsignedInteger deliveryCount) void
Transfer.setDeliveryId
(UnsignedInteger deliveryId) void
Disposition.setFirst
(UnsignedInteger first) void
Attach.setHandle
(UnsignedInteger handle) void
Detach.setHandle
(UnsignedInteger handle) void
Flow.setHandle
(UnsignedInteger handle) void
Transfer.setHandle
(UnsignedInteger handle) void
Begin.setHandleMax
(UnsignedInteger handleMax) void
Open.setIdleTimeOut
(UnsignedInteger idleTimeOut) void
Begin.setIncomingWindow
(UnsignedInteger incomingWindow) void
Flow.setIncomingWindow
(UnsignedInteger incomingWindow) void
Attach.setInitialDeliveryCount
(UnsignedInteger initialDeliveryCount) void
Disposition.setLast
(UnsignedInteger last) void
Flow.setLinkCredit
(UnsignedInteger linkCredit) void
Open.setMaxFrameSize
(UnsignedInteger maxFrameSize) void
Transfer.setMessageFormat
(UnsignedInteger messageFormat) void
Flow.setNextIncomingId
(UnsignedInteger nextIncomingId) void
Begin.setNextOutgoingId
(UnsignedInteger nextOutgoingId) void
Flow.setNextOutgoingId
(UnsignedInteger nextOutgoingId) void
Begin.setOutgoingWindow
(UnsignedInteger outgoingWindow) void
Flow.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 TypeMethodDescriptionvoid
UnsignedIntegerType.fastWrite
(EncoderImpl encoder, UnsignedInteger value) UnsignedIntegerType.getEncoding
(UnsignedInteger val) void
Data.putUnsignedInteger
(UnsignedInteger ui) Decoder.readUnsignedInteger
(UnsignedInteger defaultVal) DecoderImpl.readUnsignedInteger
(UnsignedInteger defaultVal) void
Encoder.writeUnsignedInteger
(UnsignedInteger ushort) void
EncoderImpl.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