Uses of Class
org.apache.qpid.protonj2.engine.impl.ProtonEndpoint
-
Packages that use ProtonEndpoint Package Description org.apache.qpid.protonj2.engine.impl -
-
Uses of ProtonEndpoint in org.apache.qpid.protonj2.engine.impl
Subclasses of ProtonEndpoint in org.apache.qpid.protonj2.engine.impl Modifier and Type Class Description class
ProtonConnection
Implements the proton Connection APIclass
ProtonLink<L extends Link<L>>
Common base for Proton Senders and Receivers.class
ProtonReceiver
Proton Receiver link implementation.class
ProtonSender
Proton Sender link implementation.class
ProtonSession
Proton API for Session type.class
ProtonTransactionController
TransactionController
implementation that implements the abstraction around a sender link that initiates requests toDeclare
and toDischarge
AMQPTransaction
instance.class
ProtonTransactionManager
TransactionManager
implementation that implements the abstraction around a receiver link that responds to requests toDeclare
and toDischarge
AMQPTransaction
instance.
-