class documentation

class LocalWorkerTransport: (source)

Constructor: LocalWorkerTransport(transport)

Implements interfaces: twisted.internet.interfaces.ITransport

View In Hierarchy

A stub transport implementation used to support AMP over a ProcessProtocol transport.

Method __init__ Undocumented
Method getHost Return a LocalWorkerAddress instance.
Method getPeer Return a LocalWorkerAddress instance.
Method loseConnection Closes the transport.
Method write Forward data to transport.
Method writeSequence Emulate writeSequence by iterating data in the sequence.
Instance Variable _transport Undocumented
def __init__(self, transport): (source)

Undocumented

def loseConnection(self): (source)

Closes the transport.

def write(self, data): (source)

Forward data to transport.

def writeSequence(self, sequence): (source)

Emulate writeSequence by iterating data in the sequence.

_transport = (source)

Undocumented