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 2017-02-11 20:06:04.