Uses of Class
org.apache.qpid.protonj2.client.OutputStreamOptions
-
Uses of OutputStreamOptions in org.apache.qpid.protonj2.client
Modifier and TypeMethodDescriptionOutputStreamOptions.bodyLength
(int streamSize) Sets the overall stream size for this associatedOutputStream
that the options are applied to.OutputStreamOptions.clone()
OutputStreamOptions.completeSendOnClose
(boolean completeContextOnClose) Configures if the close of theOutputStream
should result in a completion of the parentStreamSenderMessage
(default is true).protected OutputStreamOptions
OutputStreamOptions.copyInto
(OutputStreamOptions other) Copy all options from thisOutputStreamOptions
instance into the instance provided.Modifier and TypeMethodDescriptionStreamSenderMessage.body
(OutputStreamOptions options) Creates anOutputStream
instance configured with the given options which will write the bytes as the payload of one or more AMQPData
sections based on the provided configuration..protected OutputStreamOptions
OutputStreamOptions.copyInto
(OutputStreamOptions other) Copy all options from thisOutputStreamOptions
instance into the instance provided.ModifierConstructorDescriptionOutputStreamOptions
(OutputStreamOptions options) Create aOutputStreamOptions
instance that copies all configuration from the givenOutputStreamOptions
instance.