Uses of Class
org.apache.qpid.proton.amqp.transport.Flow
-
Packages that use Flow Package Description org.apache.qpid.proton.amqp.transport org.apache.qpid.proton.codec.transport org.apache.qpid.proton.engine.impl -
-
Uses of Flow in org.apache.qpid.proton.amqp.transport
Methods in org.apache.qpid.proton.amqp.transport that return Flow Modifier and Type Method Description FlowFlow. copy()Methods in org.apache.qpid.proton.amqp.transport with parameters of type Flow Modifier and Type Method Description voidFrameBody.FrameBodyHandler. handleFlow(Flow flow, Binary payload, E context)Constructors in org.apache.qpid.proton.amqp.transport with parameters of type Flow Constructor Description Flow(Flow other) -
Uses of Flow in org.apache.qpid.proton.codec.transport
Methods in org.apache.qpid.proton.codec.transport that return Flow Modifier and Type Method Description FlowFlowType. newInstance(java.lang.Object described)FlowFastPathFlowType. readValue()Methods in org.apache.qpid.proton.codec.transport that return types with arguments of type Flow Modifier and Type Method Description java.util.Collection<? extends TypeEncoding<Flow>>FastPathFlowType. getAllEncodings()TypeEncoding<Flow>FastPathFlowType. getCanonicalEncoding()TypeEncoding<Flow>FastPathFlowType. getEncoding(Flow flow)java.lang.Class<Flow>FastPathFlowType. getTypeClass()java.lang.Class<Flow>FlowType. getTypeClass()Methods in org.apache.qpid.proton.codec.transport with parameters of type Flow Modifier and Type Method Description TypeEncoding<Flow>FastPathFlowType. getEncoding(Flow flow)protected java.util.ListFlowType. wrap(Flow val)voidFastPathFlowType. write(Flow flow)Constructors in org.apache.qpid.proton.codec.transport with parameters of type Flow Constructor Description FlowWrapper(Flow flow) -
Uses of Flow in org.apache.qpid.proton.engine.impl
Methods in org.apache.qpid.proton.engine.impl with parameters of type Flow Modifier and Type Method Description voidTransportImpl. handleFlow(Flow flow, Binary payload, java.lang.Integer channel)
-