/**
  * {@inheritdoc}
  */
 public function setProtocol($protocol)
 {
     $this->decoratedRequest->setProtocol($protocol);
     return $this;
 }