|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AMQProtocolSession in org.apache.qpid.server |
---|
Methods in org.apache.qpid.server that return AMQProtocolSession | |
---|---|
AMQProtocolSession |
AMQChannel.getProtocolSession()
|
Constructors in org.apache.qpid.server with parameters of type AMQProtocolSession | |
---|---|
AMQChannel(AMQProtocolSession session,
int channelId,
MessageStore messageStore)
|
Uses of AMQProtocolSession in org.apache.qpid.server.connection |
---|
Methods in org.apache.qpid.server.connection with parameters of type AMQProtocolSession | |
---|---|
void |
IConnectionRegistry.deregisterConnection(AMQProtocolSession connnection)
|
void |
ConnectionRegistry.deregisterConnection(AMQProtocolSession connnection)
|
void |
IConnectionRegistry.registerConnection(AMQProtocolSession connnection)
|
void |
ConnectionRegistry.registerConnection(AMQProtocolSession connnection)
|
Uses of AMQProtocolSession in org.apache.qpid.server.handler |
---|
Methods in org.apache.qpid.server.handler with parameters of type AMQProtocolSession | |
---|---|
protected AMQQueue |
QueueDeclareHandler.createQueue(org.apache.qpid.framing.AMQShortString queueName,
org.apache.qpid.framing.QueueDeclareBody body,
VirtualHost virtualHost,
AMQProtocolSession session)
|
static boolean |
BasicGetMethodHandler.performGet(AMQQueue queue,
AMQProtocolSession session,
AMQChannel channel,
boolean acks)
|
Constructors in org.apache.qpid.server.handler with parameters of type AMQProtocolSession | |
---|---|
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 AMQProtocolSession in org.apache.qpid.server.logging.actors |
---|
Constructors in org.apache.qpid.server.logging.actors with parameters of type AMQProtocolSession | |
---|---|
AMQPConnectionActor(AMQProtocolSession session,
RootMessageLogger rootLogger)
|
Uses of AMQProtocolSession in org.apache.qpid.server.logging.subjects |
---|
Constructors in org.apache.qpid.server.logging.subjects with parameters of type AMQProtocolSession | |
---|---|
ConnectionLogSubject(AMQProtocolSession session)
|
Uses of AMQProtocolSession in org.apache.qpid.server.output |
---|
Methods in org.apache.qpid.server.output with parameters of type AMQProtocolSession | |
---|---|
static ProtocolOutputConverter |
ProtocolOutputConverterRegistry.getConverter(AMQProtocolSession session)
|
ProtocolOutputConverter |
ProtocolOutputConverter.Factory.newInstance(AMQProtocolSession session)
|
Uses of AMQProtocolSession in org.apache.qpid.server.output.amqp0_8 |
---|
Methods in org.apache.qpid.server.output.amqp0_8 that return AMQProtocolSession | |
---|---|
AMQProtocolSession |
ProtocolOutputConverterImpl.getProtocolSession()
|
Uses of AMQProtocolSession in org.apache.qpid.server.output.amqp0_9 |
---|
Methods in org.apache.qpid.server.output.amqp0_9 that return AMQProtocolSession | |
---|---|
AMQProtocolSession |
ProtocolOutputConverterImpl.getProtocolSession()
|
Uses of AMQProtocolSession in org.apache.qpid.server.output.amqp0_9_1 |
---|
Methods in org.apache.qpid.server.output.amqp0_9_1 that return AMQProtocolSession | |
---|---|
AMQProtocolSession |
ProtocolOutputConverterImpl.getProtocolSession()
|
Uses of AMQProtocolSession in org.apache.qpid.server.protocol |
---|
Classes in org.apache.qpid.server.protocol that implement AMQProtocolSession | |
---|---|
class |
AMQProtocolEngine
|
Methods in org.apache.qpid.server.protocol with parameters of type AMQProtocolSession | |
---|---|
void |
AMQProtocolSession.Task.doTask(AMQProtocolSession session)
|
Constructors in org.apache.qpid.server.protocol with parameters of type AMQProtocolSession | |
---|---|
AMQProtocolSession.ProtocolSessionIdentifier(AMQProtocolSession session)
|
|
AMQProtocolSessionMBean(AMQProtocolSession amqProtocolSession)
|
Uses of AMQProtocolSession in org.apache.qpid.server.state |
---|
Methods in org.apache.qpid.server.state that return AMQProtocolSession | |
---|---|
AMQProtocolSession |
AMQStateManager.getProtocolSession()
|
Constructors in org.apache.qpid.server.state with parameters of type AMQProtocolSession | |
---|---|
AMQStateManager(VirtualHostRegistry virtualHostRegistry,
AMQProtocolSession protocolSession)
|
Uses of AMQProtocolSession in org.apache.qpid.server.subscription |
---|
Methods in org.apache.qpid.server.subscription that return AMQProtocolSession | |
---|---|
AMQProtocolSession |
SubscriptionImpl.getProtocolSession()
|
Methods in org.apache.qpid.server.subscription with parameters of type AMQProtocolSession | |
---|---|
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 AMQProtocolSession | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |