Part of twisted.web.client View Source View In Hierarchy
| 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. |
| Instance Variable | _webContext | A web context factory which accepts a hostname and port number to its
getContext method. |
| Instance Variable | _hostname | The hostname which will be passed to _webContext.getContext. |
| Instance Variable | _port | The port number which will be passed to
_webContext.getContext. |
getContext method.
getContext method
with a hostname and port number and return the resulting context
object.