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

Class MyHTTPPageGetter

source code

twisted.internet.protocol.BaseProtocol --+                
                                         |                
        twisted.internet.protocol.Protocol --+            
                                             |            
   twisted.protocols.basic._PauseableMixin --+            
                                             |            
          twisted.protocols.basic.LineReceiver --+        
                                                 |        
                       twisted.web.http.HTTPClient --+    
                                                     |    
                     twisted.web.client.HTTPPageGetter --+
                                                         |
                                                        MyHTTPPageGetter

Instance Methods [hide private]
 
handleStatus_301(self) source code

Inherited from twisted.web.client.HTTPPageGetter: connectionLost, connectionMade, handleEndHeaders, handleHeader, handleResponse, handleStatus, handleStatusDefault, handleStatus_200, handleStatus_201, handleStatus_202, handleStatus_302, handleStatus_303, timeout

Inherited from twisted.web.http.HTTPClient: endHeaders, extractHeader, handleResponseEnd, handleResponsePart, lineReceived, rawDataReceived, sendCommand, sendHeader

Inherited from twisted.protocols.basic.LineReceiver: clearLineBuffer, dataReceived, lineLengthExceeded, sendLine, setLineMode, setRawMode

Inherited from twisted.internet.protocol.BaseProtocol: __providedBy__, makeConnection

Inherited from twisted.protocols.basic._PauseableMixin: pauseProducing, resumeProducing, stopProducing

Class Variables [hide private]

Inherited from twisted.web.client.HTTPPageGetter: failed, followRedirect, quietLoss

Inherited from twisted.protocols.basic.LineReceiver: MAX_LENGTH, delimiter, line_mode

Inherited from twisted.internet.protocol.Protocol: __implemented__, __provides__

Inherited from twisted.internet.protocol.BaseProtocol: connected, transport

Inherited from twisted.protocols.basic._PauseableMixin: paused

Instance Variables [hide private]

Inherited from twisted.web.http.HTTPClient: firstLine, length

Inherited from twisted.web.http.HTTPClient (private): _header

Method Details [hide private]

handleStatus_301(self)

source code 
Overrides: twisted.web.client.HTTPPageGetter.handleStatus_301