queryConnectionIsClose

queryConnectionIsClose(): Boolean;

The queryConnectionIsClose method of the JadeHTTPConnection class checks if the HTTP connection is closed.

This method returns true if the connection is closed; otherwise it returns false.

You can call this method to check the "Connection" header state before calling the queryInfo method, for example.