Uses of Class
org.apache.qpid.protonj2.client.StreamSenderOptions
-
Packages that use StreamSenderOptions Package Description org.apache.qpid.protonj2.client org.apache.qpid.protonj2.client.impl -
-
Uses of StreamSenderOptions in org.apache.qpid.protonj2.client
Methods in org.apache.qpid.protonj2.client that return StreamSenderOptions Modifier and Type Method Description StreamSenderOptions
StreamSenderOptions. clone()
protected StreamSenderOptions
StreamSenderOptions. copyInto(StreamSenderOptions other)
Copy all options from thisStreamSenderOptions
instance into the instance provided.StreamSenderOptions
StreamSenderOptions. deliveryTagGeneratorSupplier(Supplier<DeliveryTagGenerator> supplier)
Configures aSupplier
which provides unique instances ofDeliveryTagGenerator
objects for anyStreamSender
created using these options.StreamSenderOptions
StreamSenderOptions. pendingWritesBufferSize(int pendingWritesBufferSize)
Sets the overall number of bytes the stream sender will allow to be pending for write before applying back pressure to the stream write caller.protected StreamSenderOptions
StreamSenderOptions. self()
StreamSenderOptions
StreamSenderOptions. sendTimeout(long sendTimeout)
Configures the timeout used when awaiting a send operation to complete.StreamSenderOptions
StreamSenderOptions. sendTimeout(long timeout, TimeUnit units)
Configures the timeout used when awaiting a send operation to complete.StreamSenderOptions
StreamSenderOptions. writeBufferSize(int writeBufferSize)
Sets the overall number of bytes the stream sender will buffer before automatically flushing the currently buffered bytes.Methods in org.apache.qpid.protonj2.client with parameters of type StreamSenderOptions Modifier and Type Method Description protected StreamSenderOptions
StreamSenderOptions. copyInto(StreamSenderOptions other)
Copy all options from thisStreamSenderOptions
instance into the instance provided.StreamSender
Connection. openStreamSender(String address, StreamSenderOptions senderOptions)
Creates a streaming sender used to send large messages to the given node address.Constructors in org.apache.qpid.protonj2.client with parameters of type StreamSenderOptions Constructor Description StreamSenderOptions(StreamSenderOptions options)
Create aStreamSenderOptions
instance that copies all configuration from the givenStreamSenderOptions
instance. -
Uses of StreamSenderOptions in org.apache.qpid.protonj2.client.impl
Methods in org.apache.qpid.protonj2.client.impl with parameters of type StreamSenderOptions Modifier and Type Method Description StreamSender
ClientConnection. openStreamSender(String address, StreamSenderOptions senderOptions)
-