public class MSeedFDSNOutputProcessor extends AbstractHttpColumnProcessor<PrefixedDate>
allowDoFirst, noData404, out| Constructor and Description |
|---|
MSeedFDSNOutputProcessor(javax.servlet.http.HttpServletResponse response,
boolean noData404) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFilename() |
java.lang.String |
getMimeType() |
boolean |
process(com.netflix.astyanax.model.Column<PrefixedDate> c) |
doFirst, doLast, wasDoFirstCalledpublic MSeedFDSNOutputProcessor(javax.servlet.http.HttpServletResponse response,
boolean noData404)
throws java.io.IOException
java.io.IOExceptionpublic boolean process(com.netflix.astyanax.model.Column<PrefixedDate> c)
process in interface ColumnProcessor<PrefixedDate>process in class AbstractHttpColumnProcessor<PrefixedDate>public java.lang.String getMimeType()
getMimeType in class AbstractHttpColumnProcessor<PrefixedDate>public java.lang.String getFilename()
getFilename in class AbstractHttpColumnProcessor<PrefixedDate>