Uses of Class
org.apache.qpid.protonj2.client.LinkOptions
-
Packages that use LinkOptions Package Description org.apache.qpid.protonj2.client org.apache.qpid.protonj2.client.impl -
-
Uses of LinkOptions in org.apache.qpid.protonj2.client
Classes in org.apache.qpid.protonj2.client with type parameters of type LinkOptions Modifier and Type Class Description class
LinkOptions<T extends LinkOptions<T>>
Base options that are applied to AMQP link types.Subclasses of LinkOptions in org.apache.qpid.protonj2.client Modifier and Type Class Description class
ReceiverOptions
Options that control the behavior of theReceiver
created from them.class
SenderOptions
Options that control the behavior of aSender
created from them.class
StreamReceiverOptions
Options class that controls various aspects of aStreamReceiver
instance and how a streamed message transfer is written.class
StreamSenderOptions
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 LinkOptions Modifier and Type Method Description protected 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 LinkOptions Modifier and Type Method Description protected 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 LinkOptions Constructor Description LinkOptions(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 LinkOptions Modifier and Type Field Description protected LinkOptions<?>
ClientLinkType. options
Constructors in org.apache.qpid.protonj2.client.impl with parameters of type LinkOptions Constructor Description ClientReceiverLinkType(ClientSession session, String linkId, LinkOptions<?> options, Receiver protonReceiver)
ClientSenderLinkType(ClientSession session, String linkId, LinkOptions<?> options, Sender protonSender)
-