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 ProtonConnectionProtonLink. connectionConstructors in org.apache.qpid.protonj2.engine.impl with parameters of type ProtonConnection Constructor Description ProtonSession(ProtonConnection connection, int localChannel)Creates a newProtonSessioninstance bound to the givenProtonConnection.
-