|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectHttpServlet
com.timeindexing.servlet.SelectServlet
com.timeindexing.servlet.MP3StreamServlet
This servlet returns a response that causes the receiver to stream MP3 data.
The mime type of the reposnse is "audio/x-mpegurl".
The associate file name is "download.m3u".
Nested Class Summary |
Nested classes inherited from class com.timeindexing.servlet.SelectServlet |
SelectServlet.WriterOutputStream |
Constructor Summary | |
MP3StreamServlet()
|
Method Summary | |
void |
doPlayBack(HttpServletRequest request,
HttpServletResponse response)
Playback the data. |
protected java.lang.String |
encode(java.lang.String httpdata)
Some URL encoding. |
Methods inherited from class com.timeindexing.servlet.SelectServlet |
doGet, empty, isBrowser, isSecurityCodeOn, postPlaybackError, prePlaybackError, setContentType, setContentType, setFilename, setFilename |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MP3StreamServlet()
Method Detail |
public void doPlayBack(HttpServletRequest request, HttpServletResponse response) throws java.io.IOException
SelectServlet
doPlayBack
in class SelectServlet
java.io.IOException
protected java.lang.String encode(java.lang.String httpdata)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |