Uses of Class
org.apache.qpid.protonj2.types.messaging.ApplicationProperties
Packages that use ApplicationProperties
Package
Description
-
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