t.p.a.IBoxSender(Interface) : interface documentation

Part of twisted.protocols.amp View Source View In Hierarchy

Known implementations: twisted.protocols.amp.BinaryBoxProtocol

A transport which can send AmpBox objects.
Method sendBox Send an AmpBox.
Method unhandledError An unhandled error occurred in response to a box. Log it appropriately.
def sendBox(box): (source)
Send an AmpBox.
RaisesProtocolSwitchedif the underlying protocol has been switched.
ConnectionLostif the underlying connection has already been lost.
def unhandledError(failure): (source)
An unhandled error occurred in response to a box. Log it appropriately.
Parametersfailurea Failure describing the error that occurred.
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:27:37.