##// END OF EJS Templates
wireproto: add a _calltwowaystream method on wirepeer...
Pierre-Yves David -
r21072:0879352d default
parent child Browse files
Show More
@@ -415,6 +415,13 b' class wirepeer(peer.peerrepository):'
415 415 """
416 416 raise NotImplementedError()
417 417
418 def _calltwowaystream(self, cmd, fp, **args):
419 """execute <cmd> on server
420
421 The command will send a stream to the server and get a stream in reply.
422 """
423 raise NotImplementedError()
424
418 425 def _abort(self, exception):
419 426 """clearly abort the wire protocol connection and raise the exception
420 427 """
General Comments 0
You need to be logged in to leave comments. Login now