Namespaces | |
namespace | misc_strings |
namespace | status_strings |
namespace | stock_replies |
Classes | |
class | connection |
Represents a single connection from a client. More... | |
class | EncoderManager |
class | FFMPEGEncoder |
struct | header |
class | ImageSubscriber |
struct | mime_map |
struct | reply |
A reply to be sent to a client. More... | |
struct | request |
A request received from a client. More... | |
class | request_parser |
Parser for incoming requests. More... | |
class | server |
The top-level class of the HTTP server. More... | |
struct | ServerConfiguration |
Typedefs | |
typedef boost::shared_ptr < connection > | connection_ptr |
Functions | |
static boost::asio::const_buffer | create_cstr_asio_buffer (const char *c_str) |
static int | ff_lockmgr (void **mutex, enum AVLockOp op) |
Variables | |
struct ros_http_video_streamer::mime_map | mime_mapping [] |
typedef boost::shared_ptr<connection> ros_http_video_streamer::connection_ptr |
Definition at line 151 of file connection.h.
static boost::asio::const_buffer ros_http_video_streamer::create_cstr_asio_buffer | ( | const char * | c_str | ) | [static] |
Definition at line 126 of file connection.cpp.
static int ros_http_video_streamer::ff_lockmgr | ( | void ** | mutex, |
enum AVLockOp | op | ||
) | [static] |
Definition at line 100 of file ffmpeg_wrapper.cpp.