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

Packages that use SessionConfig
org.apache.qpid.qmf   
org.apache.qpid.server   
org.apache.qpid.server.configuration   
org.apache.qpid.server.message   
org.apache.qpid.server.subscription   
org.apache.qpid.server.transport   
 

Uses of SessionConfig in org.apache.qpid.qmf
 

Methods in org.apache.qpid.qmf that return SessionConfig
 SessionConfig QMFMessage.getSessionConfig()
           
 

Uses of SessionConfig in org.apache.qpid.server
 

Classes in org.apache.qpid.server that implement SessionConfig
 class AMQChannel
           
 

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

Fields in org.apache.qpid.server.configuration with type parameters of type SessionConfig
static org.apache.qpid.server.configuration.SubscriptionConfigType.SubscriptionReadOnlyProperty<SessionConfig> SubscriptionConfigType.SESSION_PROPERTY
           
 

Methods in org.apache.qpid.server.configuration that return SessionConfig
 SessionConfig SubscriptionConfig.getSessionConfig()
           
 

Uses of SessionConfig in org.apache.qpid.server.message
 

Methods in org.apache.qpid.server.message that return SessionConfig
 SessionConfig ServerMessage.getSessionConfig()
           
 SessionConfig AMQMessage.getSessionConfig()
           
 SessionConfig MessageTransferMessage.getSessionConfig()
           
 

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

Methods in org.apache.qpid.server.subscription that return SessionConfig
 SessionConfig SubscriptionImpl.getSessionConfig()
           
 SessionConfig Subscription_0_10.getSessionConfig()
           
 

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

Classes in org.apache.qpid.server.transport that implement SessionConfig
 class ServerSession
           
 



Licensed to the Apache Software Foundation