| 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; |