twisted.trial._dist.worker.LocalWorkerTransport(object) class documentationtwisted.trial._dist.worker
(View In Hierarchy)
Implements interfaces: twisted.internet.interfaces.ITransport
A stub transport implementation used to support AMP over a ProcessProtocol
transport.
| Method | __init__ | Undocumented | 
| Method | write | Forward data to transport. | 
| Method | writeSequence | Emulate writeSequenceby iterating data in thesequence. | 
| Method | loseConnection | Closes the transport. | 
| Method | getHost | Return a LocalWorkerAddressinstance. | 
| Method | getPeer | Return a LocalWorkerAddressinstance. |