t.t._.w.LocalWorkerTransport(object) : class documentation

Part of twisted.trial._dist.worker View Source 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 writeSequence by iterating data in the sequence.
Method loseConnection Closes the transport.
Method getHost Return a LocalWorkerAddress instance.
Method getPeer Return a LocalWorkerAddress instance.
def __init__(self, transport): (source)
Undocumented
def write(self, data): (source)
Forward data to transport.
def writeSequence(self, sequence): (source)
Emulate writeSequence by iterating data in the sequence.
def loseConnection(self): (source)
Closes the transport.
def getHost(self): (source)
Return a LocalWorkerAddress instance.
def getPeer(self): (source)
Return a LocalWorkerAddress instance.
API Documentation for Twisted, generated by pydoctor at 2013-11-08 22:07:30.