Thruway\Transport\RawSocketTransportProvider::__construct PHP Метод

__construct() публичный Метод

Constructor
public __construct ( string $address = "127.0.0.1", integer $port = 8181 )
$address string
$port integer
    function __construct($address = "127.0.0.1", $port = 8181)
    {
        $this->address = $address;
        $this->port = $port;
        $this->sessions = new \SplObjectStorage();
    }