Uses of Interface
org.apache.qpid.proton.engine.Endpoint
-
Packages that use Endpoint Package Description org.apache.qpid.proton.engine org.apache.qpid.proton.engine.impl -
-
Uses of Endpoint in org.apache.qpid.proton.engine
Subinterfaces of Endpoint in org.apache.qpid.proton.engine Modifier and Type Interface Description interfaceConnectionMaintains lists of sessions, links and deliveries in a state that is interesting to the application.interfaceLinkLink The settlement mode defaults are: Sender settle mode -SenderSettleMode.MIXED.interfaceProtonJConnectionExtendsConnectionwith functionality that is specific to proton-jinterfaceProtonJEndpointinterfaceProtonJSessionExtendsSessionwith functionality that is specific to proton-jinterfaceProtonJTransportExtendsTransportwith functionality that is specific to proton-jinterfaceReceiverReceiverinterfaceSenderSenderinterfaceSessionSession Note that session level flow control is handled internally by Proton.interfaceTransportOperates on the entities in the associatedConnectionby accepting and producing binary AMQP output, potentially layered within SASL and/or SSL. -
Uses of Endpoint in org.apache.qpid.proton.engine.impl
Subinterfaces of Endpoint in org.apache.qpid.proton.engine.impl Modifier and Type Interface Description interfaceTransportInternalExtended Transport interface providing access to certain methods intended mainly for internal use, or use in extending implementation details not strictly considered part of the public Transport API.Classes in org.apache.qpid.proton.engine.impl that implement Endpoint Modifier and Type Class Description classConnectionImplclassEndpointImplclassLinkImplclassReceiverImplclassSenderImplclassSessionImplclassTransportImpl
-