interface documentation

class twisted.internet.interfaces.IStreamServerEndpoint(Interface): (source)

Known implementations: twisted.internet.endpoints._TCPServerEndpoint, twisted.internet.endpoints._WrapperServerEndpoint, twisted.internet.endpoints.AdoptedStreamServerEndpoint, twisted.internet.endpoints.SSL4ServerEndpoint, twisted.internet.endpoints.StandardIOEndpoint, twisted.internet.endpoints.UNIXServerEndpoint

View In Hierarchy

A stream server endpoint is a place that a Factory can listen for incoming connections.

Present Since10.1
Method listen Listen with protocolFactory at the location specified by this IStreamServerEndpoint provider.
def listen(protocolFactory): (source)

Listen with protocolFactory at the location specified by this IStreamServerEndpoint provider.

ParametersprotocolFactoryA provider of IProtocolFactory (type: IProtocolFactory)
ReturnsA Deferred that results in an IListeningPort or an CannotListenError (type: Deferred)
API Documentation for Twisted, generated by pydoctor 20.12.1 at 2021-02-28 19:53:36.