Uses of Interface
org.apache.qpid.protonj2.types.transport.Performative.PerformativeHandler
Packages that use Performative.PerformativeHandler
Package
Description
-
Uses of Performative.PerformativeHandler in org.apache.qpid.protonj2.codec
Classes in org.apache.qpid.protonj2.codec that implement Performative.PerformativeHandlerModifier and TypeClassDescriptionfinal classAMQP Performative type specific encoder that uses anyEncoderto cache the specific type encoders for various section types and use them directly instead of looking them up via calls toEncoder.writeObject(org.apache.qpid.protonj2.buffer.ProtonBuffer, EncoderState, Object) -
Uses of Performative.PerformativeHandler in org.apache.qpid.protonj2.engine
Methods in org.apache.qpid.protonj2.engine with parameters of type Performative.PerformativeHandlerModifier and TypeMethodDescription<E> voidEmptyEnvelope.invoke(Performative.PerformativeHandler<E> handler, E context) <E> voidIncomingAMQPEnvelope.invoke(Performative.PerformativeHandler<E> handler, E context) Invoke the correct PerformativeHandler event based on the body of thisIncomingAMQPEnvelope<E> voidOutgoingAMQPEnvelope.invoke(Performative.PerformativeHandler<E> handler, E context) Invoke the correct PerformativeHandler event based on the body of thisOutgoingAMQPEnvelope -
Uses of Performative.PerformativeHandler in org.apache.qpid.protonj2.engine.impl
Classes in org.apache.qpid.protonj2.engine.impl that implement Performative.PerformativeHandlerModifier 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 Performative.PerformativeHandler in org.apache.qpid.protonj2.types.transport
Methods in org.apache.qpid.protonj2.types.transport with parameters of type Performative.PerformativeHandlerModifier and TypeMethodDescription<E> voidAttach.invoke(Performative.PerformativeHandler<E> handler, ProtonBuffer payload, int channel, E context) <E> voidBegin.invoke(Performative.PerformativeHandler<E> handler, ProtonBuffer payload, int channel, E context) <E> voidClose.invoke(Performative.PerformativeHandler<E> handler, ProtonBuffer payload, int channel, E context) <E> voidDetach.invoke(Performative.PerformativeHandler<E> handler, ProtonBuffer payload, int channel, E context) <E> voidDisposition.invoke(Performative.PerformativeHandler<E> handler, ProtonBuffer payload, int channel, E context) <E> voidEnd.invoke(Performative.PerformativeHandler<E> handler, ProtonBuffer payload, int channel, E context) <E> voidFlow.invoke(Performative.PerformativeHandler<E> handler, ProtonBuffer payload, int channel, E context) <E> voidOpen.invoke(Performative.PerformativeHandler<E> handler, ProtonBuffer payload, int channel, E context) <E> voidPerformative.invoke(Performative.PerformativeHandler<E> handler, ProtonBuffer payload, int channel, E context) <E> voidTransfer.invoke(Performative.PerformativeHandler<E> handler, ProtonBuffer payload, int channel, E context)