class documentation

A buffering line only receiver.

Method connectionMade Create/clean data received on connection.
Method lineReceived Save received data.
Constant MAX_LENGTH Undocumented
Class Variable delimiter Undocumented
Instance Variable received Undocumented

Inherited from LineOnlyReceiver:

Method dataReceived Translates bytes into lines, and calls lineReceived.
Method lineLengthExceeded Called when the maximum line length has been reached. Override if it needs to be dealt with in some special way.
Method sendLine Sends a line to the other end of the connection.
Instance Variable _buffer Undocumented

Inherited from Protocol (via LineOnlyReceiver):

Method connectionLost Called when the connection is shut down.
Method logPrefix Return a prefix matching the class name, to identify log messages related to this protocol instance.
Class Variable factory Undocumented

Inherited from BaseProtocol (via LineOnlyReceiver, Protocol):

Method makeConnection Make a connection to a transport and a server.
Instance Variable connected Undocumented
Instance Variable transport Undocumented
def connectionMade(self): (source)
def lineReceived(self, line): (source)
received: list = (source)

Undocumented