Uses of Class
org.apache.qpid.protonj2.client.impl.ClientSession
-
Uses of ClientSession in org.apache.qpid.protonj2.client.impl
Modifier and TypeClassDescriptionfinal class
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
.ModifierConstructorDescriptionprotected
ClientReceiverLinkType
(ClientSession session, String linkId, LinkOptions<?> options, Receiver protonReceiver) protected
ClientSenderLinkType
(ClientSession session, String linkId, LinkOptions<?> options, Sender protonSender)