Uses of Class
org.apache.qpid.protonj2.client.StreamReceiverOptions
-
Packages that use StreamReceiverOptions Package Description org.apache.qpid.protonj2.client org.apache.qpid.protonj2.client.impl -
-
Uses of StreamReceiverOptions in org.apache.qpid.protonj2.client
Methods in org.apache.qpid.protonj2.client that return StreamReceiverOptions Modifier and Type Method Description StreamReceiverOptions
StreamReceiverOptions. autoAccept(boolean autoAccept)
Controls if the created Receiver will automatically accept the deliveries that have been received by the application (default istrue
).StreamReceiverOptions
StreamReceiverOptions. clone()
protected StreamReceiverOptions
StreamReceiverOptions. copyInto(StreamReceiverOptions other)
Copy all options from thisStreamReceiverOptions
instance into the instance provided.StreamReceiverOptions
StreamReceiverOptions. creditWindow(int creditWindow)
A credit window value that will be used to maintain an window of credit for Receiver instances that are created.StreamReceiverOptions
StreamReceiverOptions. drainTimeout(long drainTimeout)
Sets the drain timeout (in milliseconds) after which aReceiver
request to drain link credit is considered failed and the request will be marked as such.StreamReceiverOptions
StreamReceiverOptions. drainTimeout(long timeout, TimeUnit units)
Sets the drain timeout value after which aReceiver
request to drain link credit is considered failed and the request will be marked as such.StreamReceiverOptions
StreamReceiverOptions. readBufferSize(int readBufferSize)
Sets the incoming buffer capacity (in bytes) that theStreamReceiver
.protected StreamReceiverOptions
StreamReceiverOptions. self()
Methods in org.apache.qpid.protonj2.client with parameters of type StreamReceiverOptions Modifier and Type Method Description protected StreamReceiverOptions
StreamReceiverOptions. copyInto(StreamReceiverOptions other)
Copy all options from thisStreamReceiverOptions
instance into the instance provided.StreamReceiver
Connection. openStreamReceiver(String address, StreamReceiverOptions receiverOptions)
Creates a streaming message receiver used to consume large messages from the given node address.Constructors in org.apache.qpid.protonj2.client with parameters of type StreamReceiverOptions Constructor Description StreamReceiverOptions(StreamReceiverOptions options)
Create aStreamReceiverOptions
instance that copies all configuration from the givenStreamReceiverOptions
instance. -
Uses of StreamReceiverOptions in org.apache.qpid.protonj2.client.impl
Methods in org.apache.qpid.protonj2.client.impl with parameters of type StreamReceiverOptions Modifier and Type Method Description StreamReceiver
ClientConnection. openStreamReceiver(String address, StreamReceiverOptions receiverOptions)
-