Version 0.1
A very serious, industrial web framework in Tcl
 All Data Structures Namespaces Files Functions Variables Pages
Public Member Functions | Static Public Attributes
tanzer::forwarder Class Reference
Inheritance diagram for tanzer::forwarder:
tanzer::cgi::handler tanzer::http::handler tanzer::scgi::handler

Public Member Functions

 constructor args
 
 cleanup session
 
 open session
 
 close session
 
 pipe in sock session
 

Static Public Attributes

 defaultStatus
 

Constructor & Destructor Documentation

tanzer::forwarder::constructor   args  

The HTTP request forwarding base interface class.

Member Function Documentation

tanzer::forwarder::cleanup   session  

A method to be implemented by any request forwarder class that allows one to clean up any state specific to that request forwarder.

tanzer::forwarder::close   session  

Clean up any state associated with $session, and allow the session handler to yield yield to the next incoming request.

tanzer::forwarder::open   session  

A method to be implemented by any request forwarder class that allows one to open any resources involved in servicing the current request for $session.

tanzer::forwarder::pipe   in sock session  

Pipe all remaining data from channel $in to client socket $sock, and yield $session to handle the next request.

Field Documentation

tanzer::forwarder::defaultStatus
static

The default status to use when parsing and relaying incoming HTTP messages for forwarding. Default value is 500.


The documentation for this class was generated from the following file: