| Package | Description | 
|---|---|
| edu.umass.cs.benchlab.har | Core classes of the HAR library ( HarLogis the top object representing a HAR file in memory) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HarQueryString. deleteFromJDBC(HarDatabaseConfig config,
              long logId)Delete objects in the database referencing the specified logId. | 
| void | HarPostDataParams. deleteFromJDBC(HarDatabaseConfig config,
              long logId)Delete objects in the database referencing the specified logId. | 
| void | HarPostData. deleteFromJDBC(HarDatabaseConfig config,
              long logId)Delete objects in the database referencing the specified logId. | 
| void | HarPages. deleteFromJDBC(HarDatabaseConfig config,
              long logId)Delete page and page timings objects in the database referencing the
 specified logId. | 
| void | HarEntryTimings. deleteFromJDBC(HarDatabaseConfig config,
              long logId)Delete objects in the database referencing the specified logId. | 
| void | HarEntries. deleteFromJDBC(HarDatabaseConfig config,
              long logId)Delete entries objects in the database referencing the specified logId. | 
| void | HarCustomFields. deleteFromJDBC(HarDatabaseConfig config,
              long dbLogId)Delete all custom fields objects in the database referencing the specified
 logId. | 
| void | HarCreator. deleteFromJDBC(HarDatabaseConfig config,
              long logId)Delete objects of this kind in the given database referencing the specified
 logId. | 
| void | HarContent. deleteFromJDBC(HarDatabaseConfig config,
              long logId)Delete objects in the database referencing the specified logId. | 
| void | HarCache. deleteFromJDBC(HarDatabaseConfig config,
              long logId)Delete objects in the database referencing the specified logId. | 
| void | HarBrowser. deleteFromJDBC(HarDatabaseConfig config,
              long logId)Delete objects of this kind in the given database referencing the specified
 logId. | 
| void | HarResponse. deleteFromJDBC(HarDatabaseConfig config,
              long logId,
              boolean dropTables)Delete objects in the database referencing the specified logId. | 
| void | HarRequest. deleteFromJDBC(HarDatabaseConfig config,
              long logId,
              boolean dropTables)Delete objects in the database referencing the specified logId. | 
| void | HarHeaders. deleteFromJDBC(HarDatabaseConfig config,
              long logId,
              boolean isRequest)Delete objects in the database referencing the specified logId. | 
| void | HarEntry. deleteFromJDBC(HarDatabaseConfig config,
              long logId,
              boolean dropTables)Delete entries objects in the database referencing the specified logId. | 
| void | HarCookies. deleteFromJDBC(HarDatabaseConfig config,
              long logId,
              boolean isRequest)Delete objects in the database referencing the specified logId. | 
| void | HarDatabaseConfig. deleteFromTable(long logId,
               HarDatabaseConfig config,
               java.lang.String tableName)Delete objects in the given database table referencing the specified logId. | 
| void | HarDatabaseConfig. dropTableIfEmpty(java.sql.Connection c,
                java.lang.String tableName,
                HarDatabaseConfig config)Check if a table is empty with a COUNT(*) and drop it if it is. | 
| void | HarCustomFields. readCustomFieldsJDBC(HarDatabaseConfig config,
                    HarCustomFields.Type harTypeFrom,
                    long harIdFrom)Reads the customFields from database | 
| long | HarCustomFields. writeCustomFieldsJDBC(HarDatabaseConfig config,
                     HarCustomFields.Type HarTypeFrom,
                     long HarIdFrom,
                     long HarLogId)Writes this object in the given database referencing the specified logId. | 
| long | HarLog. writeJDBC(HarDatabaseConfig config)Write this object to a database according to the given configuration | 
| void | HarCookie. writeJDBC(HarDatabaseConfig config,
         long logId,
         long requestId,
         java.sql.PreparedStatement cookiePs,
         boolean isRequest)Write this object in the given database referencing the specified logId. | 
| void | HarHeader. writeJDBC(HarDatabaseConfig config,
         long id,
         java.sql.PreparedStatement ps,
         boolean isRequest,
         long logId)Write this object in the given database referencing the specified id. | 
| void | HarQueryParam. writeJDBC(HarDatabaseConfig config,
         long id,
         java.sql.PreparedStatement ps,
         long logId) | 
| void | HarPostDataParams. writeJDBC(HarDatabaseConfig config,
         long postId,
         java.sql.PreparedStatement paramsPs,
         long logId)Write this object in the given database referencing the specified
 requestId. | 
| void | HarPostDataParam. writeJDBC(HarDatabaseConfig config,
         long id,
         java.sql.PreparedStatement ps,
         long logId)Write this object in the given database referencing the specified id. | 
| void | AbstractNameValueComment. writeJDBC(HarDatabaseConfig config,
         long id,
         java.sql.PreparedStatement ps,
         long logId)Write this object in the given database referencing the specified id. | 
| void | HarPage. writeJDBC(HarDatabaseConfig config,
         long logId,
         java.sql.PreparedStatement pagePs,
         java.sql.PreparedStatement timingPs)Write this object in the given database referencing the specified logId. | 
| void | HarPages. writeJDBC(long logId,
         HarDatabaseConfig config)Write this object in the given database referencing the specified logId. | 
| void | HarEntries. writeJDBC(long logId,
         HarDatabaseConfig config)Write this object in the given database referencing the specified logId. | 
| void | HarCreator. writeJDBC(long logId,
         HarDatabaseConfig config)Write this object in the given database referencing the specified logId. | 
| void | HarBrowser. writeJDBC(long logId,
         HarDatabaseConfig config)Write this object in the given database referencing the specified logId. | 
| void | HarHeaders. writeJDBC(long requestId,
         HarDatabaseConfig config,
         boolean isRequest,
         long logId)Write this object in the given database referencing the specified
 requestId. | 
| void | HarCookies. writeJDBC(long requestId,
         HarDatabaseConfig config,
         boolean isRequest,
         long logId)Write this object in the given database referencing the specified
 requestId. | 
| void | HarResponse. writeJDBC(long entryId,
         HarDatabaseConfig config,
         long logId)Write this object to a database according to the given configuration | 
| void | HarRequest. writeJDBC(long entryId,
         HarDatabaseConfig config,
         long logId)Write this object to a database according to the given configuration | 
| void | HarQueryString. writeJDBC(long requestId,
         HarDatabaseConfig config,
         long logId)Write this object in the given database referencing the specified
 requestId. | 
| void | HarPostData. writeJDBC(long requestId,
         HarDatabaseConfig config,
         long logId)Write this object in the given database referencing the specified logId. | 
| void | HarEntryTimings. writeJDBC(long entryId,
         HarDatabaseConfig config,
         long logId)Write this object to a database according to the given configuration | 
| void | HarContent. writeJDBC(long responseId,
         HarDatabaseConfig config,
         long logId)Write this object to a database according to the given configuration | 
| void | HarCache. writeJDBC(long entryId,
         HarDatabaseConfig config,
         long logId)Write this object to a database according to the given configuration | 
| void | HarPageTimings. writeJDBC(long pageId,
         HarDatabaseConfig config,
         java.sql.PreparedStatement timingPs,
         long logId)Write this object in the given database referencing the specified logId. | 
| void | HarCacheRequest. writeJDBC(long cacheId,
         HarDatabaseConfig config,
         java.sql.PreparedStatement cachePs,
         long logId)Write this object to a database according to the given configuration | 
| void | HarEntry. writeJDBC(long logId,
         java.sql.PreparedStatement entryPs,
         HarDatabaseConfig config)Write this object in the given database referencing the specified logId. | 
| long | HarDatabaseConfig. writeNameValueCommentJDBC(long logId,
                         HarDatabaseConfig config,
                         java.lang.String tableName,
                         java.lang.String nameColumn,
                         java.lang.String nameValue,
                         java.lang.String valueColumn,
                         java.lang.String valueValue,
                         java.lang.String commentColumn,
                         java.lang.String commentValue)Write this object in the given database referencing the specified logId. | 
| Constructor and Description | 
|---|
| HarBrowser(HarDatabaseConfig config,
          long logId)Creates a new  HarBrowserobject from a database. | 
| HarCache(HarDatabaseConfig config,
        long entryId)Creates a new  HarCacheobject from a database. | 
| HarCacheRequest(HarDatabaseConfig config,
               long cacheId,
               boolean isBefore)Creates a new  HarCacheRequestobject from a database. | 
| HarContent(HarDatabaseConfig config,
          long responseId)Creates a new  HarContentobject from a database. | 
| HarCookies(HarDatabaseConfig config,
          long requestId,
          boolean isRequest)Creates a new  HarCookiesobject from a database. | 
| HarCreator(HarDatabaseConfig config,
          long logId)Creates a new  HarCreatorobject from a database. | 
| HarEntries(HarDatabaseConfig config,
          long logId)Creates a new  HarEntriesobject from a database. | 
| HarEntry(HarDatabaseConfig config,
        long entryId)Creates a new  HarEntryobject from a database. | 
| HarEntryTimings(HarDatabaseConfig config,
               long entryId)Creates a new  HarEntryTimingsobject from a database. | 
| HarHeader(HarDatabaseConfig config,
         long headerId,
         java.lang.String name,
         java.lang.String value,
         java.lang.String comment)Creates a new  HarHeaderobject from the database | 
| HarHeaders(HarDatabaseConfig config,
          long requestId,
          boolean isRequest)Creates a new  HarHeadersobject from a database. | 
| HarLog(HarDatabaseConfig config)Creates a new  HarLogobject from a database. | 
| HarLog(HarDatabaseConfig config,
      long logId)Creates a new  HarLogobject from a database. | 
| HarPage(HarDatabaseConfig config,
       long pageId)Creates a new  HarPageobject from a database. | 
| HarPages(HarDatabaseConfig config,
        long logId)Creates a new  HarPagesobject from a database. | 
| HarPageTimings(HarDatabaseConfig config,
              long pageId)Creates a new  HarPageTimingsobject from a database. | 
| HarPostData(HarDatabaseConfig config,
           long requestId)Creates a new  HarPostDataobject from a database. | 
| HarPostDataParam(HarDatabaseConfig config,
                long postDataParamId,
                java.lang.String name,
                java.lang.String value,
                java.lang.String fileName,
                java.lang.String contentType,
                java.lang.String comment)Creates a new  HarPostDataParamobject from the database | 
| HarPostDataParams(HarDatabaseConfig config,
                 long requestId)Creates a new  HarPostDataParamsobject from a database. | 
| HarQueryParam(HarDatabaseConfig config,
             long queryParamId,
             java.lang.String name,
             java.lang.String value,
             java.lang.String comment)Creates a new  HarQueryParamobject from the database | 
| HarQueryString(HarDatabaseConfig config,
              long requestId)Creates a new  HarQueryStringobject from a database. | 
| HarRequest(HarDatabaseConfig config,
          long entryId)Creates a new  HarRequestobject from a database. | 
| HarResponse(HarDatabaseConfig config,
           long entryId)Creates a new  HarResponseobject from a database. | 
Copyright © 2011 Emmanuel Cecchet - University of Massachusetts - All Rights Reserved.