Apache Qpid C++ API
Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET Apache Qpid Documentation

qpid::framing::InputHandler Class Reference

#include <InputHandler.h>

Inherits qpid::framing::Handler< T >< qpid::framing::AMQFrame & >.

Inherited by qpid::client::ConnectionHandler.

List of all members.

Public Types

typedef T HandledType
typedef void handleFptr (T)
typedef void result_type

Public Member Functions

virtual ~InputHandler ()
virtual void received (AMQFrame &)=0
void handle (AMQFrame &f)
virtual void handle (T)=0
void operator() (T t)
 Allow functor syntax for calling handle.

Public Attributes

Handler< T > * next
 Pointer to next handler in a linked list.


Detailed Description

Definition at line 31 of file InputHandler.h.


Member Typedef Documentation

template<class T>
typedef T qpid::framing::Handler< T >::HandledType [inherited]

Definition at line 33 of file Handler.h.

template<class T>
typedef void qpid::framing::Handler< T >::handleFptr(T) [inherited]

Definition at line 34 of file Handler.h.

template<class T>
typedef void qpid::framing::Handler< T >::result_type [inherited]

Definition at line 35 of file Handler.h.


Constructor & Destructor Documentation

virtual qpid::framing::InputHandler::~InputHandler (  )  [inline, virtual]

Definition at line 33 of file InputHandler.h.


Member Function Documentation

template<class T>
virtual void qpid::framing::Handler< T >::handle (  )  [pure virtual, inherited]

Implemented in qpid::client::ConnectionImpl, qpid::framing::Handler< T >::Functor< F >, qpid::framing::Handler< T >::MemFunRef< X, F >, qpid::framing::Handler< T >::MemFunRef< qpid::framing::Handler::InOutHandlerInterface,&InOutHandlerInterface::handleOut >, and qpid::framing::Handler< T >::MemFunRef< qpid::framing::Handler::InOutHandlerInterface,&InOutHandlerInterface::handleIn >.

Referenced by qpid::framing::Handler< AMQFrame & >::operator()(), and qpid::framing::Relay::operator()().

void qpid::framing::InputHandler::handle ( AMQFrame f  )  [inline]

Definition at line 35 of file InputHandler.h.

References received().

template<class T>
void qpid::framing::Handler< T >::operator() ( t  )  [inline, inherited]

Allow functor syntax for calling handle.

Definition at line 42 of file Handler.h.

virtual void qpid::framing::InputHandler::received ( AMQFrame  )  [pure virtual]

Implemented in qpid::client::ConnectionHandler.

Referenced by handle().


Member Data Documentation

template<class T>
Handler<T>* qpid::framing::Handler< T >::next [inherited]

Pointer to next handler in a linked list.

Definition at line 46 of file Handler.h.

Referenced by qpid::framing::ChannelHandler::handle().


The documentation for this class was generated from the following file:
Qpid C++ API Reference
Generated on Tue Dec 8 15:39:48 2009 for Qpid C++ Client API by doxygen 1.4.7