| 130 | return proxy_.port; |
| 131 | } |
| 132 | utils::HTTPProxy getHTTPProxy() { |
| 133 | return proxy_; |
| 134 | } |
| 135 | // Set Processor yield period in MilliSecond |
| 136 | void setYieldPeriodMsec(uint64_t period) { |
| 137 | yield_period_msec_ = period; |
no outgoing calls
no test coverage detected