MCPcopy Create free account
hub / github.com/apache/thrift / setOutputProtocolFactory

Method setOutputProtocolFactory

lib/cpp/src/thrift/server/TServer.h:252–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250 }
251
252 void setOutputProtocolFactory(std::shared_ptr<TProtocolFactory> outputProtocolFactory) {
253 outputProtocolFactory_ = outputProtocolFactory;
254 }
255
256 void setServerEventHandler(std::shared_ptr<TServerEventHandler> eventHandler) {
257 eventHandler_ = eventHandler;

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by 1

mainFunction · 0.64