Class ClickHouseHttpProto

java.lang.Object
com.clickhouse.client.http.ClickHouseHttpProto

@Deprecated public class ClickHouseHttpProto extends Object
Deprecated.
  • Field Details

    • HEADER_SRV_DISPLAY_NAME

      public static final String HEADER_SRV_DISPLAY_NAME
      Deprecated.
      See Also:
    • HEADER_QUERY_ID

      public static final String HEADER_QUERY_ID
      Deprecated.
      Response only header to indicate a query id Cannot be used in request.
      See Also:
    • HEADER_SRV_SUMMARY

      public static final String HEADER_SRV_SUMMARY
      Deprecated.
      See Also:
    • HEADER_FORMAT

      public static final String HEADER_FORMAT
      Deprecated.
      Response only header to indicate the format of the data. Cannot be used in request.
      See Also:
    • HEADER_TIMEZONE

      public static final String HEADER_TIMEZONE
      Deprecated.
      See Also:
    • HEADER_EXCEPTION_CODE

      public static final String HEADER_EXCEPTION_CODE
      Deprecated.
      Response only header to indicate the error code. Cannot be used in request.
      See Also:
    • HEADER_PROGRESS

      public static final String HEADER_PROGRESS
      Deprecated.
      Response only header to indicate a query progress. Cannot be used in request.
      See Also:
    • HEADER_DATABASE

      public static final String HEADER_DATABASE
      Deprecated.
      Name of default database to be used if not specified in a table name.
      See Also:
    • HEADER_DB_USER

      public static final String HEADER_DB_USER
      Deprecated.
      Name of user to be used to authenticate
      See Also:
    • HEADER_DB_PASSWORD

      public static final String HEADER_DB_PASSWORD
      Deprecated.
      Password of user to be used to authenticate. Note: header value should be unencoded, so using special characters might cause issues. It is recommended to use the Basic Authentication instead.
      See Also:
    • HEADER_SSL_CERT_AUTH

      public static final String HEADER_SSL_CERT_AUTH
      Deprecated.
      See Also:
    • QPARAM_QUERY_ID

      public static final String QPARAM_QUERY_ID
      Deprecated.
      Query parameter to specify the query ID.
      See Also:
    • QPARAM_ROLE

      public static final String QPARAM_ROLE
      Deprecated.
      See Also:
  • Constructor Details

    • ClickHouseHttpProto

      public ClickHouseHttpProto()
      Deprecated.