Uses of Interface
org.apache.qpid.protonj2.types.transport.AMQPHeader.HeaderHandler
Packages that use AMQPHeader.HeaderHandler
Package
Description
-
Uses of AMQPHeader.HeaderHandler in org.apache.qpid.protonj2.engine
Methods in org.apache.qpid.protonj2.engine with parameters of type AMQPHeader.HeaderHandlerModifier and TypeMethodDescription<E> voidHeaderEnvelope.invoke(AMQPHeader.HeaderHandler<E> handler, E context) Invoke the correct handler based on whether this header is a SASL or AMQP header instance. -
Uses of AMQPHeader.HeaderHandler in org.apache.qpid.protonj2.engine.impl
Classes in org.apache.qpid.protonj2.engine.impl that implement AMQPHeader.HeaderHandlerModifier and TypeClassDescriptionclassImplements the proton Connection APIclassTransport Handler that forwards the incoming Performatives to the associated Connection as well as any error encountered during the Transport processing. -
Uses of AMQPHeader.HeaderHandler in org.apache.qpid.protonj2.types.transport
Methods in org.apache.qpid.protonj2.types.transport with parameters of type AMQPHeader.HeaderHandlerModifier and TypeMethodDescription<E> voidAMQPHeader.invoke(AMQPHeader.HeaderHandler<E> handler, E context) Provide this AMQP Header with a handler that will process the given AMQP header depending on the protocol type the correct handler method is invoked.