Home
last modified time | relevance | path

Searched refs:getOutputProtocolFactory (Results 1 – 2 of 2) sorted by relevance

/thrift-3.4.0/lib/cpp/src/thrift/server/
DTServer.h122 std::shared_ptr<TProtocolFactory> getOutputProtocolFactory() { return outputProtocolFactory_; } in getOutputProtocolFactory() function
DTNonblockingServer.cpp402 outputProtocol_ = server_->getOutputProtocolFactory()->getProtocol(factoryOutputTransport_); in init()
584 return getOutputProtocolFactory() == nullptr; in getHeaderTransport()