Table of Contents
General stuff
- HTTP Module for CORBA http servlets
Interfaces
- HTTPStream Servel comunicate with web server (and users web browser) via this interface, during handling of request
- RequestHandler Application programmer must provide implementation of this interface
- Servlet Application programmer must provide implementation for this interface and bind it to "HTTPServ/Name" in Naming Service
Functions
Variables
Enums, Unions, Structs
- AccessDenied raised by create_handler(), when ClientInfo::ip or ClientInfo::hostname or ServerInfo::hostname or ServerInfo::port have no access to this servlet or handler
- BinaryParameter used for passing binary parameters from users forms
- ClientInfo what we know about client:
- ExternalException Can be raised by user servlets code
- NoSuchHandlerException throwed by servlet when we try to call unexistent handler
- Parameter used for passing parameters from users forms
- Redirect throwed from Servlet::create_handler or handler::run to redirect request to other URL
- ReplyHeaderInfo Information about reply header in one package
- RequestInfo this struct describe user request
- RequireAuthInfo raised by create_handler(), when user login and password required
- ServerInfo what we know about web server
- StreamClosedException raised by web server, when user output stream is cancelled
Typedefs
This page was generated with the help of DOC++.