Package thredds.server.fileserver
Class FileServerController
java.lang.Object
thredds.server.fileserver.FileServerController
HTTP File Serving
handles /fileServer/*
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoGet(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res)
-
Field Details
-
log
protected static org.slf4j.Logger log
-
-
Constructor Details
-
FileServerController
public FileServerController()
-
-
Method Details
-
doGet
@RequestMapping("**") public void doGet(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) throws jakarta.servlet.ServletException, IOException - Throws:
jakarta.servlet.ServletExceptionIOException
-