class documentation
class BrowserLikePolicyForHTTPS: (source)
Constructor: BrowserLikePolicyForHTTPS(trustRoot)
Implements interfaces: twisted.web.iweb.IPolicyForHTTPS
SSL connection creator for web clients.
| Method | __init__ |
Undocumented |
| Method | creator |
Create a client connection creator for a given network location. |
| Instance Variable | _trust |
Undocumented |
Create a client connection creator for a given network location.
| Parameters | |
hostname:bytes | The hostname part of the URI. |
port:int | The port part of the URI. |
| Returns | |
client connection creator | a connection creator with appropriate verification restrictions set |