VIBE v5.1.6
Search Engine
Loading...
Searching...
No Matches
edu.usfca.cs272.DownloadServlet Class Reference
Inheritance diagram for edu.usfca.cs272.DownloadServlet:

Public Member Functions

 DownloadServlet (ThreadSafeInvertedIndex index)
 

Protected Member Functions

void doGet (HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
 

Detailed Description

Class responsible for allowing a user to download the inverted index as a json file.

Author
Ravneet Singh Bhatia
Version
Spring 2024

Constructor & Destructor Documentation

◆ DownloadServlet()

edu.usfca.cs272.DownloadServlet.DownloadServlet ( ThreadSafeInvertedIndex index)

Creates a new DownloadServlet.

Parameters
indexthe inverted index from which the downloadable file will be generated.

The documentation for this class was generated from the following file: