Uses of Interface
org.apache.qpid.protonj2.types.messaging.Section
-
Packages that use Section Package Description org.apache.qpid.protonj2.client org.apache.qpid.protonj2.client.impl org.apache.qpid.protonj2.types.messaging -
-
Uses of Section in org.apache.qpid.protonj2.client
Methods in org.apache.qpid.protonj2.client that return types with arguments of type Section Modifier and Type Method Description java.util.Collection<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 Section Modifier and Type Method Description AdvancedMessage<E>AdvancedMessage. 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 Section Modifier and Type Method Description AdvancedMessage<E>AdvancedMessage. bodySections(java.util.Collection<Section<?>> sections)Sets the bodySectioninstances to use when encoding this message.AdvancedMessage<E>AdvancedMessage. forEachBodySection(java.util.function.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 Section Modifier and Type Method Description static <E> Section<E>ClientMessageSupport. createSectionFromValue(E body)Methods in org.apache.qpid.protonj2.client.impl that return types with arguments of type Section Modifier and Type Method Description java.util.Collection<Section<?>>ClientMessage. bodySections()java.util.Collection<Section<?>>ClientStreamReceiverMessage. bodySections()Methods in org.apache.qpid.protonj2.client.impl with parameters of type Section Modifier and Type Method Description ClientMessage<E>ClientMessage. addBodySection(Section<?> bodySection)StreamReceiverMessageClientStreamReceiverMessage. addBodySection(Section<?> bodySection)static <V> ClientMessage<V>ClientMessage. create(Section<V> body)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 Section Modifier and Type Method Description ClientMessage<E>ClientMessage. bodySections(java.util.Collection<Section<?>> sections)StreamReceiverMessageClientStreamReceiverMessage. bodySections(java.util.Collection<Section<?>> sections)ClientMessage<E>ClientMessage. forEachBodySection(java.util.function.Consumer<Section<?>> consumer)StreamReceiverMessageClientStreamReceiverMessage. forEachBodySection(java.util.function.Consumer<Section<?>> consumer) -
Uses of Section in org.apache.qpid.protonj2.types.messaging
Classes in org.apache.qpid.protonj2.types.messaging that implement Section Modifier and Type Class Description classAmqpSequence<E>classAmqpValue<E>classApplicationPropertiesclassDataclassDeliveryAnnotationsclassFooterclassHeaderclassMessageAnnotationsclassProperties
-