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 classLinkOptions<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 classReceiverOptionsOptions that control the behavior of theReceivercreated from them.classSenderOptionsOptions that control the behavior of aSendercreated from them.classStreamReceiverOptionsOptions class that controls various aspects of aStreamReceiverinstance and how a streamed message transfer is written.classStreamSenderOptionsOptions class that controls various aspects of aStreamSenderMessageinstance 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 thisLinkOptionsinstance 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 thisLinkOptionsinstance 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. optionsConstructors 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)
-