acl  3.5.3.0
acl::http_pipe类 参考

#include <http_pipe.hpp>

+ 类 acl::http_pipe 继承关系图:
+ acl::http_pipe 的协作图:

Public 成员函数

 http_pipe (void)
 
virtual ~http_pipe (void)
 
void set_charset (charset_conv *conv)
 
bool set_charset (const char *from, const char *to)
 
void append (pipe_stream *ps)
 
void reset ()
 
bool update (const char *in, size_t len)
 
bool update_end (void)
 
pipe_managerget_manager (void)
 

额外继承的成员函数

- Protected 成员函数 继承自 acl::acl::noncopyable
 noncopyable ()
 
 ~noncopyable ()
 

详细描述

在文件 http_pipe.hpp11 行定义.

构造及析构函数说明

◆ http_pipe()

acl::http_pipe::http_pipe ( void  )

◆ ~http_pipe()

virtual acl::http_pipe::~http_pipe ( void  )
virtual

成员函数说明

◆ append()

void acl::http_pipe::append ( pipe_stream ps)

◆ get_manager()

pipe_manager& acl::http_pipe::get_manager ( void  )

◆ reset()

void acl::http_pipe::reset ( )

◆ set_charset() [1/2]

void acl::http_pipe::set_charset ( charset_conv conv)

◆ set_charset() [2/2]

bool acl::http_pipe::set_charset ( const char *  from,
const char *  to 
)

◆ update()

bool acl::http_pipe::update ( const char *  in,
size_t  len 
)

◆ update_end()

bool acl::http_pipe::update_end ( void  )

该类的文档由以下文件生成: