Uses of Class
org.apache.qpid.protonj2.types.messaging.ApplicationProperties
-
-
Uses of ApplicationProperties in org.apache.qpid.protonj2.client
Methods in org.apache.qpid.protonj2.client that return ApplicationProperties Modifier and Type Method Description ApplicationPropertiesAdvancedMessage. 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 ApplicationProperties Modifier and Type Method Description AdvancedMessage<E>AdvancedMessage. 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 ApplicationProperties Modifier and Type Method Description ApplicationPropertiesClientMessage. applicationProperties()ApplicationPropertiesClientStreamReceiverMessage. applicationProperties()Methods in org.apache.qpid.protonj2.client.impl with parameters of type ApplicationProperties Modifier and Type Method Description ClientMessage<E>ClientMessage. applicationProperties(ApplicationProperties applicationProperties)StreamReceiverMessageClientStreamReceiverMessage. applicationProperties(ApplicationProperties applicationProperties) -
Uses of ApplicationProperties in org.apache.qpid.protonj2.codec
Methods in org.apache.qpid.protonj2.codec with parameters of type ApplicationProperties Modifier and Type Method Description voidSectionEncoder. 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 ApplicationProperties Modifier and Type Method Description ApplicationProperties[]ApplicationPropertiesTypeDecoder. readArrayElements(InputStream stream, StreamDecoderState state, int count)ApplicationProperties[]ApplicationPropertiesTypeDecoder. readArrayElements(ProtonBuffer buffer, DecoderState state, int count)ApplicationPropertiesApplicationPropertiesTypeDecoder. readValue(InputStream stream, StreamDecoderState state)ApplicationPropertiesApplicationPropertiesTypeDecoder. readValue(ProtonBuffer buffer, DecoderState state)Methods in org.apache.qpid.protonj2.codec.decoders.messaging that return types with arguments of type ApplicationProperties Modifier and Type Method Description Class<ApplicationProperties>ApplicationPropertiesTypeDecoder. getTypeClass() -
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 ApplicationProperties Modifier and Type Method Description Class<ApplicationProperties>ApplicationPropertiesTypeEncoder. getTypeClass()Methods in org.apache.qpid.protonj2.codec.encoders.messaging with parameters of type ApplicationProperties Modifier and Type Method Description intApplicationPropertiesTypeEncoder. 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 Modifier and Type Method Description ApplicationPropertiesApplicationProperties. copy()
-