Uses of Interface
org.apache.qpid.protonj2.engine.EngineHandler
Packages that use EngineHandler
Package
Description
-
Uses of EngineHandler in org.apache.qpid.protonj2.engine
Methods in org.apache.qpid.protonj2.engine that return EngineHandlerModifier and TypeMethodDescriptionFinds and returns first handler that is found in the pipeline that matches the given name.EnginePipeline.first()
EngineHandlerContext.handler()
EnginePipeline.last()
Methods in org.apache.qpid.protonj2.engine with parameters of type EngineHandlerModifier and TypeMethodDescriptionEnginePipeline.addFirst
(String name, EngineHandler handler) Adds the given handler to the front of the pipeline with the given name stored for later lookup or remove operations.EnginePipeline.addLast
(String name, EngineHandler handler) Adds the given handler to the end of the pipeline with the given name stored for later lookup or remove operations.EnginePipeline.remove
(EngineHandler handler) Removes the givenEngineHandler
from the pipeline if present. -
Uses of EngineHandler in org.apache.qpid.protonj2.engine.impl
Classes in org.apache.qpid.protonj2.engine.impl that implement EngineHandlerModifier and TypeClassDescriptionclass
Handler used to parse incoming frame data input into the engineclass
Handler that encodes performatives into properly formed frames for IOclass
Handler that will log incoming and outgoing Framesclass
Transport Handler that forwards the incoming Performatives to the associated Connection as well as any error encountered during the Transport processing.Methods in org.apache.qpid.protonj2.engine.impl that return EngineHandlerModifier and TypeMethodDescriptionProtonEnginePipeline.first()
ProtonEnginePipelineProxy.first()
ProtonEngineHandlerContext.handler()
ProtonEnginePipeline.last()
ProtonEnginePipelineProxy.last()
Methods in org.apache.qpid.protonj2.engine.impl with parameters of type EngineHandlerModifier and TypeMethodDescriptionProtonEnginePipeline.addFirst
(String name, EngineHandler handler) ProtonEnginePipelineProxy.addFirst
(String name, EngineHandler handler) ProtonEnginePipeline.addLast
(String name, EngineHandler handler) ProtonEnginePipelineProxy.addLast
(String name, EngineHandler handler) ProtonEnginePipeline.remove
(EngineHandler handler) ProtonEnginePipelineProxy.remove
(EngineHandler handler) Constructors in org.apache.qpid.protonj2.engine.impl with parameters of type EngineHandlerModifierConstructorDescriptionProtonEngineHandlerContext
(String name, Engine engine, EngineHandler handler) Creates a newProtonEngineHandlerContext
with the given options. -
Uses of EngineHandler in org.apache.qpid.protonj2.engine.impl.sasl
Classes in org.apache.qpid.protonj2.engine.impl.sasl that implement EngineHandlerModifier and TypeClassDescriptionfinal class
Base class used for common portions of the SASL processing pipeline.