Home
last modified time | relevance | path

Searched refs:TServerFramework (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/modules/thrift/src/thrift/server/
DTServerFramework.cpp49 TServerFramework::TServerFramework(const shared_ptr<TProcessorFactory> &processorFactory, in TServerFramework() function in apache::thrift::server::TServerFramework
58 TServerFramework::TServerFramework(const shared_ptr<TProcessor> &processor, in TServerFramework() function in apache::thrift::server::TServerFramework
67 TServerFramework::TServerFramework(const shared_ptr<TProcessorFactory> &processorFactory, in TServerFramework() function in apache::thrift::server::TServerFramework
79 TServerFramework::TServerFramework(const shared_ptr<TProcessor> &processor, in TServerFramework() function in apache::thrift::server::TServerFramework
91 TServerFramework::~TServerFramework() = default;
106 void TServerFramework::serve() in serve()
162 bind(&TServerFramework::disposeConnectedClient, this, in serve()
190 int64_t TServerFramework::getConcurrentClientLimit() const in getConcurrentClientLimit()
196 int64_t TServerFramework::getConcurrentClientCount() const in getConcurrentClientCount()
202 int64_t TServerFramework::getConcurrentClientCountHWM() const in getConcurrentClientCountHWM()
[all …]
DTServerFramework.h55 class TServerFramework : public TServer
58 TServerFramework(
65 TServerFramework(
72 TServerFramework(
84 TServerFramework(
96 ~TServerFramework();
DTSimpleServer.h42 class TSimpleServer : public TServerFramework
/Zephyr-latest/modules/thrift/
DCMakeLists.txt30 src/thrift/server/TServerFramework.cpp