class documentation

Smart protocol command handler base class.

Method __init__ Initialize a Handler.
Method handle Handle a request.
Instance Variable backend Undocumented
Instance Variable proto Undocumented
Instance Variable stateless_rpc Undocumented
def __init__(self, backend: Backend, proto: Protocol, stateless_rpc: bool = False):

Initialize a Handler.

Parameters
backend:BackendBackend instance for repository access
proto:ProtocolProtocol instance for communication
stateless_rpc:boolWhether this is a stateless RPC session
backend =

Undocumented

proto =

Undocumented

stateless_rpc =

Undocumented