Uses of Class
org.apache.qpid.protonj2.client.OutputStreamOptions
-
Packages that use OutputStreamOptions Package Description org.apache.qpid.protonj2.client -
-
Uses of OutputStreamOptions in org.apache.qpid.protonj2.client
Methods in org.apache.qpid.protonj2.client that return OutputStreamOptions Modifier and Type Method Description OutputStreamOptions
OutputStreamOptions. bodyLength(int streamSize)
Sets the overall stream size for this associatedOutputStream
that the options are applied to.OutputStreamOptions
OutputStreamOptions. clone()
OutputStreamOptions
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 OutputStreamOptions Modifier and Type Method Description OutputStream
StreamSenderMessage. 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 OutputStreamOptions Constructor Description OutputStreamOptions(OutputStreamOptions options)
Create aOutputStreamOptions
instance that copies all configuration from the givenOutputStreamOptions
instance.
-