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

Method getOutputProtocolFactory

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

Source from the content-addressed store, hash-verified

120 std::shared_ptr<TProtocolFactory> getInputProtocolFactory() { return inputProtocolFactory_; }
121
122 std::shared_ptr<TProtocolFactory> getOutputProtocolFactory() { return outputProtocolFactory_; }
123
124 std::shared_ptr<TServerEventHandler> getEventHandler() { return eventHandler_; }
125

Callers 1

initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected