Uses of Class
org.apache.qpid.protonj2.types.messaging.ApplicationProperties
Packages that use ApplicationProperties
Package
Description
-
Uses of ApplicationProperties in org.apache.qpid.protonj2.client
Methods in org.apache.qpid.protonj2.client that return ApplicationPropertiesModifier and TypeMethodDescriptionAdvancedMessage.applicationProperties()Return the currentApplicationPropertiesassigned to this message, if none was assigned yet then this method returnsnull.Methods in org.apache.qpid.protonj2.client with parameters of type ApplicationPropertiesModifier and TypeMethodDescriptionAdvancedMessage.applicationProperties(ApplicationProperties applicationProperties) Assign or replace theApplicationPropertiesinstance associated with this message. -
Uses of ApplicationProperties in org.apache.qpid.protonj2.client.impl
Methods in org.apache.qpid.protonj2.client.impl that return ApplicationPropertiesModifier and TypeMethodDescriptionClientMessage.applicationProperties()ClientStreamReceiverMessage.applicationProperties()Methods in org.apache.qpid.protonj2.client.impl with parameters of type ApplicationPropertiesModifier and TypeMethodDescriptionClientMessage.applicationProperties(ApplicationProperties applicationProperties) ClientStreamReceiverMessage.applicationProperties(ApplicationProperties applicationProperties) -
Uses of ApplicationProperties in org.apache.qpid.protonj2.codec
Methods in org.apache.qpid.protonj2.codec with parameters of type ApplicationPropertiesModifier and TypeMethodDescriptionvoidSectionEncoder.write(ProtonBuffer buffer, ApplicationProperties properties) Writes the given section using the cached encoder for that section types -
Uses of ApplicationProperties in org.apache.qpid.protonj2.codec.decoders.messaging
Methods in org.apache.qpid.protonj2.codec.decoders.messaging that return ApplicationPropertiesModifier and TypeMethodDescriptionApplicationPropertiesTypeDecoder.readArrayElements(InputStream stream, StreamDecoderState state, int count) ApplicationPropertiesTypeDecoder.readArrayElements(ProtonBuffer buffer, DecoderState state, int count) ApplicationPropertiesTypeDecoder.readValue(InputStream stream, StreamDecoderState state) ApplicationPropertiesTypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) Methods in org.apache.qpid.protonj2.codec.decoders.messaging that return types with arguments of type ApplicationProperties -
Uses of ApplicationProperties in org.apache.qpid.protonj2.codec.encoders.messaging
Methods in org.apache.qpid.protonj2.codec.encoders.messaging that return types with arguments of type ApplicationPropertiesMethods in org.apache.qpid.protonj2.codec.encoders.messaging with parameters of type ApplicationPropertiesModifier and TypeMethodDescriptionintApplicationPropertiesTypeEncoder.getMapSize(ApplicationProperties value) booleanApplicationPropertiesTypeEncoder.hasMap(ApplicationProperties value) voidApplicationPropertiesTypeEncoder.writeMapEntries(ProtonBuffer buffer, Encoder encoder, EncoderState state, ApplicationProperties properties) -
Uses of ApplicationProperties in org.apache.qpid.protonj2.types.messaging
Methods in org.apache.qpid.protonj2.types.messaging that return ApplicationProperties