class documentation

class _HTTPBinServerProcessProtocol(basic.LineOnlyReceiver): (source)

View In Hierarchy

Manage the lifecycle of an ``httpbin`` process.

Method __init__ Manage the lifecycle of an ``httpbin`` process.
Method connectionLost Undocumented
Method lineReceived Undocumented
Class Variable delimiter Undocumented
Instance Variable _all_data_received Undocumented
Instance Variable _received Undocumented
Instance Variable _terminated Undocumented
def __init__(self, all_data_received, terminated): (source)

Manage the lifecycle of an ``httpbin`` process. :param all_data_received: A Deferred that will be called back with an :py:class:`_HTTPBinDescription` object :type all_data_received: :py:class:`Deferred` :param terminated: A Deferred that will be called back when the process has ended. :type terminated: :py:class:`Deferred`

def connectionLost(self, reason): (source)

Undocumented

def lineReceived(self, line): (source)

Undocumented

delimiter: bytes = (source)

Undocumented

_all_data_received = (source)

Undocumented

_received: bool = (source)

Undocumented

_terminated = (source)

Undocumented