t.w.c.f.FastCGIChannelRequest(cgi.BaseCGIChannelRequest) : class documentation

Part of twisted.web2.channel.fastcgi View Source View In Hierarchy

No class docstring
Method packetReceived
Method fcgi_get_values Undocumented
Method fcgi_unknown_type Undocumented
Method fcgi_begin_request Undocumented
Method fcgi_abort_request Undocumented
Method fcgi_params Undocumented
Method fcgi_stdin Undocumented
Method fcgi_data Undocumented
Method write Undocumented
Method writeHeaders Undocumented
Method finish Undocumented
Method writePacket Undocumented
Method dataReceived Called whenever data is received.
Method pauseProducing Undocumented
Method resumeProducing Undocumented
Method stopProducing Undocumented

Inherited from BaseCGIChannelRequest:

Method makeRequest Undocumented
Method writeIntermediateResponse Ignore, CGI doesn't support.
Method getHostInfo Undocumented
Method getRemoteHost Undocumented
Method abortConnection Undocumented
Method registerProducer Undocumented
Method unregisterProducer Undocumented
Method writeConnectionLost Notification of the write connection being closed.
Method readConnectionLost Notification of the read connection being closed.

Inherited from Protocol (via BaseCGIChannelRequest):

Method connectionLost Called when the connection is shut down.

Inherited from BaseProtocol (via BaseCGIChannelRequest, Protocol):

Method makeConnection Make a connection to a transport and a server.
Method connectionMade Called when a connection is made.
def packetReceived(self, packet): (source)
Parameterspacketinstance of fastcgi.Record.
RaisesFastCGIError on invalid version or where the type does not exist in funName
def fcgi_get_values(self, packet): (source)
Undocumented
def fcgi_unknown_type(self, packet): (source)
Undocumented
def fcgi_begin_request(self, packet): (source)
Undocumented
def fcgi_abort_request(self, packet): (source)
Undocumented
def fcgi_params(self, packet): (source)
Undocumented
def fcgi_stdin(self, packet): (source)
Undocumented
def fcgi_data(self, packet): (source)
Undocumented
def write(self, data): (source)
Undocumented
def writeHeaders(self, code, headers): (source)
Undocumented
def finish(self): (source)
Undocumented
def writePacket(self, packet): (source)
Undocumented
def dataReceived(self, recd): (source)

Called whenever data is received.

Use this method to translate to a higher-level message. Usually, some callback will be made upon the receipt of each complete protocol message.
Parametersdataa string of indeterminate length. Please keep in mind that you will probably need to buffer some data, as partial (or multiple) protocol messages may be received! I recommend that unit tests for protocols call through to this method with differing chunk sizes, down to one byte at a time.
def pauseProducing(self): (source)
Undocumented
def resumeProducing(self): (source)
Undocumented
def stopProducing(self): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:07:41.