class IBoxSender(Interface): (source)
Known implementations: twisted.protocols.amp.BinaryBoxProtocol
AmpBox objects.| Method | send​Box |
Send an AmpBox. |
| Method | unhandled​Error |
An unhandled error occurred in response to a box. Log it appropriately. |
AmpBox.| Raises | |
ProtocolSwitched | if the underlying protocol has been switched. |
ConnectionLost | if the underlying connection has already been lost. |