Home | History | Annotate | Download | only in codereview

Lines Matching refs:AbstractRpcServer

2761 class AbstractRpcServer(object):
2972 class HttpRpcServer(AbstractRpcServer):
3020 """Returns an instance of an AbstractRpcServer.
3023 A new AbstractRpcServer, on which RPC calls can be made.