Uses of Interface
org.apache.qpid.protonj2.types.transport.Performative.PerformativeHandler
-
Packages that use Performative.PerformativeHandler Package Description org.apache.qpid.protonj2.engine org.apache.qpid.protonj2.engine.impl org.apache.qpid.protonj2.types.transport -
-
Uses of Performative.PerformativeHandler in org.apache.qpid.protonj2.engine
Methods in org.apache.qpid.protonj2.engine with parameters of type Performative.PerformativeHandler Modifier and Type Method Description <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.PerformativeHandler Modifier and Type Class Description classProtonConnectionImplements the proton Connection APIclassProtonPerformativeHandlerTransport 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.PerformativeHandler Modifier and Type Method Description <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)
-