Kraken\Network\Websocket\Driver\Version\RFC6455\Version::__construct PHP Method

__construct() public method

public __construct ( Ratchet\WebSocket\Encoding\ValidatorInterface $validator = null )
$validator Ratchet\WebSocket\Encoding\ValidatorInterface
    public function __construct(ValidatorInterface $validator = null)
    {
        parent::__construct($validator);
        $this->verifier = new HandshakeVerifier();
    }