Uses of Class
org.apache.qpid.protonj2.engine.impl.ProtonConnection
-
Uses of ProtonConnection in org.apache.qpid.protonj2.engine.impl
Modifier and TypeMethodDescriptionProtonConnection.close()
ProtonEngine.connection()
ProtonLink.getConnection()
ProtonSession.getConnection()
ProtonSession.getParent()
ProtonConnection.open()
ProtonConnection.receiverOpenHandler
(EventHandler<Receiver> remoteReceiverOpenEventHandler) ProtonConnection.senderOpenHandler
(EventHandler<Sender> remoteSenderOpenEventHandler) ProtonConnection.sessionOpenHandler
(EventHandler<Session> remoteSessionOpenEventHandler) ProtonConnection.setChannelMax
(int channelMax) ProtonConnection.setContainerId
(String containerId) ProtonConnection.setDesiredCapabilities
(Symbol... capabilities) ProtonConnection.setHostname
(String hostname) ProtonConnection.setIdleTimeout
(long idleTimeout) ProtonConnection.setOfferedCapabilities
(Symbol... capabilities) ProtonConnection.setProperties
(Map<Symbol, Object> properties) ProtonEngine.start()
ProtonConnection.transactionManagerOpenHandler
(EventHandler<TransactionManager> remoteTxnManagerOpenEventHandler) ModifierConstructorDescriptionProtonSession
(ProtonConnection connection, int localChannel) Creates a newProtonSession
instance bound to the givenProtonConnection
.