Part of twisted.internet.interfaces View Source View In Hierarchy
Known implementations: twisted.internet.endpoints.SSL4ServerEndpoint, twisted.internet.endpoints.TCP4ServerEndpoint, twisted.internet.endpoints.UNIXServerEndpoint
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 |