Open a connection to a target.
Parameters: string - The URL for the connection Parameters: mode - The access mode Parameters: timeouts - A flag to indicate that the called wants timeout exceptions exception: IllegalArgumentException - If a parameter is invalid. exception: ConnectionNotFoundException - If the connection cannot be found. exception: IOException - If some other kind of I/O error occurs.
Open a connection to a target.
Parameters: string - The URL for the connection Parameters: mode - The access mode Parameters: timeouts - A flag to indicate that the called wants timeout exceptions A new Connection object exception: IllegalArgumentException - If a parameter is invalid. exception: ConnectionNotFoundException - If the connection cannot be found. exception: IOException - If some other kind of I/O error occurs.