MCPcopy Create free account
hub / github.com/catboost/catboost / TRequester

Method TRequester

library/cpp/neh/netliba.cpp:436–442  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

434
435 public:
436 inline TRequester(IOnRequest* cb, ui16 port)
437 : CB_(cb)
438 , EH_(new TEventsHandler(this))
439 , R_(CreateHttpUdpRequester(port, EH_.Get()))
440 {
441 R_->EnableReportRequestCancel();
442 }
443
444 ~TRequester() override {
445 Shutdown();

Callers

nothing calls this directly

Calls 3

CreateHttpUdpRequesterFunction · 0.70
GetMethod · 0.45

Tested by

no test coverage detected