VLink 2.0.0
A high-performance communication middleware
载入中...
搜索中...
未找到
vlink::SecurityServer< ReqT, RespT > 模板类 参考

Convenience alias for Server with message security enabled. 更多...

#include <server.h>

类 vlink::SecurityServer< ReqT, RespT > 继承关系图:
vlink::SecurityServer< ReqT, RespT > 的协作图:

额外继承的成员函数

详细描述

template<typename ReqT, typename RespT = Traits::EmptyType>
class vlink::SecurityServer< ReqT, RespT >

Convenience alias for Server with message security enabled.

Equivalent to Server<ReqT, RespT, SecurityType::kWithSecurity>. Each incoming request is decrypted before dispatch to the callback, and each outgoing response is encrypted before transmission.

模板参数
ReqTRequest type.
RespTResponse type (defaults to Traits::EmptyType).

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