Package thredds.server.ncss.view.dsg
Class HttpHeaderWriter
- java.lang.Object
-
- thredds.server.ncss.view.dsg.HttpHeaderWriter
-
public class HttpHeaderWriter extends Object
-
-
Constructor Summary
Constructors Constructor Description HttpHeaderWriter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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)
-
-
-
Method Detail
-
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)
-
-