Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
HydraExpress C++ API Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

rwsf::Servlet

Group:  Servlet


Does not inherit

Local Index

Members

Header File

#include rwsf/servlet/Servlet.h

Description

rwsf::Servlet is an abstract base class for servlets. A servlet is a small piece of code that executes inside an Agent running on a server. Users will typically use one of the derived classes for creating their own servlets. To create a generic servlet use the rwsf::GenericServlet class. To create a servlet that uses the HTTP protocol use rwsf::HttpServlet.

Public Destructors

virtual
~Servlet();

Public Member Functions

void
destroy() = 0;
rwsf::ServletConfig
getServletConfig() const;
std::string
getServletInfo() const = 0;
void
init(const rwsf::ServletConfig & config) = 0;
void
service(rwsf::ServletRequest & req,
    rwsf::ServletResponse & res) = 0;


Previous fileTop of DocumentContentsIndex pageNext file

© Copyright Rogue Wave Software, Inc. All Rights Reserved. All Rights Reserved. Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. HydraExpress is a trademark of Rogue Wave Software, Inc. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.