Package org.apache.qpid.server.protocol.v0_8.transport
-
Interface Summary Interface Description AMQBody AMQMethodBody AMQMethodListener AMQMethodListener is a listener that receives notifications of AMQP methods.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.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.ChannelMethodProcessor ClientChannelMethodProcessor ClientMethodDispatcher ClientMethodProcessor<T extends ClientChannelMethodProcessor> EncodableAMQDataBlock Marker interface to indicate to MINA that a data block should be encoded with the single encoder/decoder that we have defined.FrameCreatingMethodProcessor.ClientAndServerChannelMethodProcessor MethodDispatcher MethodProcessor<T extends ChannelMethodProcessor> 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.ServerChannelMethodProcessor ServerMethodDispatcher ServerMethodProcessor<T extends ServerChannelMethodProcessor> -
Exception Summary Exception Description AMQProtocolClassException AMQProtocolInstanceException indicates that the protocol class is incorrect in a header.AMQProtocolHeaderException AMQProtocolInstanceException AMQProtocolInstanceException indicates that the protocol instance is incorrect in a header.AMQProtocolVersionException AMQProtocolInstanceException indicates that the client and server differ on expected protocol version in a header.