Logentries\Socket::__construct PHP Method

__construct() public method

public __construct ( $url, $port )
    public function __construct($url, $port)
    {
        $this->url = $url;
        $this->port = $port;
        $this->connectionTimeout = (double) ini_get('default_socket_timeout');
    }