class Comet::MySQLConnection

def clear

def clear
  @host = ''
  @port = ''
  @username = ''
  @password = ''
  @tlscustom_server_capath = ''
  @tlscustom_client_crt_path = ''
  @tlscustom_client_key_path = ''
  @unknown_json_fields = {}
end