com.HTTPRequest.setConnectionTimeOut

Defines the timeout for the establishment of the connection.

Syntax

setConnectionTimeOut(
   timeout INTEGER )
  1. timeout defines the number of seconds.

Usage

The setConnectionTimeOut() method sets the time value in seconds to wait for the establishment of the connection, before a break.

The value of -1 means infinite wait.

In case of error, the method throws an exception and sets the STATUS variable. Depending on the error, a human-readable description of the problem is available in the SQLCA.SQLERRM register. See Error handling in GWS calls (STATUS).