Uses of Class
org.apache.qpid.protonj2.types.UnsignedLong
Packages that use UnsignedLong
Package
Description
-
Uses of UnsignedLong in org.apache.qpid.protonj2.codec
Methods in org.apache.qpid.protonj2.codec that return UnsignedLongModifier and TypeMethodDescriptionDescribedTypeDecoder.getDescriptorCode()Returns the AMQP descriptor code for the type this decoder reads.DescribedTypeEncoder.getDescriptorCode()StreamDescribedTypeDecoder.getDescriptorCode()Returns the AMQP descriptor code for the type this decoder reads.Decoder.readUnsignedLong(ProtonBuffer buffer, DecoderState state) Reads an encodedUnsignedLongvalue from the givenProtonBufferassuming that the next value in the byte stream is that type.StreamDecoder.readUnsignedLong(InputStream stream, StreamDecoderState state) Reads an encodedUnsignedLongvalue from the givenInputStreamassuming that the next value in the byte stream is that type.Methods in org.apache.qpid.protonj2.codec with parameters of type UnsignedLongModifier and TypeMethodDescriptionvoidEncoder.writeArray(ProtonBuffer buffer, EncoderState state, UnsignedLong[] value) Write the given array as with the proper array type encoding to the given buffer.voidEncoder.writeUnsignedLong(ProtonBuffer buffer, EncoderState state, UnsignedLong value) Write aUnsignedLongtype encoding to the given buffer. -
Uses of UnsignedLong in org.apache.qpid.protonj2.codec.decoders
Methods in org.apache.qpid.protonj2.codec.decoders that return UnsignedLongModifier and TypeMethodDescriptionfinal UnsignedLongUnknownDescribedTypeDecoder.getDescriptorCode()ProtonDecoder.readUnsignedLong(ProtonBuffer buffer, DecoderState state) ProtonStreamDecoder.readUnsignedLong(InputStream stream, StreamDecoderState state) -
Uses of UnsignedLong in org.apache.qpid.protonj2.codec.decoders.messaging
Methods in org.apache.qpid.protonj2.codec.decoders.messaging that return UnsignedLongModifier and TypeMethodDescriptionAcceptedTypeDecoder.getDescriptorCode()AmqpSequenceTypeDecoder.getDescriptorCode()AmqpValueTypeDecoder.getDescriptorCode()ApplicationPropertiesTypeDecoder.getDescriptorCode()DataTypeDecoder.getDescriptorCode()DeleteOnCloseTypeDecoder.getDescriptorCode()DeleteOnNoLinksOrMessagesTypeDecoder.getDescriptorCode()DeleteOnNoLinksTypeDecoder.getDescriptorCode()DeleteOnNoMessagesTypeDecoder.getDescriptorCode()DeliveryAnnotationsTypeDecoder.getDescriptorCode()FooterTypeDecoder.getDescriptorCode()HeaderTypeDecoder.getDescriptorCode()MessageAnnotationsTypeDecoder.getDescriptorCode()ModifiedTypeDecoder.getDescriptorCode()PropertiesTypeDecoder.getDescriptorCode()ReceivedTypeDecoder.getDescriptorCode()RejectedTypeDecoder.getDescriptorCode()ReleasedTypeDecoder.getDescriptorCode()SourceTypeDecoder.getDescriptorCode()TargetTypeDecoder.getDescriptorCode() -
Uses of UnsignedLong in org.apache.qpid.protonj2.codec.decoders.primitives
Methods in org.apache.qpid.protonj2.codec.decoders.primitives that return UnsignedLongModifier and TypeMethodDescriptionUnsignedLong0TypeDecoder.readValue(InputStream stream, StreamDecoderState state) UnsignedLong0TypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) UnsignedLong64TypeDecoder.readValue(InputStream stream, StreamDecoderState state) UnsignedLong64TypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) UnsignedLong8TypeDecoder.readValue(InputStream stream, StreamDecoderState state) UnsignedLong8TypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) Methods in org.apache.qpid.protonj2.codec.decoders.primitives that return types with arguments of type UnsignedLongModifier and TypeMethodDescriptionUnsignedLong0TypeDecoder.getTypeClass()UnsignedLong64TypeDecoder.getTypeClass()UnsignedLong8TypeDecoder.getTypeClass() -
Uses of UnsignedLong in org.apache.qpid.protonj2.codec.decoders.security
Methods in org.apache.qpid.protonj2.codec.decoders.security that return UnsignedLongModifier and TypeMethodDescriptionSaslChallengeTypeDecoder.getDescriptorCode()SaslInitTypeDecoder.getDescriptorCode()SaslMechanismsTypeDecoder.getDescriptorCode()SaslOutcomeTypeDecoder.getDescriptorCode()SaslResponseTypeDecoder.getDescriptorCode() -
Uses of UnsignedLong in org.apache.qpid.protonj2.codec.decoders.transactions
Methods in org.apache.qpid.protonj2.codec.decoders.transactions that return UnsignedLongModifier and TypeMethodDescriptionCoordinatorTypeDecoder.getDescriptorCode()DeclaredTypeDecoder.getDescriptorCode()DeclareTypeDecoder.getDescriptorCode()DischargeTypeDecoder.getDescriptorCode()TransactionStateTypeDecoder.getDescriptorCode() -
Uses of UnsignedLong in org.apache.qpid.protonj2.codec.decoders.transport
Methods in org.apache.qpid.protonj2.codec.decoders.transport that return UnsignedLongModifier and TypeMethodDescriptionAttachTypeDecoder.getDescriptorCode()BeginTypeDecoder.getDescriptorCode()CloseTypeDecoder.getDescriptorCode()DetachTypeDecoder.getDescriptorCode()DispositionTypeDecoder.getDescriptorCode()EndTypeDecoder.getDescriptorCode()ErrorConditionTypeDecoder.getDescriptorCode()FlowTypeDecoder.getDescriptorCode()OpenTypeDecoder.getDescriptorCode()TransferTypeDecoder.getDescriptorCode() -
Uses of UnsignedLong in org.apache.qpid.protonj2.codec.encoders
Methods in org.apache.qpid.protonj2.codec.encoders with parameters of type UnsignedLongModifier and TypeMethodDescriptionvoidProtonEncoder.writeArray(ProtonBuffer buffer, EncoderState state, UnsignedLong[] value) voidProtonEncoder.writeUnsignedLong(ProtonBuffer buffer, EncoderState state, UnsignedLong value) -
Uses of UnsignedLong in org.apache.qpid.protonj2.codec.encoders.messaging
Methods in org.apache.qpid.protonj2.codec.encoders.messaging that return UnsignedLongModifier and TypeMethodDescriptionAcceptedTypeEncoder.getDescriptorCode()AmqpSequenceTypeEncoder.getDescriptorCode()AmqpValueTypeEncoder.getDescriptorCode()ApplicationPropertiesTypeEncoder.getDescriptorCode()DataTypeEncoder.getDescriptorCode()DeleteOnCloseTypeEncoder.getDescriptorCode()DeleteOnNoLinksOrMessagesTypeEncoder.getDescriptorCode()DeleteOnNoLinksTypeEncoder.getDescriptorCode()DeleteOnNoMessagesTypeEncoder.getDescriptorCode()DeliveryAnnotationsTypeEncoder.getDescriptorCode()FooterTypeEncoder.getDescriptorCode()HeaderTypeEncoder.getDescriptorCode()MessageAnnotationsTypeEncoder.getDescriptorCode()ModifiedTypeEncoder.getDescriptorCode()PropertiesTypeEncoder.getDescriptorCode()ReceivedTypeEncoder.getDescriptorCode()RejectedTypeEncoder.getDescriptorCode()ReleasedTypeEncoder.getDescriptorCode()SourceTypeEncoder.getDescriptorCode()TargetTypeEncoder.getDescriptorCode() -
Uses of UnsignedLong in org.apache.qpid.protonj2.codec.encoders.primitives
Methods in org.apache.qpid.protonj2.codec.encoders.primitives that return types with arguments of type UnsignedLongMethods in org.apache.qpid.protonj2.codec.encoders.primitives with parameters of type UnsignedLongModifier and TypeMethodDescriptionvoidUnsignedLongTypeEncoder.writeType(ProtonBuffer buffer, EncoderState state, UnsignedLong value) -
Uses of UnsignedLong in org.apache.qpid.protonj2.codec.encoders.security
Methods in org.apache.qpid.protonj2.codec.encoders.security that return UnsignedLongModifier and TypeMethodDescriptionSaslChallengeTypeEncoder.getDescriptorCode()SaslInitTypeEncoder.getDescriptorCode()SaslMechanismsTypeEncoder.getDescriptorCode()SaslOutcomeTypeEncoder.getDescriptorCode()SaslResponseTypeEncoder.getDescriptorCode() -
Uses of UnsignedLong in org.apache.qpid.protonj2.codec.encoders.transactions
Methods in org.apache.qpid.protonj2.codec.encoders.transactions that return UnsignedLongModifier and TypeMethodDescriptionCoordinatorTypeEncoder.getDescriptorCode()DeclaredTypeEncoder.getDescriptorCode()DeclareTypeEncoder.getDescriptorCode()DischargeTypeEncoder.getDescriptorCode()TransactionStateTypeEncoder.getDescriptorCode() -
Uses of UnsignedLong in org.apache.qpid.protonj2.codec.encoders.transport
Methods in org.apache.qpid.protonj2.codec.encoders.transport that return UnsignedLongModifier and TypeMethodDescriptionAttachTypeEncoder.getDescriptorCode()BeginTypeEncoder.getDescriptorCode()CloseTypeEncoder.getDescriptorCode()DetachTypeEncoder.getDescriptorCode()DispositionTypeEncoder.getDescriptorCode()EndTypeEncoder.getDescriptorCode()ErrorConditionTypeEncoder.getDescriptorCode()FlowTypeEncoder.getDescriptorCode()OpenTypeEncoder.getDescriptorCode()TransferTypeEncoder.getDescriptorCode() -
Uses of UnsignedLong in org.apache.qpid.protonj2.engine
Methods in org.apache.qpid.protonj2.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.protonj2.engine with parameters of type UnsignedLongModifier and TypeMethodDescriptionLink.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.protonj2.engine.impl
Methods in org.apache.qpid.protonj2.engine.impl that return UnsignedLongModifier and TypeMethodDescriptionProtonLink.getMaxMessageSize()ProtonLink.getRemoteMaxMessageSize()Methods in org.apache.qpid.protonj2.engine.impl with parameters of type UnsignedLong -
Uses of UnsignedLong in org.apache.qpid.protonj2.types
Fields in org.apache.qpid.protonj2.types declared as UnsignedLongModifier and TypeFieldDescriptionstatic final UnsignedLongUnsignedLong.MAX_VALUEstatic final UnsignedLongUnsignedLong.ONEstatic final UnsignedLongUnsignedLong.ZEROMethods in org.apache.qpid.protonj2.types that return UnsignedLongModifier and TypeMethodDescriptionstatic UnsignedLongUnsignedLong.valueOf(long value) Returns an UnsignedLong instance representing the specified int value.static UnsignedLongReturns anUnsignedLonginstance representing the specifiedStringvalue.static UnsignedLongUnsignedLong.valueOf(BigInteger value) Returns anUnsignedLonginstance representing the specifiedBigIntegervalue.Methods in org.apache.qpid.protonj2.types with parameters of type UnsignedLong -
Uses of UnsignedLong in org.apache.qpid.protonj2.types.messaging
Fields in org.apache.qpid.protonj2.types.messaging declared as UnsignedLongModifier and TypeFieldDescriptionstatic final UnsignedLongAccepted.DESCRIPTOR_CODEstatic final UnsignedLongAmqpSequence.DESCRIPTOR_CODEstatic final UnsignedLongAmqpValue.DESCRIPTOR_CODEstatic final UnsignedLongApplicationProperties.DESCRIPTOR_CODEstatic final UnsignedLongData.DESCRIPTOR_CODEstatic final UnsignedLongDeleteOnClose.DESCRIPTOR_CODEstatic final UnsignedLongDeleteOnNoLinks.DESCRIPTOR_CODEstatic final UnsignedLongDeleteOnNoLinksOrMessages.DESCRIPTOR_CODEstatic final UnsignedLongDeleteOnNoMessages.DESCRIPTOR_CODEstatic final UnsignedLongDeliveryAnnotations.DESCRIPTOR_CODEstatic final UnsignedLongFooter.DESCRIPTOR_CODEstatic final UnsignedLongHeader.DESCRIPTOR_CODEstatic final UnsignedLongMessageAnnotations.DESCRIPTOR_CODEstatic final UnsignedLongModified.DESCRIPTOR_CODEstatic final UnsignedLongProperties.DESCRIPTOR_CODEstatic final UnsignedLongReceived.DESCRIPTOR_CODEstatic final UnsignedLongRejected.DESCRIPTOR_CODEstatic final UnsignedLongReleased.DESCRIPTOR_CODEstatic final UnsignedLongSource.DESCRIPTOR_CODEstatic final UnsignedLongTarget.DESCRIPTOR_CODEMethods in org.apache.qpid.protonj2.types.messaging that return UnsignedLongMethods in org.apache.qpid.protonj2.types.messaging with parameters of type UnsignedLong -
Uses of UnsignedLong in org.apache.qpid.protonj2.types.security
Fields in org.apache.qpid.protonj2.types.security declared as UnsignedLongModifier and TypeFieldDescriptionstatic final UnsignedLongSaslChallenge.DESCRIPTOR_CODEstatic final UnsignedLongSaslInit.DESCRIPTOR_CODEstatic final UnsignedLongSaslMechanisms.DESCRIPTOR_CODEstatic final UnsignedLongSaslOutcome.DESCRIPTOR_CODEstatic final UnsignedLongSaslResponse.DESCRIPTOR_CODE -
Uses of UnsignedLong in org.apache.qpid.protonj2.types.transactions
Fields in org.apache.qpid.protonj2.types.transactions declared as UnsignedLongModifier and TypeFieldDescriptionstatic final UnsignedLongCoordinator.DESCRIPTOR_CODEstatic final UnsignedLongDeclare.DESCRIPTOR_CODEstatic final UnsignedLongDeclared.DESCRIPTOR_CODEstatic final UnsignedLongDischarge.DESCRIPTOR_CODEstatic final UnsignedLongTransactionalState.DESCRIPTOR_CODE -
Uses of UnsignedLong in org.apache.qpid.protonj2.types.transport
Fields in org.apache.qpid.protonj2.types.transport declared as UnsignedLongModifier and TypeFieldDescriptionstatic final UnsignedLongAttach.DESCRIPTOR_CODEstatic final UnsignedLongBegin.DESCRIPTOR_CODEstatic final UnsignedLongClose.DESCRIPTOR_CODETheUnsignedLongdescriptor code that defines this AMQP type.static final UnsignedLongDetach.DESCRIPTOR_CODEstatic final UnsignedLongDisposition.DESCRIPTOR_CODEstatic final UnsignedLongEnd.DESCRIPTOR_CODEstatic final UnsignedLongErrorCondition.DESCRIPTOR_CODEstatic final UnsignedLongFlow.DESCRIPTOR_CODEstatic final UnsignedLongOpen.DESCRIPTOR_CODEstatic final UnsignedLongTransfer.DESCRIPTOR_CODEMethods in org.apache.qpid.protonj2.types.transport that return UnsignedLongMethods in org.apache.qpid.protonj2.types.transport with parameters of type UnsignedLong