twisted.internet.interfaces.IStreamServerEndpoint.listen(protocolFactory) method documentationtwisted.internet.interfaces.IStreamServerEndpoint
          View Source
          
        
      Listen with protocolFactory at the location specified by 
this IStreamServerEndpoint
provider.
| Parameters | protocolFactory | A provider of IProtocolFactory | 
| Returns | A Deferredthat results in anIListeningPortor anCannotListenError | |