Part of twisted.trial._dist.worker View Source View In Hierarchy
Implements interfaces: twisted.internet.interfaces.ITransport
| Method | __init__ | Undocumented | 
| Method | write | Forward data to transport. | 
| Method | writeSequence | Emulate writeSequence by iterating data in the 
sequence. | 
  
| Method | loseConnection | Closes the transport. | 
| Method | getHost | Return a LocalWorkerAddress
instance. | 
  
| Method | getPeer | Return a LocalWorkerAddress
instance. | 
  
writeSequence by iterating data in the 
sequence.