Uses of Class
org.apache.qpid.protonj2.types.UnsignedLong
-
-
Uses of UnsignedLong in org.apache.qpid.protonj2.codec
Methods in org.apache.qpid.protonj2.codec that return UnsignedLong Modifier and Type Method Description UnsignedLongDescribedTypeDecoder. getDescriptorCode()Returns the AMQP descriptor code for the type this decoder reads.UnsignedLongDescribedTypeEncoder. getDescriptorCode()UnsignedLongStreamDescribedTypeDecoder. getDescriptorCode()Returns the AMQP descriptor code for the type this decoder reads.UnsignedLongDecoder. readUnsignedLong(ProtonBuffer buffer, DecoderState state)Reads an encodedUnsignedLongvalue from the givenProtonBufferassuming that the next value in the byte stream is that type.UnsignedLongStreamDecoder. 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 UnsignedLong Modifier and Type Method Description voidEncoder. 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 UnsignedLong Modifier and Type Method Description UnsignedLongUnknownDescribedTypeDecoder. getDescriptorCode()UnsignedLongProtonDecoder. readUnsignedLong(ProtonBuffer buffer, DecoderState state)UnsignedLongProtonStreamDecoder. readUnsignedLong(InputStream stream, StreamDecoderState state) -
Uses of UnsignedLong in org.apache.qpid.protonj2.codec.decoders.messaging
-
Uses of UnsignedLong in org.apache.qpid.protonj2.codec.decoders.primitives
Methods in org.apache.qpid.protonj2.codec.decoders.primitives that return UnsignedLong Modifier and Type Method Description UnsignedLongUnsignedLong0TypeDecoder. readValue(InputStream stream, StreamDecoderState state)UnsignedLongUnsignedLong0TypeDecoder. readValue(ProtonBuffer buffer, DecoderState state)UnsignedLongUnsignedLong64TypeDecoder. readValue(InputStream stream, StreamDecoderState state)UnsignedLongUnsignedLong64TypeDecoder. readValue(ProtonBuffer buffer, DecoderState state)UnsignedLongUnsignedLong8TypeDecoder. readValue(InputStream stream, StreamDecoderState state)UnsignedLongUnsignedLong8TypeDecoder. readValue(ProtonBuffer buffer, DecoderState state)Methods in org.apache.qpid.protonj2.codec.decoders.primitives that return types with arguments of type UnsignedLong Modifier and Type Method Description Class<UnsignedLong>UnsignedLong0TypeDecoder. getTypeClass()Class<UnsignedLong>UnsignedLong64TypeDecoder. getTypeClass()Class<UnsignedLong>UnsignedLong8TypeDecoder. getTypeClass() -
Uses of UnsignedLong in org.apache.qpid.protonj2.codec.decoders.security
Methods in org.apache.qpid.protonj2.codec.decoders.security that return UnsignedLong Modifier and Type Method Description UnsignedLongSaslChallengeTypeDecoder. getDescriptorCode()UnsignedLongSaslInitTypeDecoder. getDescriptorCode()UnsignedLongSaslMechanismsTypeDecoder. getDescriptorCode()UnsignedLongSaslOutcomeTypeDecoder. getDescriptorCode()UnsignedLongSaslResponseTypeDecoder. getDescriptorCode() -
Uses of UnsignedLong in org.apache.qpid.protonj2.codec.decoders.transactions
Methods in org.apache.qpid.protonj2.codec.decoders.transactions that return UnsignedLong Modifier and Type Method Description UnsignedLongCoordinatorTypeDecoder. getDescriptorCode()UnsignedLongDeclaredTypeDecoder. getDescriptorCode()UnsignedLongDeclareTypeDecoder. getDescriptorCode()UnsignedLongDischargeTypeDecoder. getDescriptorCode()UnsignedLongTransactionStateTypeDecoder. getDescriptorCode() -
Uses of UnsignedLong in org.apache.qpid.protonj2.codec.decoders.transport
Methods in org.apache.qpid.protonj2.codec.decoders.transport that return UnsignedLong Modifier and Type Method Description UnsignedLongAttachTypeDecoder. getDescriptorCode()UnsignedLongBeginTypeDecoder. getDescriptorCode()UnsignedLongCloseTypeDecoder. getDescriptorCode()UnsignedLongDetachTypeDecoder. getDescriptorCode()UnsignedLongDispositionTypeDecoder. getDescriptorCode()UnsignedLongEndTypeDecoder. getDescriptorCode()UnsignedLongErrorConditionTypeDecoder. getDescriptorCode()UnsignedLongFlowTypeDecoder. getDescriptorCode()UnsignedLongOpenTypeDecoder. getDescriptorCode()UnsignedLongTransferTypeDecoder. getDescriptorCode() -
Uses of UnsignedLong in org.apache.qpid.protonj2.codec.encoders
Methods in org.apache.qpid.protonj2.codec.encoders with parameters of type UnsignedLong Modifier and Type Method Description voidProtonEncoder. 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
-
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 UnsignedLong Modifier and Type Method Description Class<UnsignedLong>UnsignedLongTypeEncoder. getTypeClass()Methods in org.apache.qpid.protonj2.codec.encoders.primitives with parameters of type UnsignedLong Modifier and Type Method Description voidUnsignedLongTypeEncoder. 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 UnsignedLong Modifier and Type Method Description UnsignedLongSaslChallengeTypeEncoder. getDescriptorCode()UnsignedLongSaslInitTypeEncoder. getDescriptorCode()UnsignedLongSaslMechanismsTypeEncoder. getDescriptorCode()UnsignedLongSaslOutcomeTypeEncoder. getDescriptorCode()UnsignedLongSaslResponseTypeEncoder. getDescriptorCode() -
Uses of UnsignedLong in org.apache.qpid.protonj2.codec.encoders.transactions
Methods in org.apache.qpid.protonj2.codec.encoders.transactions that return UnsignedLong Modifier and Type Method Description UnsignedLongCoordinatorTypeEncoder. getDescriptorCode()UnsignedLongDeclaredTypeEncoder. getDescriptorCode()UnsignedLongDeclareTypeEncoder. getDescriptorCode()UnsignedLongDischargeTypeEncoder. getDescriptorCode()UnsignedLongTransactionStateTypeEncoder. getDescriptorCode() -
Uses of UnsignedLong in org.apache.qpid.protonj2.codec.encoders.transport
Methods in org.apache.qpid.protonj2.codec.encoders.transport that return UnsignedLong Modifier and Type Method Description UnsignedLongAttachTypeEncoder. getDescriptorCode()UnsignedLongBeginTypeEncoder. getDescriptorCode()UnsignedLongCloseTypeEncoder. getDescriptorCode()UnsignedLongDetachTypeEncoder. getDescriptorCode()UnsignedLongDispositionTypeEncoder. getDescriptorCode()UnsignedLongEndTypeEncoder. getDescriptorCode()UnsignedLongErrorConditionTypeEncoder. getDescriptorCode()UnsignedLongFlowTypeEncoder. getDescriptorCode()UnsignedLongOpenTypeEncoder. getDescriptorCode()UnsignedLongTransferTypeEncoder. getDescriptorCode() -
Uses of UnsignedLong in org.apache.qpid.protonj2.engine
Methods in org.apache.qpid.protonj2.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.protonj2.engine with parameters of type UnsignedLong Modifier and Type Method Description LLink. 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 UnsignedLong Modifier and Type Method Description UnsignedLongProtonLink. getMaxMessageSize()UnsignedLongProtonLink. getRemoteMaxMessageSize()Methods in org.apache.qpid.protonj2.engine.impl with parameters of type UnsignedLong Modifier and Type Method Description LProtonLink. setMaxMessageSize(UnsignedLong maxMessageSize) -
Uses of UnsignedLong in org.apache.qpid.protonj2.types
Fields in org.apache.qpid.protonj2.types declared as UnsignedLong Modifier and Type Field Description static UnsignedLongUnsignedLong. MAX_VALUEstatic UnsignedLongUnsignedLong. ONEstatic UnsignedLongUnsignedLong. ZEROMethods in org.apache.qpid.protonj2.types that return UnsignedLong Modifier and Type Method Description static UnsignedLongUnsignedLong. valueOf(long value)Returns an UnsignedLong instance representing the specified int value.static UnsignedLongUnsignedLong. valueOf(String value)Returns 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 Modifier and Type Method Description intUnsignedLong. compareTo(UnsignedLong o) -
Uses of UnsignedLong in org.apache.qpid.protonj2.types.messaging
Methods in org.apache.qpid.protonj2.types.messaging that return UnsignedLong Modifier and Type Method Description UnsignedLongReceived. getSectionOffset()Methods in org.apache.qpid.protonj2.types.messaging with parameters of type UnsignedLong Modifier and Type Method Description ReceivedReceived. setSectionOffset(UnsignedLong sectionOffset) -
Uses of UnsignedLong in org.apache.qpid.protonj2.types.security
Fields in org.apache.qpid.protonj2.types.security declared as UnsignedLong Modifier and Type Field Description static UnsignedLongSaslChallenge. DESCRIPTOR_CODEstatic UnsignedLongSaslInit. DESCRIPTOR_CODEstatic UnsignedLongSaslMechanisms. DESCRIPTOR_CODEstatic UnsignedLongSaslOutcome. DESCRIPTOR_CODEstatic UnsignedLongSaslResponse. DESCRIPTOR_CODE -
Uses of UnsignedLong in org.apache.qpid.protonj2.types.transactions
Fields in org.apache.qpid.protonj2.types.transactions declared as UnsignedLong Modifier and Type Field Description static UnsignedLongCoordinator. DESCRIPTOR_CODEstatic UnsignedLongDeclare. DESCRIPTOR_CODEstatic UnsignedLongDeclared. DESCRIPTOR_CODEstatic UnsignedLongDischarge. DESCRIPTOR_CODEstatic UnsignedLongTransactionalState. DESCRIPTOR_CODE -
Uses of UnsignedLong in org.apache.qpid.protonj2.types.transport
Fields in org.apache.qpid.protonj2.types.transport declared as UnsignedLong Modifier and Type Field Description static UnsignedLongAttach. DESCRIPTOR_CODEstatic UnsignedLongBegin. DESCRIPTOR_CODEstatic UnsignedLongClose. DESCRIPTOR_CODETheUnsignedLongdescriptor code that defines this AMQP type.static UnsignedLongDetach. DESCRIPTOR_CODEstatic UnsignedLongDisposition. DESCRIPTOR_CODEstatic UnsignedLongEnd. DESCRIPTOR_CODEstatic UnsignedLongErrorCondition. DESCRIPTOR_CODEstatic UnsignedLongFlow. DESCRIPTOR_CODEstatic UnsignedLongOpen. DESCRIPTOR_CODEstatic UnsignedLongTransfer. DESCRIPTOR_CODEMethods in org.apache.qpid.protonj2.types.transport that return UnsignedLong Modifier and Type Method Description UnsignedLongAttach. getMaxMessageSize()Methods in org.apache.qpid.protonj2.types.transport with parameters of type UnsignedLong Modifier and Type Method Description AttachAttach. setMaxMessageSize(UnsignedLong maxMessageSize)
-