Uses of Class
org.apache.qpid.protonj2.client.exceptions.ClientUnsupportedOperationException
-
Uses of ClientUnsupportedOperationException in org.apache.qpid.protonj2.client.impl
Modifier and TypeMethodDescriptionClientStreamReceiverMessage.absoluteExpiryTime
(long expiryTime) ClientStreamReceiverMessage.addBodySection
(Section<?> bodySection) ClientStreamReceiverMessage.annotation
(String key, Object value) ClientStreamReceiverMessage.annotations
(MessageAnnotations messageAnnotations) ClientStreamReceiverMessage.applicationProperties
(ApplicationProperties applicationProperties) ClientStreamReceiverMessage.body
(InputStream value) Collection<Section<?>>
ClientStreamReceiverMessage.bodySections()
ClientStreamReceiverMessage.bodySections
(Collection<Section<?>> sections) ClientStreamReceiverMessage.clearBodySections()
Message<?>
ClientStreamReceiverMessage.contentEncoding
(String contentEncoding) ClientStreamReceiverMessage.contentType
(String contentType) ClientStreamReceiverMessage.correlationId
(Object correlationId) ClientStreamReceiverMessage.creationTime
(long createTime) ClientStreamReceiverMessage.deliveryCount
(long deliveryCount) ClientStreamReceiverMessage.durable
(boolean durable) ClientStreamReceiverMessage.encode
(Map<String, Object> deliveryAnnotations, ProtonBufferAllocator allocator) ClientStreamReceiverMessage.firstAcquirer
(boolean firstAcquirer) ClientStreamReceiverMessage.forEachBodySection
(Consumer<Section<?>> consumer) ClientStreamReceiverMessage.groupSequence
(int groupSequence) ClientStreamReceiverMessage.messageFormat
(int messageFormat) ClientStreamReceiverMessage.priority
(byte priority) ClientStreamReceiverMessage.properties
(Properties properties) ClientStreamReceiverMessage.removeAnnotation
(String key) ClientStreamReceiverMessage.removeFooter
(String key) ClientStreamReceiverMessage.removeProperty
(String key) ClientStreamReceiverMessage.replyToGroupId
(String replyToGroupId) ClientStreamReceiverMessage.timeToLive
(long timeToLive) ClientStreamReceiverMessage.userId
(byte[] userId)