| Home >> All >> gsoft >> [ xervlet Javadoc ] |
gsoft.xervlet: Javadoc index of package gsoft.xervlet.
Package Samples:
gsoft.xervlet
Classes:
MultipartResponse: A utility class to generate multipart/x-mixed-replace responses, the kind of responses that implement server push. Note that Microsoft Internet Explorer does not understand this sort of response. To use this class, first construct a new MultipartResponse passing to its constructor the servlet's response parameter. MultipartResponse uses the response object to fetch the servlet's output stream and to set the response's content type. Then, for each page of content, begin by calling startResponse() passing in the content type for that page. Send the content for the page by writing to the output stream ...
MultipartRequest: A utility class to handle multipart/form-data requests, the kind of requests that support file uploads. This class can receive arbitrarily large files (up to an artificial limit you can set), and fairly efficiently too. It cannot handle nested data (multipart content within multipart content) or internationalized content (such as non Latin-1 filenames). It's used like this: MultipartRequest multi = new MultipartRequest(req, "."); out.println("Params:"); Enumeration params = multi.getParameterNames(); while (params.hasMoreElements()) { String name = (String)params.nextElement(); String value ...
DateTools: No javadoc -- feel free to app it ; ) Mail corrections to steveg@coredata.net
ATMActivityBaseXervlet
BaseDBXervlet
BaseObfuscatedXervlet
BaseXervlet
DataXervlet
HtmlOption
HtmlParser
IniBaseXervlet
LoginXervlet
LogManager
MultiFormDataXervlet
MultipartInputStreamHandler
UploadedFile
ParsedDate
SecureBaseObfuscatorServlet
SecureBaseServlet
SecureValidUser
ServletCommand
ServletSettings
StatementXervlet
TagReader
TestServerBaseServlet
| Home | Contact Us | Privacy Policy | Terms of Service |