t.p.a.IBoxReceiver(Interface) : interface documentation

Part of twisted.protocols.amp View Source View In Hierarchy

Known implementations: twisted.protocols.amp.BoxDispatcher

An application object which can receive AmpBox objects and dispatch them appropriately.
Method startReceivingBoxes The ampBoxReceived method will start being called; boxes may be responded to by responding to the given IBoxSender.
Method ampBoxReceived A box was received from the transport; dispatch it appropriately.
Method stopReceivingBoxes No further boxes will be received on this connection.
def startReceivingBoxes(boxSender): (source)
The ampBoxReceived method will start being called; boxes may be responded to by responding to the given IBoxSender.
ParametersboxSenderan IBoxSender provider.
def ampBoxReceived(box): (source)
A box was received from the transport; dispatch it appropriately.
def stopReceivingBoxes(reason): (source)
No further boxes will be received on this connection.
API Documentation for Twisted, generated by pydoctor at 2013-11-08 22:07:30.