Package ldaptor :: Package test :: Module mockweb :: Class HTTPClientFactory_noCookies
[hide private]
[frames] | no frames]

Class HTTPClientFactory_noCookies

source code

  twisted.internet.protocol.Factory --+        
                                      |        
twisted.internet.protocol.ClientFactory --+    
                                          |    
       twisted.web.client.HTTPClientFactory --+
                                              |
                                             HTTPClientFactory_noCookies

Nested Classes [hide private]

Inherited from twisted.web.client.HTTPClientFactory: protocol

Instance Methods [hide private]
 
gotHeaders(self, headers) source code

Inherited from twisted.web.client.HTTPClientFactory: __init__, __repr__, buildProtocol, clientConnectionFailed, gotStatus, noPage, page, setURL

Inherited from twisted.web.client.HTTPClientFactory (private): _cancelTimeout

Inherited from twisted.internet.protocol.ClientFactory: clientConnectionLost, startedConnecting

Inherited from twisted.internet.protocol.Factory: __providedBy__, doStart, doStop, startFactory, stopFactory

Class Variables [hide private]

Inherited from twisted.web.client.HTTPClientFactory: host, path, port, scheme, url

Inherited from twisted.internet.protocol.Factory: __implemented__, __provides__, noisy, numPorts

Instance Variables [hide private]

Inherited from twisted.web.client.HTTPClientFactory: afterFoundGet, deferred, message, method, redirectLimit, response_headers, status, version

Inherited from twisted.web.client.HTTPClientFactory (private): _redirectCount

Method Details [hide private]

gotHeaders(self, headers)

source code 
Overrides: twisted.web.client.HTTPClientFactory.gotHeaders