Package thredds.server.ncss.view.dsg
Class HttpHeaderWriter
java.lang.Object
thredds.server.ncss.view.dsg.HttpHeaderWriter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.springframework.http.HttpHeadersgetHttpHeadersForCSV(String datasetPath, boolean isStream) static org.springframework.http.HttpHeadersgetHttpHeadersForNetcdf(String datasetPath, NcssDiskCache ncssDiskCache, ucar.nc2.NetcdfFileWriter.Version version) static org.springframework.http.HttpHeadersgetHttpHeadersForXML(String datasetPath, boolean isStream)
-
Constructor Details
-
HttpHeaderWriter
public HttpHeaderWriter()
-
-
Method Details
-
getHttpHeadersForCSV
public static org.springframework.http.HttpHeaders getHttpHeadersForCSV(String datasetPath, boolean isStream) -
getHttpHeadersForXML
public static org.springframework.http.HttpHeaders getHttpHeadersForXML(String datasetPath, boolean isStream) -
getHttpHeadersForNetcdf
public static org.springframework.http.HttpHeaders getHttpHeadersForNetcdf(String datasetPath, NcssDiskCache ncssDiskCache, ucar.nc2.NetcdfFileWriter.Version version)
-