class twisted.protocols.amp.IBoxSender(Interface): (source)
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. |