class documentation

Undocumented

Method logPrefix Undocumented
Method write Write some data to the physical connection, in sequence, in a non-blocking fashion.
Instance Variable clearCall Undocumented
Method _clearBuffer Undocumented

Inherited from LoopbackRelay:

Method __init__ Undocumented
Method clearBuffer Undocumented
Method getHost Similar to getPeer, but returns an address describing this side of the connection.
Method getPeer Get the remote address of this connection.
Method loseConnection Close my connection, after writing all pending data.
Method registerProducer Register to receive data from a producer.
Method unregisterProducer Stop consuming data from a producer, without disconnecting.
Method writeSequence Write an iterable of byte strings to the physical connection.
Class Variable disconnecting Undocumented
Instance Variable buffer Undocumented
Instance Variable logFile Undocumented
Instance Variable producer Undocumented
Instance Variable shouldLose Undocumented
Instance Variable target Undocumented
def logPrefix(self):
def write(self, data):

Write some data to the physical connection, in sequence, in a non-blocking fashion.

If possible, make sure that it is all written. No data will ever be lost, although (obviously) the connection may be closed before it all gets through.

Parameters
dataThe data to write.
clearCall =

Undocumented

def _clearBuffer(self):

Undocumented