Uses of Interface
org.apache.qpid.server.configuration.ConnectionConfig

Packages that use ConnectionConfig
org.apache.qpid.server   
org.apache.qpid.server.configuration   
org.apache.qpid.server.protocol   
org.apache.qpid.server.transport   
 

Uses of ConnectionConfig in org.apache.qpid.server
 

Methods in org.apache.qpid.server that return ConnectionConfig
 ConnectionConfig AMQChannel.getConnectionConfig()
           
 

Uses of ConnectionConfig in org.apache.qpid.server.configuration
 

Fields in org.apache.qpid.server.configuration with type parameters of type ConnectionConfig
static org.apache.qpid.server.configuration.SessionConfigType.SessionReadOnlyProperty<ConnectionConfig> SessionConfigType.CONNECTION_PROPERTY
           
 

Methods in org.apache.qpid.server.configuration that return ConnectionConfig
 ConnectionConfig SessionConfig.getConnectionConfig()
           
 

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

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

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

Methods in org.apache.qpid.server.transport that return ConnectionConfig
 ConnectionConfig ServerConnection.getConfig()
           
 ConnectionConfig ServerSession.getConnectionConfig()
           
 

Methods in org.apache.qpid.server.transport with parameters of type ConnectionConfig
 void ServerConnection.setConnectionConfig(ConnectionConfig config)
           
 

Constructors in org.apache.qpid.server.transport with parameters of type ConnectionConfig
ServerSession(org.apache.qpid.transport.Connection connection, org.apache.qpid.transport.SessionDelegate delegate, org.apache.qpid.transport.Binary name, long expiry, ConnectionConfig connConfig)
           
 



Licensed to the Apache Software Foundation