Kraken\Network\NetworkConnectionInterface::getEndpoint PHP Method

getEndpoint() public method

Get the remote endpoint of connection.
public getEndpoint ( ) : string
return string
    public function getEndpoint();

Usage Example

Example #1
0
 /**
  * @override
  * @inheritDoc
  */
 public function getEndpoint()
 {
     return $this->connection->getEndpoint();
 }