class documentation
class LoopbackRelay(loopback.LoopbackRelay):
Constructor: LoopbackRelay(target, logFile)
Undocumented
Method | log |
Undocumented |
Method | write |
Write some data to the physical connection, in sequence, in a non-blocking fashion. |
Instance Variable | clear |
Undocumented |
Method | _clear |
Undocumented |
Inherited from LoopbackRelay
:
Method | __init__ |
Undocumented |
Method | clear |
Undocumented |
Method | get |
Similar to getPeer, but returns an address describing this side of the connection. |
Method | get |
Get the remote address of this connection. |
Method | lose |
Close my connection, after writing all pending data. |
Method | register |
Register to receive data from a producer. |
Method | unregister |
Stop consuming data from a producer, without disconnecting. |
Method | write |
Write an iterable of byte strings to the physical connection. |
Class Variable | disconnecting |
Undocumented |
Instance Variable | buffer |
Undocumented |
Instance Variable | log |
Undocumented |
Instance Variable | producer |
Undocumented |
Instance Variable | should |
Undocumented |
Instance Variable | target |
Undocumented |