fastdo
0.6.8
首页
命名空间
类
文件
文件列表
文件成员
webx_HttpOutputMgr.hpp
浏览该文件的文档.
1
#pragma once
2
3
namespace
eienwebx
4
{
5
7
class
EIENWEBX_DLL
HttpOutputMgr
:
public
eienwebx::OutputMgr
8
{
9
public
:
10
HttpOutputMgr
(
eiennet::Socket
* clientSock );
11
12
virtual
void
commit()
override
;
13
protected
:
14
virtual
void
_actualOutput(
void
const
* data,
size_t
size )
override
;
15
private
:
16
eiennet::Socket
* _clientSock;
17
};
18
19
}
EIENWEBX_DLL
#define EIENWEBX_DLL
Definition:
eienwebx_base.hpp:28
eienwebx
Web功能的相关封装
Definition:
eienwebx_base.hpp:45
eiennet::Socket
套接字基础类
Definition:
eiennet_socket.hpp:47
eienwebx::OutputMgr
输出管理器
Definition:
webx_OutputMgr.hpp:12
eienwebx::HttpOutputMgr
HTTP输出管理器
Definition:
webx_HttpOutputMgr.hpp:7
build
windows
include
webx_HttpOutputMgr.hpp
生成于 2023年 六月 18日 星期日 10:25:58 , 为 fastdo使用
1.8.11