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