Uses of Class
org.apache.qpid.protonj2.client.impl.ClientSession
-
Packages that use ClientSession Package Description org.apache.qpid.protonj2.client.impl -
-
Uses of ClientSession in org.apache.qpid.protonj2.client.impl
Subclasses of ClientSession in org.apache.qpid.protonj2.client.impl Modifier and Type Class Description classClientStreamSessionA specializedClientSessionthat is the parent of aClientStreamSenderorClientStreamReceiverand cannot create any further resources as the lifetime of the session is tied to the childStreamSenderorStreamReceiver.Fields in org.apache.qpid.protonj2.client.impl declared as ClientSession Modifier and Type Field Description protected ClientSessionClientLinkType. sessionMethods in org.apache.qpid.protonj2.client.impl that return ClientSession Modifier and Type Method Description ClientSessionClientLinkType. session()Constructors in org.apache.qpid.protonj2.client.impl with parameters of type ClientSession Constructor Description ClientReceiverLinkType(ClientSession session, String linkId, LinkOptions<?> options, Receiver protonReceiver)ClientSenderLinkType(ClientSession session, String linkId, LinkOptions<?> options, Sender protonSender)
-