Package SK.gnome.dwarf.http

Provides top-level server classes.

See:
          Description

Interface Summary
Request This class extends the javax.servlet.http.HttpServletRequest.
Response This class extends the javax.servlet.http.HttpServletResponse.
Session This class extends the javax.servlet.http.HttpSession.
SessionManager This class provides the session management.
 

Class Summary
Application This class implements the javax.servlet.ServletContext interface.
Host Provides the HTTP host.
HTTPConstants Provides global HTTP constants.
HTTPHandler This class handles the HTTP connections.
HTTPParameters Provides the HTTP parameters.
HTTPRequest Non-blocking HTTP request.
HTTPServer This is the main HTTP Server object.
HTTPUtils Provides various HTTP-related utilities.
RAMSessionManager This class provides the memory-based session management.
RequestURI This class represents the request URI path.
ServletWrapper This class wraps the servlet instances.
WebApplication Provides the standard web application.
 

Exception Summary
RequestException This exception indicates that an error occured while reading or parsing the client request.
ResponseException This exception indicates that an error occured while constructing or sending the HTTP response.
 

Package SK.gnome.dwarf.http Description

Provides top-level server classes.



Copyright (c) 1999-2005, Gnome Ltd. All rights reserved.