Table of Contents

Class: PCGIChannel Zope-2.2.1-src/ZServer/PCGIServer.py

Processes a PCGI request by collecting the env and stdin and then passing them to ZPublisher. The result is wrapped in a producer and sent back.

Base Classes   
asynchat.async_chat
Methods   
__init__
__repr__
close
collect_incoming_data
found_terminator
log_request
push
readable
send_response
  __init__ 
__init__ (
        self,
        server,
        sock,
        addr,
        )

  __repr__ 
__repr__ ( self )

  close 
close ( self )

  collect_incoming_data 
collect_incoming_data ( self,  data )

  found_terminator 
found_terminator ( self )

  log_request 
log_request ( self,  bytes )

  push 
push (
        self,
        producer,
        send=1,
        )

  readable 
readable ( self )

  send_response 
send_response ( self )


Table of Contents

This document was automatically generated on Mon Sep 4 07:33:06 2000 by HappyDoc version r0_6