320
320
self._command = command(self._backing_transport)
321
321
self._run_handler_code(self._command.execute, args, {})
327
323
def prefixed_body_received(self, body_bytes):
328
324
"""No more body data will be received."""
329
325
self._run_handler_code(self._command.do_body, (body_bytes,), {})