Uses of Interface
org.apache.qpid.protonj2.types.messaging.Section
Packages that use Section
Package
Description
-
Uses of Section in org.apache.qpid.protonj2.client
Methods in org.apache.qpid.protonj2.client that return types with arguments of type SectionModifier and TypeMethodDescriptionCollection<Section<?>>AdvancedMessage.bodySections()Create and return an unmodifiableCollectionthat contains theSectioninstances currently assigned to this message.Methods in org.apache.qpid.protonj2.client with parameters of type SectionModifier and TypeMethodDescriptionAdvancedMessage.addBodySection(Section<?> bodySection) Adds the givenSectionto the internal collection of sections that will be sent to the remote peer when this message is encoded.Method parameters in org.apache.qpid.protonj2.client with type arguments of type SectionModifier and TypeMethodDescriptionAdvancedMessage.bodySections(Collection<Section<?>> sections) Sets the bodySectioninstances to use when encoding this message.AdvancedMessage.forEachBodySection(Consumer<Section<?>> consumer) Performs the given action for each bodySectionof theAdvancedMessageuntil all sections have been presented to the givenConsumeror the consumer throws an exception. -
Uses of Section in org.apache.qpid.protonj2.client.impl
Methods in org.apache.qpid.protonj2.client.impl that return SectionModifier and TypeMethodDescriptionstatic <E> Section<E>ClientMessageSupport.createSectionFromValue(E body) Methods in org.apache.qpid.protonj2.client.impl that return types with arguments of type SectionModifier and TypeMethodDescriptionCollection<Section<?>>ClientMessage.bodySections()Collection<Section<?>>ClientStreamReceiverMessage.bodySections()Methods in org.apache.qpid.protonj2.client.impl with parameters of type SectionModifier and TypeMethodDescriptionClientMessage.addBodySection(Section<?> bodySection) ClientStreamReceiverMessage.addBodySection(Section<?> bodySection) static <V> ClientMessage<V>Creates anClientMessageinstance with the given bodySectionvalue.static ProtonBufferClientMessageSupport.encodeSection(Section<?> section, ProtonBuffer buffer) Method parameters in org.apache.qpid.protonj2.client.impl with type arguments of type SectionModifier and TypeMethodDescriptionClientMessage.bodySections(Collection<Section<?>> sections) ClientStreamReceiverMessage.bodySections(Collection<Section<?>> sections) ClientMessage.forEachBodySection(Consumer<Section<?>> consumer) ClientStreamReceiverMessage.forEachBodySection(Consumer<Section<?>> consumer) -
Uses of Section in org.apache.qpid.protonj2.codec
Methods in org.apache.qpid.protonj2.codec with parameters of type SectionModifier and TypeMethodDescriptionvoidSectionEncoder.write(ProtonBuffer buffer, Section<?> section) Writes the given section using the cached encoder for that section types -
Uses of Section in org.apache.qpid.protonj2.types.messaging
Classes in org.apache.qpid.protonj2.types.messaging that implement SectionModifier and TypeClassDescriptionfinal classAmqpSequence<E>final classAmqpValue<E>final classfinal classfinal classfinal classfinal classfinal classfinal class