Kea 2.5.8
json_feed.h File Reference
#include <cc/data.h>
#include <exceptions/exceptions.h>
#include <util/state_model.h>
#include <boost/shared_ptr.hpp>
#include <stdint.h>
#include <string>
#include <vector>
+ Include dependency graph for json_feed.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  isc::config::JSONFeed
 State model for asynchronous read of data in JSON format. More...
 
class  isc::config::JSONFeedError
 A generic exception thrown upon an error in the JSONFeed. More...
 

Namespaces

namespace  isc
 Defines the logger used by the top-level component of kea-lfc.
 
namespace  isc::config
 

Typedefs

typedef boost::shared_ptr< const JSONFeed > isc::config::ConstJSONFeedPtr
 Pointer to the const JSONFeed.
 
typedef boost::shared_ptr< JSONFeed > isc::config::JSONFeedPtr
 Pointer to the JSONFeed.