fastdo
0.6.16
|
#include <eiennet_async.hpp>
Public 类型 | |
using | OkFunction = std::function< void(winux::SharedPointer< AsyncSocket > sock, winux::Buffer &data, bool cnnAvail) > |
using | TimeoutFunction = std::function< void(winux::SharedPointer< AsyncSocket > sock, IoRecvCtx *ctx) > |
Public 成员函数 | |
IoRecvCtx () | |
Public 成员函数 继承自 eiennet::IoCtx | |
IoCtx () | |
virtual | ~IoCtx () |
Public 属性 | |
OkFunction | cbOk |
成功回调函数 更多... | |
TimeoutFunction | cbTimeout |
超时回调函数 更多... | |
size_t | hadBytes |
已接收数据量 更多... | |
size_t | targetBytes |
目标数据量 更多... | |
winux::GrowBuffer | data |
已接收的数据 更多... | |
bool | cnnAvail |
连接是否有效 更多... | |
Public 属性 继承自 eiennet::IoCtx | |
winux::uint64 | startTime |
请求开启的时间 更多... | |
winux::uint64 | timeoutMs |
超时时间 更多... | |
在文件 eiennet_async.hpp 第 62 行定义.
using eiennet::IoRecvCtx::OkFunction = std::function< void ( winux::SharedPointer<AsyncSocket> sock, winux::Buffer & data, bool cnnAvail ) > |
在文件 eiennet_async.hpp 第 64 行定义.
using eiennet::IoRecvCtx::TimeoutFunction = std::function< void ( winux::SharedPointer<AsyncSocket> sock, IoRecvCtx * ctx ) > |
在文件 eiennet_async.hpp 第 65 行定义.
|
inline |
在文件 eiennet_async.hpp 第 75 行定义.
OkFunction eiennet::IoRecvCtx::cbOk |
成功回调函数
在文件 eiennet_async.hpp 第 67 行定义.
TimeoutFunction eiennet::IoRecvCtx::cbTimeout |
超时回调函数
在文件 eiennet_async.hpp 第 68 行定义.
size_t eiennet::IoRecvCtx::hadBytes |
已接收数据量
在文件 eiennet_async.hpp 第 70 行定义.
size_t eiennet::IoRecvCtx::targetBytes |
目标数据量
在文件 eiennet_async.hpp 第 71 行定义.
winux::GrowBuffer eiennet::IoRecvCtx::data |
已接收的数据
在文件 eiennet_async.hpp 第 72 行定义.
bool eiennet::IoRecvCtx::cnnAvail |
连接是否有效
在文件 eiennet_async.hpp 第 73 行定义.