Sirikata
Classes | Namespaces | Typedefs
libcore/plugins/http/HttpServer.hpp File Reference
#include <sirikata/core/command/Commander.hpp>
#include <sirikata/core/util/ListenerProvider.hpp>
#include <sirikata/core/network/Asio.hpp>
Include dependency graph for HttpServer.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Sirikata::Command::CaseInsensitiveStringLess
class  Sirikata::Command::HttpRequestListener
class  Sirikata::Command::HttpServer

Namespaces

namespace  Sirikata
 

Note: All the classes provided in this file are thin wrappers around the corresponding classes in ASIO.


namespace  Sirikata::Command
 

The Command namespace contains classes for handling external command requests, allowing external tools to interact with a live Sirikata process.


Typedefs

typedef std::map< std::string,
std::string > 
Sirikata::Command::StringDictionary
typedef std::map< std::string,
std::string,
CaseInsensitiveStringLess > 
Sirikata::Command::CaseInsensitiveStringDictionary
typedef
CaseInsensitiveStringDictionary 
Sirikata::Command::Headers
typedef StringDictionary Sirikata::Command::QueryParameters
typedef uint16 Sirikata::Command::HttpStatus
typedef uint32 Sirikata::Command::HttpRequestID
typedef std::tr1::shared_ptr
< Network::TCPListener > 
Sirikata::Command::TCPListenerPtr
typedef std::tr1::shared_ptr
< Network::TCPSocket > 
Sirikata::Command::TCPSocketPtr
typedef std::tr1::shared_ptr
< HttpRequest > 
Sirikata::Command::HttpRequestPtr