interface documentation

class INonQueuedRequestFactory(Interface): (source)

View In Hierarchy

A factory of IRequest objects that does not take a ``queued`` parameter.

Method __call__ Create an IRequest that is operating on the given channel. There must only be one IRequest object processing at any given time on a channel.
def __call__(channel): (source)

Create an IRequest that is operating on the given channel. There must only be one IRequest object processing at any given time on a channel.

ParameterschannelA twisted.web.http.HTTPChannel object. (type: twisted.web.http.HTTPChannel)
ReturnsA request object. (type: IRequest)
API Documentation for Twisted, generated by pydoctor 21.2.0 at 2021-02-28 21:00:42.