|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.timeindexing.servlet.SelectServlet
com.timeindexing.servlet.OctetStreamDownloadServlet
public class OctetStreamDownloadServlet
This servlet returns downloads OctetStream data.
The mime type of the reposnse is "application/octet-stream"
The associate file name is "download.bin".
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.timeindexing.servlet.SelectServlet |
|---|
SelectServlet.WriterOutputStream |
| Constructor Summary | |
|---|---|
OctetStreamDownloadServlet()
|
|
| Method Summary | |
|---|---|
protected java.lang.String |
fileNameGenerator(IndexProperties properties)
This filename generator, takes the arguments and generates a useful filename. |
protected java.lang.String |
getContentType()
Get the content type for this response. |
| Methods inherited from class com.timeindexing.servlet.SelectServlet |
|---|
allocateSelecter, closed, committed, created, doGet, doPlayBack, empty, init, isBrowser, isSecurityCodeOn, opened, postPlaybackError, prePlaybackError, setContentType, setFilename, viewAdded, viewRemoved |
| Methods inherited from class javax.servlet.http.HttpServlet |
|---|
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service |
| Methods inherited from class javax.servlet.GenericServlet |
|---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OctetStreamDownloadServlet()
| Method Detail |
|---|
protected java.lang.String getContentType()
getContentType in class SelectServletprotected java.lang.String fileNameGenerator(IndexProperties properties)
fileNameGenerator in class SelectServlet
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||