Uses of Class
org.apache.qpid.protonj2.client.exceptions.ClientUnsupportedOperationException
Packages that use ClientUnsupportedOperationException
-
Uses of ClientUnsupportedOperationException in org.apache.qpid.protonj2.client.impl
Methods in org.apache.qpid.protonj2.client.impl that throw ClientUnsupportedOperationExceptionModifier and TypeMethodDescriptionClientStreamReceiverMessage.absoluteExpiryTime(long expiryTime) ClientStreamReceiverMessage.addBodySection(org.apache.qpid.protonj2.types.messaging.Section<?> bodySection) ClientStreamReceiverMessage.annotation(String key, Object value) ClientStreamReceiverMessage.annotations(org.apache.qpid.protonj2.types.messaging.MessageAnnotations messageAnnotations) ClientStreamReceiverMessage.applicationProperties(org.apache.qpid.protonj2.types.messaging.ApplicationProperties applicationProperties) ClientStreamReceiverMessage.body(InputStream value) Collection<org.apache.qpid.protonj2.types.messaging.Section<?>> ClientStreamReceiverMessage.bodySections()ClientStreamReceiverMessage.bodySections(Collection<org.apache.qpid.protonj2.types.messaging.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) org.apache.qpid.protonj2.buffer.ProtonBufferClientStreamReceiverMessage.encode(Map<String, Object> deliveryAnnotations, org.apache.qpid.protonj2.buffer.ProtonBufferAllocator allocator) ClientStreamReceiverMessage.firstAcquirer(boolean firstAcquirer) ClientStreamReceiverMessage.footer(org.apache.qpid.protonj2.types.messaging.Footer footer) ClientStreamReceiverMessage.forEachBodySection(Consumer<org.apache.qpid.protonj2.types.messaging.Section<?>> consumer) ClientStreamReceiverMessage.groupSequence(int groupSequence) ClientStreamReceiverMessage.header(org.apache.qpid.protonj2.types.messaging.Header header) ClientStreamReceiverMessage.messageFormat(int messageFormat) ClientStreamReceiverMessage.priority(byte priority) ClientStreamReceiverMessage.properties(org.apache.qpid.protonj2.types.messaging.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)