interface documentation

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

Present Since
10.1
Method listen Listen with protocolFactory at the location specified by this IStreamServerEndpoint provider.
def listen(protocolFactory: IProtocolFactory) -> Deferred[IListeningPort]: (source)

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

Parameters
protocolFactory:IProtocolFactoryA provider of IProtocolFactory
Returns
Deferred[IListeningPort]A Deferred that results in an IListeningPort or an CannotListenError