Uses of Interface
org.apache.qpid.protonj2.engine.EngineHandler
Package
Description
-
Uses of EngineHandler in org.apache.qpid.protonj2.engine
Modifier and TypeMethodDescriptionFinds and returns first handler that is found in the pipeline that matches the given name.EnginePipeline.first()
EngineHandlerContext.handler()
EnginePipeline.last()
Modifier 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
Modifier 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.Modifier and TypeMethodDescriptionProtonEnginePipeline.first()
ProtonEnginePipelineProxy.first()
ProtonEngineHandlerContext.handler()
ProtonEnginePipeline.last()
ProtonEnginePipelineProxy.last()
Modifier 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) ModifierConstructorDescriptionProtonEngineHandlerContext
(String name, Engine engine, EngineHandler handler) Creates a newProtonEngineHandlerContext
with the given options. -
Uses of EngineHandler in org.apache.qpid.protonj2.engine.impl.sasl
Modifier and TypeClassDescriptionfinal class
Base class used for common portions of the SASL processing pipeline.