Uses of Class
org.apache.qpid.protonj2.types.messaging.Properties
-
-
Uses of Properties in org.apache.qpid.protonj2.client
Methods in org.apache.qpid.protonj2.client that return Properties Modifier and Type Method Description PropertiesAdvancedMessage. 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 Properties Modifier and Type Method Description AdvancedMessage<E>AdvancedMessage. 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 Properties Modifier and Type Method Description PropertiesClientMessage. properties()PropertiesClientStreamReceiverMessage. properties()Methods in org.apache.qpid.protonj2.client.impl with parameters of type Properties Modifier and Type Method Description ClientMessage<E>ClientMessage. properties(Properties properties)StreamReceiverMessageClientStreamReceiverMessage. properties(Properties properties) -
Uses of Properties in org.apache.qpid.protonj2.codec.decoders.messaging
Methods in org.apache.qpid.protonj2.codec.decoders.messaging that return Properties Modifier and Type Method Description Properties[]PropertiesTypeDecoder. readArrayElements(java.io.InputStream stream, StreamDecoderState state, int count)Properties[]PropertiesTypeDecoder. readArrayElements(ProtonBuffer buffer, DecoderState state, int count)PropertiesPropertiesTypeDecoder. readValue(java.io.InputStream stream, StreamDecoderState state)PropertiesPropertiesTypeDecoder. readValue(ProtonBuffer buffer, DecoderState state)Methods in org.apache.qpid.protonj2.codec.decoders.messaging that return types with arguments of type Properties Modifier and Type Method Description java.lang.Class<Properties>PropertiesTypeDecoder. getTypeClass() -
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 Properties Modifier and Type Method Description java.lang.Class<Properties>PropertiesTypeEncoder. getTypeClass()Methods in org.apache.qpid.protonj2.codec.encoders.messaging with parameters of type Properties Modifier and Type Method Description intPropertiesTypeEncoder. getElementCount(Properties properties)bytePropertiesTypeEncoder. getListEncoding(Properties value)voidPropertiesTypeEncoder. writeElement(Properties properties, int index, ProtonBuffer buffer, EncoderState state) -
Uses of Properties in org.apache.qpid.protonj2.types.messaging
Methods in org.apache.qpid.protonj2.types.messaging that return Properties Modifier and Type Method Description PropertiesProperties. copy()PropertiesProperties. getValue()PropertiesProperties. setAbsoluteExpiryTime(int absoluteExpiryTime)PropertiesProperties. setAbsoluteExpiryTime(long absoluteExpiryTime)PropertiesProperties. setContentEncoding(java.lang.String contentEncoding)PropertiesProperties. setContentType(java.lang.String contentType)PropertiesProperties. setCorrelationId(java.lang.Object correlationId)PropertiesProperties. setCreationTime(int creationTime)PropertiesProperties. setCreationTime(long creationTime)PropertiesProperties. setGroupId(java.lang.String groupId)PropertiesProperties. setGroupSequence(int groupSequence)PropertiesProperties. setGroupSequence(long groupSequence)PropertiesProperties. setMessageId(java.lang.Object messageId)PropertiesProperties. setReplyTo(java.lang.String replyTo)PropertiesProperties. setReplyToGroupId(java.lang.String replyToGroupId)PropertiesProperties. setSubject(java.lang.String subject)PropertiesProperties. setTo(java.lang.String to)PropertiesProperties. setUserId(byte[] userId)PropertiesProperties. setUserId(Binary userId)Constructors in org.apache.qpid.protonj2.types.messaging with parameters of type Properties Constructor Description Properties(Properties other)
-