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