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 class
ClientStreamSession
A specializedClientSession
that is the parent of aClientStreamSender
orClientStreamReceiver
and cannot create any further resources as the lifetime of the session is tied to the childStreamSender
orStreamReceiver
.Fields in org.apache.qpid.protonj2.client.impl declared as ClientSession Modifier and Type Field Description protected ClientSession
ClientLinkType. session
Methods in org.apache.qpid.protonj2.client.impl that return ClientSession Modifier and Type Method Description ClientSession
ClientLinkType. 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)
-