Uses of Class
org.apache.qpid.protonj2.client.impl.ClientSession
Packages that use ClientSession
-
Uses of ClientSession in org.apache.qpid.protonj2.client.impl
Subclasses of ClientSession in org.apache.qpid.protonj2.client.implModifier 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
.Fields in org.apache.qpid.protonj2.client.impl declared as ClientSessionMethods in org.apache.qpid.protonj2.client.impl that return ClientSessionConstructors in org.apache.qpid.protonj2.client.impl with parameters of type ClientSessionModifierConstructorDescriptionprotected
ClientReceiverLinkType
(ClientSession session, String linkId, LinkOptions<?> options, Receiver protonReceiver) protected
ClientSenderLinkType
(ClientSession session, String linkId, LinkOptions<?> options, Sender protonSender)