Uses of Class
org.apache.qpid.protonj2.engine.impl.ProtonSender
Packages that use ProtonSender
-
Uses of ProtonSender in org.apache.qpid.protonj2.engine.impl
Methods in org.apache.qpid.protonj2.engine.impl that return ProtonSenderModifier and TypeMethodDescriptionprotected final ProtonSender
ProtonSender.decorateOutgoingFlow
(Flow flow) ProtonOutgoingDelivery.getLink()
protected final ProtonSender
ProtonSender.handleRemoteAttach
(Attach attach) protected final ProtonSender
ProtonSender.handleRemoteDetach
(Detach detach) protected final ProtonSender
ProtonSender.handleRemoteDisposition
(Disposition disposition, ProtonIncomingDelivery delivery) protected final ProtonSender
ProtonSender.handleRemoteDisposition
(Disposition disposition, ProtonOutgoingDelivery delivery) protected final ProtonSender
ProtonSender.handleRemoteFlow
(Flow flow) protected ProtonSender
ProtonSender.self()
Methods in org.apache.qpid.protonj2.engine.impl that return types with arguments of type ProtonSenderConstructors in org.apache.qpid.protonj2.engine.impl with parameters of type ProtonSenderModifierConstructorDescriptionCreates an empty outgoing delivery instance that is owned by the givenProtonSender
instance.ProtonTransactionController
(ProtonSender senderLink) Creates a newTransactionController
instance that wraps the givenSender
link.