class TunnelingTCP4ClientEndpoint(TCP4ClientEndpoint):
Method | __init__ |
Undocumented |
Method | connect |
Undocumented |
Method | connectFailed |
Propagates the errback to the appropriate deferred. |
Method | processProxyResponse |
Processes the response from the proxy. If the tunnel is successfully created, notifies the client that we are ready to send requests. If not raises a TunnelError. |
Method | requestTunnel |
Asks the proxy to open a tunnel. |
Class Variable | _responseMatcher |
Undocumented |
Instance Variable | _connectBuffer |
Undocumented |
Instance Variable | _contextFactory |
Undocumented |
Instance Variable | _protocol |
Undocumented |
Instance Variable | _protocolDataReceived |
Undocumented |
Instance Variable | _protocolFactory |
Undocumented |
Instance Variable | _proxyAuthHeader |
Undocumented |
Instance Variable | _tunneledHost |
Undocumented |
Instance Variable | _tunneledPort |
Undocumented |
Instance Variable | _tunnelReadyDeferred |
Undocumented |
Undocumented