|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
org.mmbase.servlet.JamesServlet | +--org.mmbase.servlet.servdb
servdb handles binairy request (*.db) files for MMbase spaces as images (img.db) realaudio (realaudio.db) but also xml (xml.db) and dtd's (dtd.db) with servscan it provides the communication between the clients browser and the mmbase space.
| Constructor Summary | |
servdb()
Construct a servfile worker, it should be places in a worker pool (by the admin thread). |
|
| Method Summary | |
java.util.Vector |
addRAMSpeed(scanpage sp,
java.util.Vector params,
javax.servlet.http.HttpServletResponse res)
|
java.util.Vector |
checkSessionJingle(scanpage sp,
java.util.Vector params,
javax.servlet.http.HttpServletResponse res)
|
java.util.Vector |
filterSessionMods(scanpage sp,
java.util.Vector params,
javax.servlet.http.HttpServletResponse res)
|
byte[] |
getAttachment(java.util.Vector params)
Downloading Attachment cjr@dds.nl, July 27th 2000 |
java.lang.String |
getAttachmentFileName(java.util.Vector params)
Downloading Attachment cjr@dds.nl, July 27th 2000 |
java.lang.String |
getAttachmentMimeType(java.util.Vector params)
Mimetype of attachment cjr@dds.nl, July 27th 2000 |
byte[] |
getDTD(java.util.Vector params)
|
byte[] |
getFlash(java.util.Vector params)
Return Flash movie |
java.lang.String |
getParamValue(java.lang.String wanted,
java.util.Vector params)
try to obtain a decoded param string from the input Vector format in : s(11212) format out 11212 on a get with 's' |
byte[] |
getRAStream(java.util.Vector params,
scanpage sp,
javax.servlet.http.HttpServletResponse resp)
|
byte[] |
getRMStream(java.util.Vector params,
scanpage sp,
javax.servlet.http.HttpServletResponse resp)
|
java.lang.String |
getServletInfo()
|
byte[] |
getXML(java.util.Vector params)
|
void |
init(org.mmbase.servlet.ServletConfig config)
Initializes the servlet. |
void |
onload()
|
void |
service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
|
void |
shutdown()
|
void |
unload()
|
int |
writeline(javax.servlet.http.HttpServletResponse res,
java.lang.String line)
Write String to the current client socket |
| Methods inherited from class org.mmbase.servlet.JamesServlet |
debug, decRefCount, finalize, getAddress, getAuthorization, getAuthorization, getCookie, getInitParameters, getModule, getParam, getParamVector, getProperties, getProperty, getRequestURL, incRefCount |
| Constructor Detail |
public servdb()
| Method Detail |
public void onload()
public void unload()
public void shutdown()
public void init(org.mmbase.servlet.ServletConfig config)
throws org.mmbase.servlet.ServletException
JamesServletinit in class JamesServletorg.mmbase.servlet.JamesServletconfig - the servlet configuration
public void service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws org.mmbase.servlet.ServletException,
java.io.IOException
public java.lang.String getServletInfo()
public java.util.Vector filterSessionMods(scanpage sp,
java.util.Vector params,
javax.servlet.http.HttpServletResponse res)
public java.util.Vector checkSessionJingle(scanpage sp,
java.util.Vector params,
javax.servlet.http.HttpServletResponse res)
public java.util.Vector addRAMSpeed(scanpage sp,
java.util.Vector params,
javax.servlet.http.HttpServletResponse res)
public byte[] getXML(java.util.Vector params)
public java.lang.String getAttachmentFileName(java.util.Vector params)
public byte[] getAttachment(java.util.Vector params)
public java.lang.String getAttachmentMimeType(java.util.Vector params)
public byte[] getFlash(java.util.Vector params)
public byte[] getDTD(java.util.Vector params)
public java.lang.String getParamValue(java.lang.String wanted,
java.util.Vector params)
public int writeline(javax.servlet.http.HttpServletResponse res,
java.lang.String line)
String - line to be writen to the client
public byte[] getRAStream(java.util.Vector params,
scanpage sp,
javax.servlet.http.HttpServletResponse resp)
public byte[] getRMStream(java.util.Vector params,
scanpage sp,
javax.servlet.http.HttpServletResponse resp)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||