Home | Trees | Index | Help |
---|
Package twisted :: Package web :: Module client :: Class HTTPPageDownloader |
|
BaseProtocol
--+ |Protocol
--+ |LineReceiver
--+ |HTTPClient
--+ |HTTPPageGetter
--+ | HTTPPageDownloader
Method Summary | |
---|---|
(Deprecated) (inherited from Protocol )
| |
Called when the connection is shut down. (inherited from HTTPPageGetter )
| |
Called when a connection is made. (inherited from HTTPPageGetter )
| |
Protocol.dataReceived. (inherited from LineReceiver )
| |
endHeaders(self)
(inherited from HTTPClient )
| |
handleEndHeaders(self)
(inherited from HTTPPageGetter )
| |
handleHeader(self,
key,
value)
(inherited from HTTPPageGetter )
| |
handleResponse(self,
response)
(inherited from HTTPPageGetter )
| |
handleResponseEnd(self)
| |
handleResponsePart(self,
data)
| |
handleStatus(self,
version,
status,
message)
(inherited from HTTPPageGetter )
| |
handleStatus_200(self)
| |
handleStatus_301(self)
(inherited from HTTPPageGetter )
| |
handleStatus_302(self)
(inherited from HTTPPageGetter )
| |
handleStatusDefault(self)
(inherited from HTTPPageGetter )
| |
Called when the maximum line length has been reached. (inherited from LineReceiver )
| |
Override this for when each line is received. (inherited from HTTPClient )
| |
Make a connection to a transport and a server. (inherited from BaseProtocol )
| |
Override this for when raw data is received. (inherited from HTTPClient )
| |
sendCommand(self,
command,
path)
(inherited from HTTPClient )
| |
sendHeader(self,
name,
value)
(inherited from HTTPClient )
| |
Sends a line to the other end of the connection. (inherited from LineReceiver )
| |
Sets the line-mode of this receiver. (inherited from LineReceiver )
| |
Sets the raw mode of this receiver. (inherited from LineReceiver )
|
Class Variable Summary | |
---|---|
int |
transmittingPage
|
Class Variable Details |
---|
transmittingPage
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Sat Feb 15 21:19:27 2003 | http://epydoc.sf.net |