| 1595 | class TProtocol: public IProtocol { |
| 1596 | public: |
| 1597 | inline TProtocol() { |
| 1598 | InitNetworkSubSystem(); |
| 1599 | } |
| 1600 | |
| 1601 | IRequesterRef CreateRequester(IOnRequest* cb, const TParsedLocation& loc) override { |
| 1602 | return new TServer(cb, loc.GetPort()); |
nothing calls this directly
no test coverage detected