Uses of Interface
org.apache.qpid.proton.engine.Handler
Packages that use Handler
Package
Description
-
Uses of Handler in org.apache.qpid.proton
Methods in org.apache.qpid.proton with parameters of type Handler -
Uses of Handler in org.apache.qpid.proton.engine
Subinterfaces of Handler in org.apache.qpid.proton.engineClasses in org.apache.qpid.proton.engine that implement HandlerMethods in org.apache.qpid.proton.engine that return HandlerModifier and TypeMethodDescriptionstatic HandlerBaseHandler.getHandler(Extendable ext) static HandlerBaseHandler.getHandler(Record r) HandlerException.getHandler()Event.getRootHandler()TheHandlerat the root of the handler tree.Methods in org.apache.qpid.proton.engine that return types with arguments of type HandlerMethods in org.apache.qpid.proton.engine with parameters of type HandlerModifier and TypeMethodDescriptionvoidvoidvoidvoidEvent.redispatch(EventType as_type, Handler handler) Synchronously redispatch the current event as a newEventTypeon the provided handler and it's children.static voidBaseHandler.setHandler(Extendable ext, Handler handler) static voidBaseHandler.setHandler(Record r, Handler handler) Constructors in org.apache.qpid.proton.engine with parameters of type Handler -
Uses of Handler in org.apache.qpid.proton.reactor
Classes in org.apache.qpid.proton.reactor that implement HandlerModifier and TypeClassDescriptionclassA handler that applies flow control to a connection.classA handler that mirrors the actions of the remote end of a connection.Methods in org.apache.qpid.proton.reactor that return HandlerMethods in org.apache.qpid.proton.reactor with parameters of type HandlerModifier and TypeMethodDescriptionCreates a new acceptor.Reactor.connection(Handler handler) Deprecated.Reactor.connectionToHost(String host, int port, Handler handler) Creates a new out-bound connection to the given host and port.Schedules execution of a task to take place at some point in the future.voidReactor.setGlobalHandler(Handler handler) Sets a new global handler.voidReactor.setHandler(Handler handler) Sets a new handler, that will receive any events not handled by a child of the reactor. -
Uses of Handler in org.apache.qpid.proton.reactor.impl
Classes in org.apache.qpid.proton.reactor.impl that implement HandlerFields in org.apache.qpid.proton.reactor.impl with type parameters of type HandlerMethods in org.apache.qpid.proton.reactor.impl that return HandlerMethods in org.apache.qpid.proton.reactor.impl with parameters of type HandlerModifier and TypeMethodDescriptionReactorImpl.connection(Handler handler) ReactorImpl.connectionToHost(String host, int port, Handler handler) voidReactorImpl.setGlobalHandler(Handler handler) voidReactorImpl.setHandler(Handler handler) Constructors in org.apache.qpid.proton.reactor.impl with parameters of type HandlerModifierConstructorDescriptionprotectedAcceptorImpl(Reactor reactor, String host, int port, Handler handler)
Reactor.connectionToHost(String, int, Handler)instead.