Kraken\Ipc\Socket\SocketInterface::getRemoteEndpoint PHP Method

getRemoteEndpoint() public method

This method returns socket remote endpoint with this pattern [$protocol://$address:$port].
public getRemoteEndpoint ( ) : string
return string
    public function getRemoteEndpoint();

Usage Example

Exemplo n.º 1
0
 /**
  * @override
  * @inheritDoc
  */
 public function getEndpoint()
 {
     return $this->conn->getRemoteEndpoint();
 }