Uses of Interface
org.apache.qpid.proton.engine.Extendable
-
Packages that use Extendable Package Description org.apache.qpid.proton.engine org.apache.qpid.proton.engine.impl org.apache.qpid.proton.reactor org.apache.qpid.proton.reactor.impl -
-
Uses of Extendable in org.apache.qpid.proton.engine
Classes in org.apache.qpid.proton.engine with type parameters of type Extendable Modifier and Type Class Description classExtendableAccessor<E extends Extendable,T>A typesafe convenience class for associating additional data withExtendableclasses.Subinterfaces of Extendable 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.interfaceDeliveryA delivery of a message on a particular link.interfaceEndpointinterfaceEventEventinterfaceLinkLink 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.Methods in org.apache.qpid.proton.engine with parameters of type Extendable Modifier and Type Method Description static HandlerBaseHandler. getHandler(Extendable ext)static voidBaseHandler. setHandler(Extendable ext, Handler handler) -
Uses of Extendable in org.apache.qpid.proton.engine.impl
Subinterfaces of Extendable 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 Extendable Modifier and Type Class Description classConnectionImplclassDeliveryImplclassEndpointImplclassLinkImplclassReceiverImplclassSenderImplclassSessionImplclassTransportImpl -
Uses of Extendable in org.apache.qpid.proton.reactor
Subinterfaces of Extendable in org.apache.qpid.proton.reactor Modifier and Type Interface Description interfaceAcceptorAcceptors are children of aReactorthat accept in-bound network connections.interfaceSelectableAn entity that can be multiplexed using aSelector.interfaceTaskRepresents work scheduled with aReactorfor execution at some point in the future. -
Uses of Extendable in org.apache.qpid.proton.reactor.impl
Classes in org.apache.qpid.proton.reactor.impl that implement Extendable Modifier and Type Class Description classAcceptorImplclassReactorImplclassSelectableImplclassTaskImpl
-