class documentation
class _WrapperEndpoint: (source)
Constructor: _WrapperEndpoint(wrappedEndpoint, wrapperFactory)
Implements interfaces: twisted.internet.interfaces.IStreamClientEndpoint
An endpoint that wraps another endpoint.
| Method | __init__ |
Construct a _WrapperEndpoint. |
| Method | connect |
Connect the given protocol factory and unwrap its result. |
| Instance Variable | _wrapped |
Undocumented |
| Instance Variable | _wrapper |
Undocumented |