Uses of Class
org.apache.qpid.protonj2.client.OutputStreamOptions
Packages that use OutputStreamOptions
-
Uses of OutputStreamOptions in org.apache.qpid.protonj2.client
Methods in org.apache.qpid.protonj2.client that return OutputStreamOptionsModifier 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.Methods in org.apache.qpid.protonj2.client with parameters of type OutputStreamOptionsModifier 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.Constructors in org.apache.qpid.protonj2.client with parameters of type OutputStreamOptionsModifierConstructorDescriptionOutputStreamOptions
(OutputStreamOptions options) Create aOutputStreamOptions
instance that copies all configuration from the givenOutputStreamOptions
instance.