Uses of Interface
org.apache.qpid.server.flow.FlowCreditManager

Packages that use FlowCreditManager
org.apache.qpid.server   
org.apache.qpid.server.flow   
org.apache.qpid.server.handler   
org.apache.qpid.server.subscription   
 

Uses of FlowCreditManager in org.apache.qpid.server
 

Methods in org.apache.qpid.server that return FlowCreditManager
 FlowCreditManager AMQChannel.getCreditManager()
           
 

Uses of FlowCreditManager in org.apache.qpid.server.flow
 

Subinterfaces of FlowCreditManager in org.apache.qpid.server.flow
 interface FlowCreditManager_0_10
           
 

Classes in org.apache.qpid.server.flow that implement FlowCreditManager
 class AbstractFlowCreditManager
           
 class BytesOnlyCreditManager
           
 class CreditCreditManager
           
 class LimitlessCreditManager
           
 class MessageAndBytesCreditManager
           
 class MessageOnlyCreditManager
           
 class Pre0_10CreditManager
           
 class WindowCreditManager
           
 

Uses of FlowCreditManager in org.apache.qpid.server.handler
 

Constructors in org.apache.qpid.server.handler with parameters of type FlowCreditManager
BasicGetMethodHandler.GetNoAckSubscription(AMQChannel channel, AMQProtocolSession protocolSession, org.apache.qpid.framing.AMQShortString consumerTag, org.apache.qpid.framing.FieldTable filters, boolean noLocal, FlowCreditManager creditManager, ClientDeliveryMethod deliveryMethod, RecordDeliveryMethod recordMethod)
           
 

Uses of FlowCreditManager in org.apache.qpid.server.subscription
 

Methods in org.apache.qpid.server.subscription that return FlowCreditManager
 FlowCreditManager SubscriptionImpl.getCreditManager()
           
 

Methods in org.apache.qpid.server.subscription with parameters of type FlowCreditManager
 Subscription SubscriptionFactory.createSubscription(AMQChannel channel, AMQProtocolSession protocolSession, org.apache.qpid.framing.AMQShortString consumerTag, boolean acks, org.apache.qpid.framing.FieldTable filters, boolean noLocal, FlowCreditManager creditManager, ClientDeliveryMethod clientMethod, RecordDeliveryMethod recordMethod)
           
 Subscription SubscriptionFactoryImpl.createSubscription(AMQChannel channel, AMQProtocolSession protocolSession, org.apache.qpid.framing.AMQShortString consumerTag, boolean acks, org.apache.qpid.framing.FieldTable filters, boolean noLocal, FlowCreditManager creditManager, ClientDeliveryMethod clientMethod, RecordDeliveryMethod recordMethod)
           
 Subscription SubscriptionFactory.createSubscription(int channel, AMQProtocolSession protocolSession, org.apache.qpid.framing.AMQShortString consumerTag, boolean acks, org.apache.qpid.framing.FieldTable filters, boolean noLocal, FlowCreditManager creditManager)
           
 Subscription SubscriptionFactoryImpl.createSubscription(int channelId, AMQProtocolSession protocolSession, org.apache.qpid.framing.AMQShortString consumerTag, boolean acks, org.apache.qpid.framing.FieldTable filters, boolean noLocal, FlowCreditManager creditManager)
           
 

Constructors in org.apache.qpid.server.subscription with parameters of type FlowCreditManager
SubscriptionImpl.AckSubscription(AMQChannel channel, AMQProtocolSession protocolSession, org.apache.qpid.framing.AMQShortString consumerTag, org.apache.qpid.framing.FieldTable filters, boolean noLocal, FlowCreditManager creditManager, ClientDeliveryMethod deliveryMethod, RecordDeliveryMethod recordMethod)
           
SubscriptionImpl.BrowserSubscription(AMQChannel channel, AMQProtocolSession protocolSession, org.apache.qpid.framing.AMQShortString consumerTag, org.apache.qpid.framing.FieldTable filters, boolean noLocal, FlowCreditManager creditManager, ClientDeliveryMethod deliveryMethod, RecordDeliveryMethod recordMethod)
           
SubscriptionImpl.NoAckSubscription(AMQChannel channel, AMQProtocolSession protocolSession, org.apache.qpid.framing.AMQShortString consumerTag, org.apache.qpid.framing.FieldTable filters, boolean noLocal, FlowCreditManager creditManager, ClientDeliveryMethod deliveryMethod, RecordDeliveryMethod recordMethod)
           
SubscriptionImpl(AMQChannel channel, AMQProtocolSession protocolSession, org.apache.qpid.framing.AMQShortString consumerTag, org.apache.qpid.framing.FieldTable arguments, boolean noLocal, FlowCreditManager creditManager, ClientDeliveryMethod deliveryMethod, RecordDeliveryMethod recordMethod)
           
 



Licensed to the Apache Software Foundation