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):

Send an AmpBox.

RaisesProtocolSwitchedif the underlying protocol has been switched.
ConnectionLostif the underlying connection has already been lost.
def unhandledError(failure):

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 2020-03-25 17:34:30.