Uses of Interface
com.cosylab.epics.caj.impl.reactor.ReactorHandler
-
Packages that use ReactorHandler Package Description com.cosylab.epics.caj.cas com.cosylab.epics.caj.impl com.cosylab.epics.caj.impl.reactor com.cosylab.epics.caj.impl.reactor.lf -
-
Uses of ReactorHandler in com.cosylab.epics.caj.cas
Classes in com.cosylab.epics.caj.cas that implement ReactorHandler Modifier and Type Class Description classCASAcceptorChannel Access Server TCP acceptor.classCASTransportCAS transport implementation. -
Uses of ReactorHandler in com.cosylab.epics.caj.impl
Classes in com.cosylab.epics.caj.impl that implement ReactorHandler Modifier and Type Class Description classBroadcastTransportCA UDP transport implementation.classCATransportCA transport implementation. -
Uses of ReactorHandler in com.cosylab.epics.caj.impl.reactor
Methods in com.cosylab.epics.caj.impl.reactor with parameters of type ReactorHandler Modifier and Type Method Description SelectionKeyReactor. register(SelectableChannel selectableChannel, int interestOps, ReactorHandler handler)RegistersSelectableChannelto the reactor. -
Uses of ReactorHandler in com.cosylab.epics.caj.impl.reactor.lf
Classes in com.cosylab.epics.caj.impl.reactor.lf that implement ReactorHandler Modifier and Type Class Description classLeaderFollowersHandlerDecorator pattern to 'decorate' application-specific event processing handler to work with Leader/Followers deisgn pattern.Fields in com.cosylab.epics.caj.impl.reactor.lf declared as ReactorHandler Modifier and Type Field Description protected ReactorHandlerLeaderFollowersHandler. handlerApplication-specific event processing handler.Constructors in com.cosylab.epics.caj.impl.reactor.lf with parameters of type ReactorHandler Constructor Description LeaderFollowersHandler(Reactor reactor, ReactorHandler handler, LeaderFollowersThreadPool threadPool)Constructor.
-