Uses of Class
org.apache.qpid.protonj2.client.LinkOptions
Packages that use LinkOptions
-
Uses of LinkOptions in org.apache.qpid.protonj2.client
Classes in org.apache.qpid.protonj2.client with type parameters of type LinkOptionsModifier and TypeClassDescriptionclass
LinkOptions<T extends LinkOptions<T>>
Base options that are applied to AMQP link types.Subclasses of LinkOptions in org.apache.qpid.protonj2.clientModifier and TypeClassDescriptionclass
Options that control the behavior of theReceiver
created from them.class
Options that control the behavior of aSender
created from them.final class
Options class that controls various aspects of aStreamReceiver
instance and how a streamed message transfer is written.class
Options class that controls various aspects of aStreamSenderMessage
instance and how a streamed message transfer is written.Methods in org.apache.qpid.protonj2.client that return LinkOptionsModifier and TypeMethodDescriptionprotected LinkOptions
<T> LinkOptions.copyInto
(LinkOptions<T> other) Copy all options from thisLinkOptions
instance into the instance provided.Methods in org.apache.qpid.protonj2.client with parameters of type LinkOptionsModifier and TypeMethodDescriptionprotected LinkOptions
<T> LinkOptions.copyInto
(LinkOptions<T> other) Copy all options from thisLinkOptions
instance into the instance provided.Constructors in org.apache.qpid.protonj2.client with parameters of type LinkOptionsModifierConstructorDescriptionLinkOptions
(LinkOptions<T> options) Create a new LinkOptions instance that copies the configuration from the specified source options. -
Uses of LinkOptions in org.apache.qpid.protonj2.client.impl
Fields in org.apache.qpid.protonj2.client.impl declared as LinkOptionsConstructors in org.apache.qpid.protonj2.client.impl with parameters of type LinkOptionsModifierConstructorDescriptionprotected
ClientReceiverLinkType
(ClientSession session, String linkId, LinkOptions<?> options, Receiver protonReceiver) protected
ClientSenderLinkType
(ClientSession session, String linkId, LinkOptions<?> options, Sender protonSender)