Uses of Package
org.apache.qpid.protocol

Packages that use org.apache.qpid.protocol
org.apache.qpid   
org.apache.qpid.codec   
org.apache.qpid.framing   
org.apache.qpid.protocol   
org.apache.qpid.transport   
org.apache.qpid.transport.network.io   
org.apache.qpid.transport.network.mina   
 

Classes in org.apache.qpid.protocol used by org.apache.qpid
AMQConstant
          Defines constants for AMQP codes and also acts as a factory for creating such constants from the raw codes.
 

Classes in org.apache.qpid.protocol used by org.apache.qpid.codec
AMQVersionAwareProtocolSession
          AMQVersionAwareProtocolSession is implemented by all AMQP session classes, that need to provide an awareness to callers of the version of the AMQP protocol that they are able to work with.
 

Classes in org.apache.qpid.protocol used by org.apache.qpid.framing
AMQConstant
          Defines constants for AMQP codes and also acts as a factory for creating such constants from the raw codes.
AMQVersionAwareProtocolSession
          AMQVersionAwareProtocolSession is implemented by all AMQP session classes, that need to provide an awareness to callers of the version of the AMQP protocol that they are able to work with.
 

Classes in org.apache.qpid.protocol used by org.apache.qpid.protocol
AMQConstant
          Defines constants for AMQP codes and also acts as a factory for creating such constants from the raw codes.
AMQMethodEvent
          AMQMethodEvent encapsulates an AMQP method call, and the channel on which that method call occurred.
AMQProtocolWriter
          AMQProtocolWriter provides a method to write a frame of data 'to the wire', in the context of the object that implements the method, usually some sort of session.
ProtocolEngine
          A ProtocolEngine is a Receiver for java.nio.ByteBuffers.
ProtocolVersionAware
          ProtocolVersionAware is implemented by all AMQP handling classes, that need to provide an awareness to callers of the version of the AMQP protocol that they are able to handle.
 

Classes in org.apache.qpid.protocol used by org.apache.qpid.transport
ProtocolEngine
          A ProtocolEngine is a Receiver for java.nio.ByteBuffers.
ProtocolEngineFactory
           
 

Classes in org.apache.qpid.protocol used by org.apache.qpid.transport.network.io
AMQVersionAwareProtocolSession
          AMQVersionAwareProtocolSession is implemented by all AMQP session classes, that need to provide an awareness to callers of the version of the AMQP protocol that they are able to work with.
 

Classes in org.apache.qpid.protocol used by org.apache.qpid.transport.network.mina
ProtocolEngine
          A ProtocolEngine is a Receiver for java.nio.ByteBuffers.
ProtocolEngineFactory
           
 



Licensed to the Apache Software Foundation