Uses of Class
org.apache.qpid.protonj2.client.LinkOptions
-
Uses of LinkOptions in org.apache.qpid.protonj2.client
Modifier and TypeClassDescriptionclass
LinkOptions<T extends LinkOptions<T>>
Base options that are applied to AMQP link types.Modifier 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.Modifier and TypeMethodDescriptionprotected LinkOptions<T>
LinkOptions.copyInto
(LinkOptions<T> other) Copy all options from thisLinkOptions
instance into the instance provided.Modifier and TypeMethodDescriptionprotected LinkOptions<T>
LinkOptions.copyInto
(LinkOptions<T> other) Copy all options from thisLinkOptions
instance into the instance provided.ModifierConstructorDescriptionLinkOptions
(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
ModifierConstructorDescriptionprotected
ClientReceiverLinkType
(ClientSession session, String linkId, LinkOptions<?> options, Receiver protonReceiver) protected
ClientSenderLinkType
(ClientSession session, String linkId, LinkOptions<?> options, Sender protonSender)