com.timeindexing.servlet
Class OctetStreamDownloadServlet

java.lang.Object
  extended byHttpServlet
      extended bycom.timeindexing.servlet.SelectServlet
          extended bycom.timeindexing.servlet.OctetStreamDownloadServlet

public class OctetStreamDownloadServlet
extends SelectServlet

This servlet returns downloads OctetStream data.

The mime type of the reposnse is "application/octet-stream"
The associate file name is "download.bin".

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class com.timeindexing.servlet.SelectServlet
SelectServlet.WriterOutputStream
 
Constructor Summary
OctetStreamDownloadServlet()
           
 
Method Summary
protected  void setContentType()
          Set the content type.
protected  void setFilename()
          Set the filename for downloads.
 
Methods inherited from class com.timeindexing.servlet.SelectServlet
doGet, doPlayBack, empty, isBrowser, isSecurityCodeOn, postPlaybackError, prePlaybackError, setContentType, setFilename
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OctetStreamDownloadServlet

public OctetStreamDownloadServlet()
Method Detail

setContentType

protected void setContentType()
Set the content type.

Overrides:
setContentType in class SelectServlet

setFilename

protected void setFilename()
Set the filename for downloads.

Overrides:
setFilename in class SelectServlet