Part of twisted.web.client View Source View In Hierarchy
Instance Variables | _webContext | A web context factory which accepts a hostname and port number to its
getContext method.
|
_hostname | The hostname which will be passed to
_webContext.getContext .
| |
_port | The port number which will be passed to
_webContext.getContext .
|
Method | __init__ | Undocumented |
Method | getContext | Called the wrapped web context factory's getContext method
with a hostname and port number and return the resulting context
object.
|
getContext
method
with a hostname and port number and return the resulting context
object.