Part of bzrlib.smart.protocol View In Hierarchy
Known subclasses: bzrlib.smart.protocol.ProtocolThreeRequester, bzrlib.smart.protocol.SmartClientRequestProtocolOne
| Method | call | Make a remote call. |
| Method | call_with_body_bytes | Make a remote call with a body. |
| Method | call_with_body_readv_array | Make a remote call with a readv array. |
| Method | set_headers | Undocumented |
| Parameters | args | the arguments of this call. |
| Parameters | args | the arguments of this call. |
| body | the body to send with the request. (type: str) |
| Parameters | args | the arguments of this call. |
| body | the readv ranges to send with this request. (type: iterable of (start, length) tuples.) |