Get a specific handler statistic from the handler by name.
string $stat Handler specific transfer stat to retrieve.:
mixed|null
public function getHandlerStat(string $stat) { return $this->handlerStats[$stat] ?? null; }