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 Handler
BaseHandler.getHandler
(Extendable ext) static Handler
BaseHandler.getHandler
(Record r) HandlerException.getHandler()
Event.getRootHandler()
TheHandler
at 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 TypeMethodDescriptionvoid
void
void
void
Event.redispatch
(EventType as_type, Handler handler) Synchronously redispatch the current event as a newEventType
on the provided handler and it's children.static void
BaseHandler.setHandler
(Extendable ext, Handler handler) static void
BaseHandler.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 TypeClassDescriptionclass
A handler that applies flow control to a connection.class
A 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.void
Reactor.setGlobalHandler
(Handler handler) Sets a new global handler.void
Reactor.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) void
ReactorImpl.setGlobalHandler
(Handler handler) void
ReactorImpl.setHandler
(Handler handler) Constructors in org.apache.qpid.proton.reactor.impl with parameters of type HandlerModifierConstructorDescriptionprotected
AcceptorImpl
(Reactor reactor, String host, int port, Handler handler)
Reactor.connectionToHost(String, int, Handler)
instead.