Uses of Class
org.apache.qpid.protonj2.client.SessionOptions
Packages that use SessionOptions
-
Uses of SessionOptions in org.apache.qpid.protonj2.client
Methods in org.apache.qpid.protonj2.client that return SessionOptionsModifier and TypeMethodDescriptionSessionOptions.clone()
SessionOptions.closeTimeout
(long closeTimeout) Configures the timeout used when awaiting a response from the remote that a request to close aSession
as been honored.SessionOptions.closeTimeout
(long timeout, TimeUnit units) protected SessionOptions
SessionOptions.copyInto
(SessionOptions other) Copy all options from thisSessionOptions
instance into the instance provided.SessionOptions.defaultNextReceiverPolicy
(NextReceiverPolicy policy) Configures the default next receiver policy for the session created with these configuration options.SessionOptions.desiredCapabilities
(String... desiredCapabilities) SessionOptions.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.SessionOptions.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.SessionOptions.incomingCapacity
(int incomingCapacity) Sets the incoming capacity for aSession
created with these options.SessionOptions.offeredCapabilities
(String... offeredCapabilities) SessionOptions.openTimeout
(long openTimeout) Configures the timeout used when awaiting a response from the remote that a request to open aSession
has been honored.SessionOptions.openTimeout
(long timeout, TimeUnit units) SessionOptions.outgoingCapacity
(int outgoingCapacity) Sets the outgoing capacity for aSession
created with these options.SessionOptions.properties
(Map<String, Object> properties) SessionOptions.requestTimeout
(long requestTimeout) Configures the timeout used when awaiting a response from the remote that a request to perform some action such as starting a new transaction.SessionOptions.requestTimeout
(long timeout, TimeUnit units) Configures the timeout used when awaiting a response from the remote that a request to perform some action such as starting a new transaction.SessionOptions.sendTimeout
(long sendTimeout) Configures the timeout used when awaiting a send operation to complete.SessionOptions.sendTimeout
(long timeout, TimeUnit units) Configures the timeout used when awaiting a send operation to complete.Methods in org.apache.qpid.protonj2.client with parameters of type SessionOptionsModifier and TypeMethodDescriptionprotected SessionOptions
SessionOptions.copyInto
(SessionOptions other) Copy all options from thisSessionOptions
instance into the instance provided.Connection.openSession
(SessionOptions options) Creates a newSession
instance for use by the client application.Constructors in org.apache.qpid.protonj2.client with parameters of type SessionOptionsModifierConstructorDescriptionSessionOptions
(SessionOptions options) Create a new SessionOptions instance that copies the configuration from the specified source options. -
Uses of SessionOptions in org.apache.qpid.protonj2.client.impl
Methods in org.apache.qpid.protonj2.client.impl with parameters of type SessionOptions