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
Methods in org.apache.qpid.protonj2.engine.impl that return ProtonConnection Modifier and Type Method Description ProtonConnection
ProtonConnection. close()
ProtonConnection
ProtonEngine. connection()
ProtonConnection
ProtonLink. getConnection()
ProtonConnection
ProtonSession. getConnection()
ProtonConnection
ProtonSession. getParent()
ProtonConnection
ProtonConnection. open()
ProtonConnection
ProtonConnection. receiverOpenHandler(EventHandler<Receiver> remoteReceiverOpenEventHandler)
ProtonConnection
ProtonConnection. senderOpenHandler(EventHandler<Sender> remoteSenderOpenEventHandler)
ProtonConnection
ProtonConnection. sessionOpenHandler(EventHandler<Session> remoteSessionOpenEventHandler)
ProtonConnection
ProtonConnection. setChannelMax(int channelMax)
ProtonConnection
ProtonConnection. setContainerId(java.lang.String containerId)
ProtonConnection
ProtonConnection. setDesiredCapabilities(Symbol... capabilities)
ProtonConnection
ProtonConnection. setHostname(java.lang.String hostname)
ProtonConnection
ProtonConnection. setIdleTimeout(long idleTimeout)
ProtonConnection
ProtonConnection. setOfferedCapabilities(Symbol... capabilities)
ProtonConnection
ProtonConnection. setProperties(java.util.Map<Symbol,java.lang.Object> properties)
ProtonConnection
ProtonEngine. start()
ProtonConnection
ProtonConnection. transactionManagerOpenHandler(EventHandler<TransactionManager> remoteTxnManagerOpenEventHandler)
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
.
-