Uses of Class
org.apache.qpid.protonj2.engine.impl.ProtonSession
-
Packages that use ProtonSession Package Description org.apache.qpid.protonj2.engine.impl -
-
Uses of ProtonSession in org.apache.qpid.protonj2.engine.impl
Fields in org.apache.qpid.protonj2.engine.impl declared as ProtonSession Modifier and Type Field Description protected ProtonSession
ProtonLink. session
Constructors in org.apache.qpid.protonj2.engine.impl with parameters of type ProtonSession Constructor Description ProtonLink(ProtonSession session, String name, ProtonLinkCreditState creditState)
Create a new link instance with the given parent session.ProtonReceiver(ProtonSession session, String name)
ProtonSender(ProtonSession session, String name)
ProtonSessionIncomingWindow(ProtonSession session)
ProtonSessionOutgoingWindow(ProtonSession session)
-