Uses of Interface
org.apache.qpid.proton.reactor.ReactorChild
-
Packages that use ReactorChild 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 ReactorChild in org.apache.qpid.proton.engine
Subinterfaces of ReactorChild 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.interfaceProtonJConnectionExtendsConnectionwith functionality that is specific to proton-j -
Uses of ReactorChild in org.apache.qpid.proton.engine.impl
Classes in org.apache.qpid.proton.engine.impl that implement ReactorChild Modifier and Type Class Description classConnectionImpl -
Uses of ReactorChild in org.apache.qpid.proton.reactor
Subinterfaces of ReactorChild 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.Methods in org.apache.qpid.proton.reactor that return types with arguments of type ReactorChild Modifier and Type Method Description java.util.Set<ReactorChild>Reactor. children() -
Uses of ReactorChild in org.apache.qpid.proton.reactor.impl
Classes in org.apache.qpid.proton.reactor.impl that implement ReactorChild Modifier and Type Class Description classAcceptorImplclassSelectableImplMethods in org.apache.qpid.proton.reactor.impl that return types with arguments of type ReactorChild Modifier and Type Method Description java.util.Set<ReactorChild>ReactorImpl. children()Methods in org.apache.qpid.proton.reactor.impl with parameters of type ReactorChild Modifier and Type Method Description SelectableImplReactorImpl. selectable(ReactorChild child)
-