Uses of Package
org.apache.qpid.client.protocol

Packages that use org.apache.qpid.client.protocol
org.apache.qpid.client   
org.apache.qpid.client.failover   
org.apache.qpid.client.handler   
org.apache.qpid.client.protocol   
org.apache.qpid.client.security   
org.apache.qpid.client.state   
org.apache.qpid.client.state.listener   
org.apache.qpid.client.transport   
 

Classes in org.apache.qpid.client.protocol used by org.apache.qpid.client
AMQProtocolHandler
          AMQProtocolHandler is the client side protocol handler for AMQP, it handles all protocol events received from the network by MINA.
BlockingMethodFrameListener
          BlockingMethodFrameListener is a 'rendezvous' which acts as a AMQMethodListener that delegates handling of incoming methods to a method listener implemented as a sub-class of this and hands off the processed method or error to a consumer.
 

Classes in org.apache.qpid.client.protocol used by org.apache.qpid.client.failover
AMQProtocolHandler
          AMQProtocolHandler is the client side protocol handler for AMQP, it handles all protocol events received from the network by MINA.
 

Classes in org.apache.qpid.client.protocol used by org.apache.qpid.client.handler
AMQProtocolSession
          Wrapper for protocol session that provides type-safe access to session attributes.
 

Classes in org.apache.qpid.client.protocol used by org.apache.qpid.client.protocol
AMQProtocolHandler
          AMQProtocolHandler is the client side protocol handler for AMQP, it handles all protocol events received from the network by MINA.
AMQProtocolSession
          Wrapper for protocol session that provides type-safe access to session attributes.
BlockingMethodFrameListener
          BlockingMethodFrameListener is a 'rendezvous' which acts as a AMQMethodListener that delegates handling of incoming methods to a method listener implemented as a sub-class of this and hands off the processed method or error to a consumer.
HeartbeatConfig
           
 

Classes in org.apache.qpid.client.protocol used by org.apache.qpid.client.security
AMQProtocolSession
          Wrapper for protocol session that provides type-safe access to session attributes.
 

Classes in org.apache.qpid.client.protocol used by org.apache.qpid.client.state
AMQProtocolSession
          Wrapper for protocol session that provides type-safe access to session attributes.
 

Classes in org.apache.qpid.client.protocol used by org.apache.qpid.client.state.listener
BlockingMethodFrameListener
          BlockingMethodFrameListener is a 'rendezvous' which acts as a AMQMethodListener that delegates handling of incoming methods to a method listener implemented as a sub-class of this and hands off the processed method or error to a consumer.
 

Classes in org.apache.qpid.client.protocol used by org.apache.qpid.client.transport
AMQProtocolHandler
          AMQProtocolHandler is the client side protocol handler for AMQP, it handles all protocol events received from the network by MINA.
 



Licensed to the Apache Software Foundation