twisted.protocols.amp.IBoxSender(Interface) interface documentationtwisted.protocols.amp
(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. |
Send an AmpBox.
| Raises | ProtocolSwitched | if the underlying protocol has been switched. |
| ConnectionLost | if the underlying connection has already been lost. |
An unhandled error occurred in response to a box. Log it appropriately.
| Parameters | failure | a Failure
describing the error that occurred. |