class documentation
class ReceivePackHandler(PackHandler):
Known subclasses: dulwich.tests.compat.server_utils.NoSideBand64kReceivePackHandler
Protocol handler for downloading a pack from the client.
Class Method | capabilities |
Undocumented |
Method | __init__ |
Undocumented |
Method | handle |
Undocumented |
Instance Variable | advertise |
Undocumented |
Instance Variable | repo |
Undocumented |
Method | _apply |
Undocumented |
Method | _on |
Undocumented |
Method | _report |
Undocumented |
Inherited from PackHandler
:
Class Method | innocuous |
Undocumented |
Class Method | required |
Return a list of capabilities that we require the client to have. |
Method | has |
Undocumented |
Method | notify |
Undocumented |
Method | set |
Undocumented |
Instance Variable | _client |
Undocumented |
Instance Variable | _done |
Undocumented |
Inherited from Handler
(via PackHandler
):
Instance Variable | backend |
Undocumented |
Instance Variable | proto |
Undocumented |
Instance Variable | stateless |
Undocumented |