Uses of Class
org.apache.qpid.proton.amqp.UnsignedLong
Packages that use UnsignedLong
Package
Description
-
Uses of UnsignedLong in org.apache.qpid.proton.amqp
Fields in org.apache.qpid.proton.amqp declared as UnsignedLongMethods in org.apache.qpid.proton.amqp that return UnsignedLongModifier and TypeMethodDescriptionstatic UnsignedLongUnsignedLong.valueOf(long underlying) static UnsignedLongstatic UnsignedLongUnsignedLong.valueOf(BigInteger bigInt) Methods in org.apache.qpid.proton.amqp with parameters of type UnsignedLong -
Uses of UnsignedLong in org.apache.qpid.proton.amqp.messaging
Methods in org.apache.qpid.proton.amqp.messaging that return UnsignedLongMethods in org.apache.qpid.proton.amqp.messaging with parameters of type UnsignedLong -
Uses of UnsignedLong in org.apache.qpid.proton.amqp.transport
Methods in org.apache.qpid.proton.amqp.transport that return UnsignedLongMethods in org.apache.qpid.proton.amqp.transport with parameters of type UnsignedLong -
Uses of UnsignedLong in org.apache.qpid.proton.codec
Methods in org.apache.qpid.proton.codec that return UnsignedLongModifier and TypeMethodDescriptionprotected abstract UnsignedLongAbstractDescribedType.getDescriptor()Data.getUnsignedLong()Decoder.readUnsignedLong()Decoder.readUnsignedLong(UnsignedLong defaultVal) DecoderImpl.readUnsignedLong()DecoderImpl.readUnsignedLong(UnsignedLong defaultVal) Methods in org.apache.qpid.proton.codec that return types with arguments of type UnsignedLongMethods in org.apache.qpid.proton.codec with parameters of type UnsignedLongModifier and TypeMethodDescriptionvoidUnsignedLongType.fastWrite(EncoderImpl encoder, UnsignedLong value) UnsignedLongType.getEncoding(UnsignedLong val) voidData.putUnsignedLong(UnsignedLong ul) Decoder.readUnsignedLong(UnsignedLong defaultVal) DecoderImpl.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 UnsignedLongMethods in org.apache.qpid.proton.codec.impl with parameters of type UnsignedLong -
Uses of UnsignedLong in org.apache.qpid.proton.codec.messaging
Methods in org.apache.qpid.proton.codec.messaging that return UnsignedLongModifier and TypeMethodDescriptionprotected UnsignedLongAcceptedType.getDescriptor()AmqpSequenceType.getDescriptor()AmqpValueType.getDescriptor()ApplicationPropertiesType.getDescriptor()DataType.getDescriptor()DeleteOnCloseType.getDescriptor()DeleteOnNoLinksOrMessagesType.getDescriptor()DeleteOnNoLinksType.getDescriptor()DeleteOnNoMessagesType.getDescriptor()DeliveryAnnotationsType.getDescriptor()FooterType.getDescriptor()protected UnsignedLongHeaderType.getDescriptor()MessageAnnotationsType.getDescriptor()ModifiedType.getDescriptor()PropertiesType.getDescriptor()ReceivedType.getDescriptor()RejectedType.getDescriptor()ReleasedType.getDescriptor()SourceType.getDescriptor()TargetType.getDescriptor() -
Uses of UnsignedLong in org.apache.qpid.proton.codec.security
Methods in org.apache.qpid.proton.codec.security that return UnsignedLongModifier and TypeMethodDescriptionSaslChallengeType.getDescriptor()SaslInitType.getDescriptor()SaslMechanismsType.getDescriptor()SaslOutcomeType.getDescriptor()SaslResponseType.getDescriptor() -
Uses of UnsignedLong in org.apache.qpid.proton.codec.transaction
Methods in org.apache.qpid.proton.codec.transaction that return UnsignedLongModifier and TypeMethodDescriptionCoordinatorType.getDescriptor()DeclaredType.getDescriptor()DeclareType.getDescriptor()DischargeType.getDescriptor()TransactionalStateType.getDescriptor() -
Uses of UnsignedLong in org.apache.qpid.proton.codec.transport
Methods in org.apache.qpid.proton.codec.transport that return UnsignedLongModifier and TypeMethodDescriptionAttachType.getDescriptor()BeginType.getDescriptor()CloseType.getDescriptor()DetachType.getDescriptor()DispositionType.getDescriptor()EndType.getDescriptor()ErrorConditionType.getDescriptor()FlowType.getDescriptor()OpenType.getDescriptor()TransferType.getDescriptor() -
Uses of UnsignedLong in org.apache.qpid.proton.engine
Methods in org.apache.qpid.proton.engine that return UnsignedLongModifier and TypeMethodDescriptionLink.getMaxMessageSize()Gets the local link max message size.Link.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 UnsignedLongModifier and TypeMethodDescriptionvoidLink.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 UnsignedLongModifier and TypeMethodDescriptionLinkImpl.getMaxMessageSize()LinkImpl.getRemoteMaxMessageSize()Methods in org.apache.qpid.proton.engine.impl with parameters of type UnsignedLong