| 122 | std::shared_ptr<TProtocolFactory> getOutputProtocolFactory() { return outputProtocolFactory_; } |
| 123 | |
| 124 | std::shared_ptr<TServerEventHandler> getEventHandler() { return eventHandler_; } |
| 125 | |
| 126 | protected: |
| 127 | TServer(const std::shared_ptr<TProcessorFactory>& processorFactory) |