Uses of Class
org.apache.qpid.protonj2.engine.impl.ProtonConnection
-
Packages that use ProtonConnection Package Description org.apache.qpid.protonj2.engine.impl -
-
Uses of ProtonConnection in org.apache.qpid.protonj2.engine.impl
Fields in org.apache.qpid.protonj2.engine.impl declared as ProtonConnection Modifier and Type Field Description protected ProtonConnection
ProtonLink. connection
Constructors in org.apache.qpid.protonj2.engine.impl with parameters of type ProtonConnection Constructor Description ProtonSession(ProtonConnection connection, int localChannel)
Creates a newProtonSession
instance bound to the givenProtonConnection
.
-