#include <multipart_stream.h>
Definition at line 17 of file multipart_stream.h.
web_video_server::MultipartStream::MultipartStream |
( |
async_web_server_cpp::HttpConnectionPtr & |
connection, |
|
|
const std::string & |
boundry = "boundarydonotcross" , |
|
|
std::size_t |
max_queue_size = 1 |
|
) |
| |
bool web_video_server::MultipartStream::isBusy |
( |
| ) |
|
|
private |
void web_video_server::MultipartStream::sendInitialHeader |
( |
| ) |
|
void web_video_server::MultipartStream::sendPart |
( |
const ros::Time & |
time, |
|
|
const std::string & |
type, |
|
|
const boost::asio::const_buffer & |
buffer, |
|
|
async_web_server_cpp::HttpConnection::ResourcePtr |
resource |
|
) |
| |
void web_video_server::MultipartStream::sendPartAndClear |
( |
const ros::Time & |
time, |
|
|
const std::string & |
type, |
|
|
std::vector< unsigned char > & |
data |
|
) |
| |
void web_video_server::MultipartStream::sendPartFooter |
( |
const ros::Time & |
time | ) |
|
void web_video_server::MultipartStream::sendPartHeader |
( |
const ros::Time & |
time, |
|
|
const std::string & |
type, |
|
|
size_t |
payload_size |
|
) |
| |
std::string web_video_server::MultipartStream::boundry_ |
|
private |
async_web_server_cpp::HttpConnectionPtr web_video_server::MultipartStream::connection_ |
|
private |
const std::size_t web_video_server::MultipartStream::max_queue_size_ |
|
private |
std::queue<PendingFooter> web_video_server::MultipartStream::pending_footers_ |
|
private |
The documentation for this class was generated from the following files: