Uses of Class
org.apache.qpid.client.protocol.AMQProtocolSession

Packages that use AMQProtocolSession
org.apache.qpid.client.handler   
org.apache.qpid.client.protocol   
org.apache.qpid.client.security   
org.apache.qpid.client.state   
 

Uses of AMQProtocolSession in org.apache.qpid.client.handler
 

Fields in org.apache.qpid.client.handler declared as AMQProtocolSession
(package private)  AMQProtocolSession ClientMethodDispatcherImpl._session
           
 

Methods in org.apache.qpid.client.handler with parameters of type AMQProtocolSession
 void AccessRequestOkMethodHandler.methodReceived(AMQProtocolSession session, org.apache.qpid.framing.AccessRequestOkBody method, int channelId)
           
 void BasicCancelOkMethodHandler.methodReceived(AMQProtocolSession session, org.apache.qpid.framing.BasicCancelOkBody body, int channelId)
           
 void BasicDeliverMethodHandler.methodReceived(AMQProtocolSession session, org.apache.qpid.framing.BasicDeliverBody body, int channelId)
           
 void BasicReturnMethodHandler.methodReceived(AMQProtocolSession session, org.apache.qpid.framing.BasicReturnBody body, int channelId)
           
 void ChannelCloseMethodHandler.methodReceived(AMQProtocolSession session, org.apache.qpid.framing.ChannelCloseBody method, int channelId)
           
 void ChannelCloseOkMethodHandler.methodReceived(AMQProtocolSession session, org.apache.qpid.framing.ChannelCloseOkBody method, int channelId)
           
 void ChannelFlowMethodHandler.methodReceived(AMQProtocolSession session, org.apache.qpid.framing.ChannelFlowBody body, int channelId)
           
 void ChannelFlowOkMethodHandler.methodReceived(AMQProtocolSession session, org.apache.qpid.framing.ChannelFlowOkBody body, int channelId)
           
 void ConnectionCloseMethodHandler.methodReceived(AMQProtocolSession session, org.apache.qpid.framing.ConnectionCloseBody method, int channelId)
           
 void ConnectionOpenOkMethodHandler.methodReceived(AMQProtocolSession session, org.apache.qpid.framing.ConnectionOpenOkBody body, int channelId)
           
 void ConnectionRedirectMethodHandler.methodReceived(AMQProtocolSession session, org.apache.qpid.framing.ConnectionRedirectBody method, int channelId)
           
 void ConnectionSecureMethodHandler.methodReceived(AMQProtocolSession session, org.apache.qpid.framing.ConnectionSecureBody body, int channelId)
           
 void ConnectionStartMethodHandler.methodReceived(AMQProtocolSession session, org.apache.qpid.framing.ConnectionStartBody body, int channelId)
           
 void ConnectionTuneMethodHandler.methodReceived(AMQProtocolSession session, org.apache.qpid.framing.ConnectionTuneBody frame, int channelId)
           
 void ExchangeBoundOkMethodHandler.methodReceived(AMQProtocolSession session, org.apache.qpid.framing.ExchangeBoundOkBody body, int channelId)
           
 void QueueDeleteOkMethodHandler.methodReceived(AMQProtocolSession session, org.apache.qpid.framing.QueueDeleteOkBody body, int channelId)
           
static ClientMethodDispatcherImpl ClientMethodDispatcherImpl.newMethodDispatcher(org.apache.qpid.framing.ProtocolVersion version, AMQProtocolSession session)
           
 

Constructors in org.apache.qpid.client.handler with parameters of type AMQProtocolSession
ClientMethodDispatcherImpl_0_9(AMQProtocolSession session)
           
ClientMethodDispatcherImpl_0_91(AMQProtocolSession session)
           
ClientMethodDispatcherImpl_8_0(AMQProtocolSession session)
           
ClientMethodDispatcherImpl(AMQProtocolSession session)
           
 

Uses of AMQProtocolSession in org.apache.qpid.client.protocol
 

Methods in org.apache.qpid.client.protocol that return AMQProtocolSession
 AMQProtocolSession AMQProtocolHandler.getProtocolSession()
           
 

Uses of AMQProtocolSession in org.apache.qpid.client.security
 

Methods in org.apache.qpid.client.security with parameters of type AMQProtocolSession
 void AMQCallbackHandler.initialise(AMQProtocolSession protocolSession)
           
 void UsernameHashedPasswordCallbackHandler.initialise(AMQProtocolSession protocolSession)
           
 void UsernamePasswordCallbackHandler.initialise(AMQProtocolSession protocolSession)
           
 

Uses of AMQProtocolSession in org.apache.qpid.client.state
 

Methods in org.apache.qpid.client.state with parameters of type AMQProtocolSession
 void StateAwareMethodListener.methodReceived(AMQProtocolSession session, B body, int channelId)
           
 void AMQStateManager.setProtocolSession(AMQProtocolSession session)
          Setting of the ProtocolSession will be required when Failover has been successfuly compeleted.
 

Constructors in org.apache.qpid.client.state with parameters of type AMQProtocolSession
AMQStateManager(AMQProtocolSession protocolSession)
           
AMQStateManager(AMQState state, AMQProtocolSession protocolSession)
           
 



Licensed to the Apache Software Foundation