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):
Undocumented
def write(self, data):

Forward data to transport.

def writeSequence(self, sequence):

Emulate writeSequence by iterating data in the sequence.

def loseConnection(self):

Closes the transport.

def getHost(self):
def getPeer(self):
API Documentation for twisted, generated by pydoctor at 2020-03-25 17:34:30.