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 StreamReceiverOptionsStreamReceiverOptions. autoAccept(boolean autoAccept)Controls if the created Receiver will automatically accept the deliveries that have been received by the application (default istrue).StreamReceiverOptionsStreamReceiverOptions. clone()protected StreamReceiverOptionsStreamReceiverOptions. copyInto(StreamReceiverOptions other)Copy all options from thisStreamReceiverOptionsinstance into the instance provided.StreamReceiverOptionsStreamReceiverOptions. creditWindow(int creditWindow)A credit window value that will be used to maintain an window of credit for Receiver instances that are created.StreamReceiverOptionsStreamReceiverOptions. drainTimeout(long drainTimeout)Sets the drain timeout (in milliseconds) after which aReceiverrequest to drain link credit is considered failed and the request will be marked as such.StreamReceiverOptionsStreamReceiverOptions. drainTimeout(long timeout, TimeUnit units)Sets the drain timeout value after which aReceiverrequest to drain link credit is considered failed and the request will be marked as such.StreamReceiverOptionsStreamReceiverOptions. readBufferSize(int readBufferSize)Sets the incoming buffer capacity (in bytes) that theStreamReceiver.protected StreamReceiverOptionsStreamReceiverOptions. self()Methods in org.apache.qpid.protonj2.client with parameters of type StreamReceiverOptions Modifier and Type Method Description protected StreamReceiverOptionsStreamReceiverOptions. copyInto(StreamReceiverOptions other)Copy all options from thisStreamReceiverOptionsinstance into the instance provided.StreamReceiverConnection. 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 aStreamReceiverOptionsinstance that copies all configuration from the givenStreamReceiverOptionsinstance. -
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 StreamReceiverClientConnection. openStreamReceiver(String address, StreamReceiverOptions receiverOptions)
-