Uses of Interface
org.apache.qpid.server.protocol.AMQConnectionModel

Packages that use AMQConnectionModel
org.apache.qpid.server   
org.apache.qpid.server.protocol   
org.apache.qpid.server.transport   
 

Uses of AMQConnectionModel in org.apache.qpid.server
 

Methods in org.apache.qpid.server that return AMQConnectionModel
 AMQConnectionModel AMQChannel.getConnectionModel()
           
 

Uses of AMQConnectionModel in org.apache.qpid.server.protocol
 

Subinterfaces of AMQConnectionModel in org.apache.qpid.server.protocol
 interface AMQProtocolSession
           
 

Classes in org.apache.qpid.server.protocol that implement AMQConnectionModel
 class AMQProtocolEngine
           
 

Methods in org.apache.qpid.server.protocol that return AMQConnectionModel
 AMQConnectionModel AMQSessionModel.getConnectionModel()
           
 

Uses of AMQConnectionModel in org.apache.qpid.server.transport
 

Classes in org.apache.qpid.server.transport that implement AMQConnectionModel
 class ServerConnection
           
 

Methods in org.apache.qpid.server.transport that return AMQConnectionModel
 AMQConnectionModel ServerSession.getConnectionModel()
           
 



Licensed to the Apache Software Foundation