Uses of Class
org.apache.qpid.protonj2.engine.impl.ProtonSession
-
Uses of ProtonSession in org.apache.qpid.protonj2.engine.impl
Modifier and TypeMethodDescriptionProtonSession.close()
ProtonSession.deliveryReadHandler
(EventHandler<IncomingDelivery> deliveryReadHandler) ProtonLink.getParent()
ProtonTransactionController.getParent()
ProtonTransactionManager.getParent()
ProtonLink.getSession()
ProtonSession.open()
ProtonSession.receiverOpenHandler
(EventHandler<Receiver> remoteReceiverOpenEventHandler) ProtonSession.senderOpenHandler
(EventHandler<Sender> remoteSenderOpenEventHandler) ProtonConnection.session()
ProtonSession.setDesiredCapabilities
(Symbol... capabilities) ProtonSession.setOfferedCapabilities
(Symbol... capabilities) ProtonSession.setProperties
(Map<Symbol, Object> properties) ProtonSession.transactionManagerOpenHandler
(EventHandler<TransactionManager> remoteTxnManagerOpenEventHandler) ModifierConstructorDescriptionprotected
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)