Part of twisted.internet.interfaces View Source View In Hierarchy
Factory
can
listen for incoming connections.Present Since | 10.1 |
Method | listen | Listen with protocolFactory at the location specified by
this IStreamServerEndpoint
provider. |
protocolFactory
at the location specified by
this IStreamServerEndpoint
provider.Parameters | protocolFactory | A provider of IProtocolFactory |
Returns | A Deferred
that results in an IListeningPort
or an CannotListenError |