Uses of Class
org.apache.qpid.proton.amqp.UnsignedLong
-
-
Uses of UnsignedLong in org.apache.qpid.proton.amqp
Fields in org.apache.qpid.proton.amqp declared as UnsignedLong Modifier and Type Field Description static UnsignedLongUnsignedLong. ZEROMethods in org.apache.qpid.proton.amqp that return UnsignedLong Modifier and Type Method Description static UnsignedLongUnsignedLong. valueOf(long underlying)static UnsignedLongUnsignedLong. valueOf(java.lang.String value)static UnsignedLongUnsignedLong. valueOf(java.math.BigInteger bigInt)Methods in org.apache.qpid.proton.amqp with parameters of type UnsignedLong Modifier and Type Method Description intUnsignedLong. compareTo(UnsignedLong o) -
Uses of UnsignedLong in org.apache.qpid.proton.amqp.messaging
Methods in org.apache.qpid.proton.amqp.messaging that return UnsignedLong Modifier and Type Method Description UnsignedLongReceived. getSectionOffset()Methods in org.apache.qpid.proton.amqp.messaging with parameters of type UnsignedLong Modifier and Type Method Description voidReceived. setSectionOffset(UnsignedLong sectionOffset) -
Uses of UnsignedLong in org.apache.qpid.proton.amqp.transport
Methods in org.apache.qpid.proton.amqp.transport that return UnsignedLong Modifier and Type Method Description UnsignedLongAttach. getMaxMessageSize()Methods in org.apache.qpid.proton.amqp.transport with parameters of type UnsignedLong Modifier and Type Method Description voidAttach. setMaxMessageSize(UnsignedLong maxMessageSize) -
Uses of UnsignedLong in org.apache.qpid.proton.codec
Methods in org.apache.qpid.proton.codec that return UnsignedLong Modifier and Type Method Description protected abstract UnsignedLongAbstractDescribedType. getDescriptor()UnsignedLongData. getUnsignedLong()UnsignedLongDecoder. readUnsignedLong()UnsignedLongDecoder. readUnsignedLong(UnsignedLong defaultVal)UnsignedLongDecoderImpl. readUnsignedLong()UnsignedLongDecoderImpl. readUnsignedLong(UnsignedLong defaultVal)Methods in org.apache.qpid.proton.codec that return types with arguments of type UnsignedLong Modifier and Type Method Description java.lang.Class<UnsignedLong>UnsignedLongType. getTypeClass()Methods in org.apache.qpid.proton.codec with parameters of type UnsignedLong Modifier and Type Method Description voidUnsignedLongType. fastWrite(EncoderImpl encoder, UnsignedLong value)UnsignedLongType.UnsignedLongEncodingUnsignedLongType. getEncoding(UnsignedLong val)voidData. putUnsignedLong(UnsignedLong ul)UnsignedLongDecoder. readUnsignedLong(UnsignedLong defaultVal)UnsignedLongDecoderImpl. readUnsignedLong(UnsignedLong defaultVal)voidEncoder. writeUnsignedLong(UnsignedLong ulong)voidEncoderImpl. writeUnsignedLong(UnsignedLong ulong) -
Uses of UnsignedLong in org.apache.qpid.proton.codec.impl
Methods in org.apache.qpid.proton.codec.impl that return UnsignedLong Modifier and Type Method Description UnsignedLongDataImpl. getUnsignedLong()Methods in org.apache.qpid.proton.codec.impl with parameters of type UnsignedLong Modifier and Type Method Description voidDataImpl. putUnsignedLong(UnsignedLong ul) -
Uses of UnsignedLong in org.apache.qpid.proton.codec.messaging
-
Uses of UnsignedLong in org.apache.qpid.proton.codec.security
Methods in org.apache.qpid.proton.codec.security that return UnsignedLong Modifier and Type Method Description UnsignedLongSaslChallengeType. getDescriptor()UnsignedLongSaslInitType. getDescriptor()UnsignedLongSaslMechanismsType. getDescriptor()UnsignedLongSaslOutcomeType. getDescriptor()UnsignedLongSaslResponseType. getDescriptor() -
Uses of UnsignedLong in org.apache.qpid.proton.codec.transaction
Methods in org.apache.qpid.proton.codec.transaction that return UnsignedLong Modifier and Type Method Description UnsignedLongCoordinatorType. getDescriptor()UnsignedLongDeclaredType. getDescriptor()UnsignedLongDeclareType. getDescriptor()UnsignedLongDischargeType. getDescriptor()UnsignedLongTransactionalStateType. getDescriptor() -
Uses of UnsignedLong in org.apache.qpid.proton.codec.transport
Methods in org.apache.qpid.proton.codec.transport that return UnsignedLong Modifier and Type Method Description UnsignedLongAttachType. getDescriptor()UnsignedLongBeginType. getDescriptor()UnsignedLongCloseType. getDescriptor()UnsignedLongDetachType. getDescriptor()UnsignedLongDispositionType. getDescriptor()UnsignedLongEndType. getDescriptor()UnsignedLongErrorConditionType. getDescriptor()UnsignedLongFlowType. getDescriptor()UnsignedLongOpenType. getDescriptor()UnsignedLongTransferType. getDescriptor() -
Uses of UnsignedLong in org.apache.qpid.proton.engine
Methods in org.apache.qpid.proton.engine that return UnsignedLong Modifier and Type Method Description UnsignedLongLink. getMaxMessageSize()Gets the local link max message size.UnsignedLongLink. getRemoteMaxMessageSize()Gets the remote link max message size, as conveyed from the peer via the Attach frame when attaching the link to the session.Methods in org.apache.qpid.proton.engine with parameters of type UnsignedLong Modifier and Type Method Description voidLink. setMaxMessageSize(UnsignedLong maxMessageSize)Sets the local link max message size, to be conveyed to the peer via the Attach frame when attaching the link to the session. -
Uses of UnsignedLong in org.apache.qpid.proton.engine.impl
Methods in org.apache.qpid.proton.engine.impl that return UnsignedLong Modifier and Type Method Description UnsignedLongLinkImpl. getMaxMessageSize()UnsignedLongLinkImpl. getRemoteMaxMessageSize()Methods in org.apache.qpid.proton.engine.impl with parameters of type UnsignedLong Modifier and Type Method Description voidLinkImpl. setMaxMessageSize(UnsignedLong maxMessageSize)
-