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
ClientSender. session
Methods in org.apache.qpid.protonj2.client.impl that return ClientSession Modifier and Type Method Description ClientSession
ClientReceiver. session()
ClientSession
ClientStreamReceiver. session()
-