Uses of Interface
org.apache.qpid.proton.engine.Handler
-
Packages that use Handler Package Description org.apache.qpid.proton org.apache.qpid.proton.engine org.apache.qpid.proton.reactor org.apache.qpid.proton.reactor.impl -
-
Uses of Handler in org.apache.qpid.proton
Methods in org.apache.qpid.proton with parameters of type Handler Modifier and Type Method Description static ReactorProton. reactor(Handler... handlers)static ReactorProton. reactor(ReactorOptions options, Handler... handlers) -
Uses of Handler in org.apache.qpid.proton.engine
Subinterfaces of Handler in org.apache.qpid.proton.engine Modifier and Type Interface Description interfaceCoreHandlerClasses in org.apache.qpid.proton.engine that implement Handler Modifier and Type Class Description classBaseHandlerBaseHandlerMethods in org.apache.qpid.proton.engine that return Handler Modifier and Type Method Description static HandlerBaseHandler. getHandler(Extendable ext)static HandlerBaseHandler. getHandler(Record r)HandlerHandlerException. getHandler()HandlerEvent. getRootHandler()TheHandlerat the root of the handler tree.Methods in org.apache.qpid.proton.engine that return types with arguments of type Handler Modifier and Type Method Description java.util.Iterator<Handler>BaseHandler. children()java.util.Iterator<Handler>Handler. children()Methods in org.apache.qpid.proton.engine with parameters of type Handler Modifier and Type Method Description voidBaseHandler. add(Handler child)voidHandler. add(Handler child)voidEvent. dispatch(Handler handler)voidEvent. 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 Constructor Description HandlerException(Handler handler, java.lang.Throwable cause) -
Uses of Handler in org.apache.qpid.proton.reactor
Classes in org.apache.qpid.proton.reactor that implement Handler Modifier and Type Class Description classFlowControllerA handler that applies flow control to a connection.classHandshakerA handler that mirrors the actions of the remote end of a connection.Methods in org.apache.qpid.proton.reactor that return Handler Modifier and Type Method Description HandlerReactor. getGlobalHandler()HandlerReactor. getHandler()Methods in org.apache.qpid.proton.reactor with parameters of type Handler Modifier and Type Method Description AcceptorReactor. acceptor(java.lang.String host, int port, Handler handler)Creates a new acceptor.ConnectionReactor. connection(Handler handler)Deprecated.UseReactor.connectionToHost(String, int, Handler)instead.ConnectionReactor. connectionToHost(java.lang.String host, int port, Handler handler)Creates a new out-bound connection to the given host and port.TaskReactor. schedule(int delay, Handler handler)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 Handler Modifier and Type Class Description classIOHandlerFields in org.apache.qpid.proton.reactor.impl with type parameters of type Handler Modifier and Type Field Description static ExtendableAccessor<Event,Handler>ReactorImpl. ROOTMethods in org.apache.qpid.proton.reactor.impl that return Handler Modifier and Type Method Description HandlerReactorImpl. getGlobalHandler()HandlerReactorImpl. getHandler()Methods in org.apache.qpid.proton.reactor.impl with parameters of type Handler Modifier and Type Method Description AcceptorReactorImpl. acceptor(java.lang.String host, int port, Handler handler)ConnectionReactorImpl. connection(Handler handler)ConnectionReactorImpl. connectionToHost(java.lang.String host, int port, Handler handler)TaskReactorImpl. schedule(int delay, Handler handler)voidReactorImpl. setGlobalHandler(Handler handler)voidReactorImpl. setHandler(Handler handler)Constructors in org.apache.qpid.proton.reactor.impl with parameters of type Handler Constructor Description AcceptorImpl(Reactor reactor, java.lang.String host, int port, Handler handler)
-