Uses of Class
org.apache.qpid.protonj2.types.messaging.Properties
Packages that use Properties
Package
Description
-
Uses of Properties in org.apache.qpid.protonj2.client
Methods in org.apache.qpid.protonj2.client that return PropertiesModifier and TypeMethodDescriptionAdvancedMessage.properties()Return the currentPropertiesassigned to this message, if none was assigned yet then this method returnsnull.Methods in org.apache.qpid.protonj2.client with parameters of type PropertiesModifier and TypeMethodDescriptionAdvancedMessage.properties(Properties properties) Assign or replace thePropertiesinstance associated with this message. -
Uses of Properties in org.apache.qpid.protonj2.client.impl
Methods in org.apache.qpid.protonj2.client.impl that return PropertiesModifier and TypeMethodDescriptionClientMessage.properties()ClientStreamReceiverMessage.properties()Methods in org.apache.qpid.protonj2.client.impl with parameters of type PropertiesModifier and TypeMethodDescriptionClientMessage.properties(Properties properties) ClientStreamReceiverMessage.properties(Properties properties) -
Uses of Properties in org.apache.qpid.protonj2.codec
Methods in org.apache.qpid.protonj2.codec with parameters of type PropertiesModifier and TypeMethodDescriptionvoidSectionEncoder.write(ProtonBuffer buffer, Properties properties) Writes the given section using the cached encoder for that section types -
Uses of Properties in org.apache.qpid.protonj2.codec.decoders.messaging
Methods in org.apache.qpid.protonj2.codec.decoders.messaging that return PropertiesModifier and TypeMethodDescriptionPropertiesTypeDecoder.readArrayElements(InputStream stream, StreamDecoderState state, int count) PropertiesTypeDecoder.readArrayElements(ProtonBuffer buffer, DecoderState state, int count) PropertiesTypeDecoder.readValue(InputStream stream, StreamDecoderState state) PropertiesTypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) Methods in org.apache.qpid.protonj2.codec.decoders.messaging that return types with arguments of type Properties -
Uses of Properties in org.apache.qpid.protonj2.codec.encoders.messaging
Methods in org.apache.qpid.protonj2.codec.encoders.messaging that return types with arguments of type PropertiesMethods in org.apache.qpid.protonj2.codec.encoders.messaging with parameters of type PropertiesModifier and TypeMethodDescriptionintPropertiesTypeEncoder.getElementCount(Properties properties) bytePropertiesTypeEncoder.getListEncoding(Properties value) voidPropertiesTypeEncoder.writeElement(Properties properties, int index, ProtonBuffer buffer, Encoder encoder, EncoderState state) -
Uses of Properties in org.apache.qpid.protonj2.types.messaging
Methods in org.apache.qpid.protonj2.types.messaging that return PropertiesModifier and TypeMethodDescriptionProperties.copy()Properties.getValue()Properties.setAbsoluteExpiryTime(int absoluteExpiryTime) Properties.setAbsoluteExpiryTime(long absoluteExpiryTime) Properties.setContentEncoding(String contentEncoding) Properties.setContentType(String contentType) Properties.setCorrelationId(Object correlationId) Properties.setCreationTime(int creationTime) Properties.setCreationTime(long creationTime) Properties.setGroupId(String groupId) Properties.setGroupSequence(int groupSequence) Properties.setGroupSequence(long groupSequence) Properties.setMessageId(Object messageId) Properties.setReplyTo(String replyTo) Properties.setReplyToGroupId(String replyToGroupId) Properties.setSubject(String subject) Properties.setUserId(byte[] userId) Constructors in org.apache.qpid.protonj2.types.messaging with parameters of type Properties