Package caldavclientlibrary :: Package protocol :: Package webdav :: Module session :: Class Session
[hide private]
[frames] | no frames]

Class Session

source code

          object --+    
                   |    
http.session.Session --+
                       |
                      Session
Known Subclasses:

Instance Methods [hide private]
 
__init__(self, server, port=None, ssl=False, log=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
initialise(self, host, base_uri) source code
 
addVersion(self, token) source code
 
hasDAVVersion(self, version) source code
 
hasDAV(self) source code
 
hasDAVLocking(self) source code
 
hasDAVACL(self) source code
 
getAuthorizor(self, first_time, www_authenticate) source code
 
setServerType(self, type) source code
 
setServerDescriptor(self, txt) source code
 
setServerCapability(self, txt) source code

Inherited from http.session.Session: addHeaders, closeConnection, closeSession, displayHTTPError, doRequest, getAuthorization, handleHTTPError, hasAuthorization, isConnectionOpen, needConnection, openConnection, openSession, runSession, sendRequest, setServer

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]

Inherited from http.session.Session: STATE_CLOSED, STATE_OPEN

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, server, port=None, ssl=False, log=None)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)