Uses of Interface
org.apache.qpid.server.subscription.ClientDeliveryMethod

Packages that use ClientDeliveryMethod
org.apache.qpid.server   
org.apache.qpid.server.handler   
org.apache.qpid.server.subscription   
 

Uses of ClientDeliveryMethod in org.apache.qpid.server
 

Methods in org.apache.qpid.server that return ClientDeliveryMethod
 ClientDeliveryMethod AMQChannel.getClientDeliveryMethod()
           
 

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

Constructors in org.apache.qpid.server.handler with parameters of type ClientDeliveryMethod
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 ClientDeliveryMethod in org.apache.qpid.server.subscription
 

Methods in org.apache.qpid.server.subscription with parameters of type ClientDeliveryMethod
 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)
           
 

Constructors in org.apache.qpid.server.subscription with parameters of type ClientDeliveryMethod
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