Main Page | Packages | Class Hierarchy | Class List | Directories | File List | Class Members | Related Pages

Acme.Serve.FileServlet Class Reference

List of all members.

Detailed Description

Servlet similar to a standard httpd.

Definition at line 56 of file external/Acme/Serve/FileServlet.java.

Public Member Functions

 FileServlet ()
 Constructor.
 FileServlet (String throttles) throws IOException
 Constructor with throttling.
String getServletInfo ()
 Returns a string containing information about the author, version, and.
void service (HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException
 Services a single request from the client.
void copyStream (InputStream in, OutputStream out) throws IOException
 Copy a file from in to out.
void log (String msg)
String getBasePath ()
void setBasePath (String string)

Static Package Attributes

static Acme.WildcardDictionary throttleTab = null
static final String[] DEFAULTINDEXPAGES = {"index.html", "index.htm", "default.htm", "default.html"}
static final DecimalFormat lengthftm = new DecimalFormat("#")


Member Function Documentation

String Acme.Serve.FileServlet.getBasePath  ) 
 

Returns:

Definition at line 315 of file external/Acme/Serve/FileServlet.java.

void Acme.Serve.FileServlet.setBasePath String  string  ) 
 

Parameters:
string 

Definition at line 322 of file external/Acme/Serve/FileServlet.java.


The documentation for this class was generated from the following file:
Generated on Wed Dec 14 21:05:37 2005 for OpenMobileIS by  doxygen 1.4.4