Part of bzrlib.smart.medium View In Hierarchy
Note that this class will assume it "owns" the socket, so it will close it when its disconnect method is called.
Method | __init__ | Undocumented |
Method | _ensure_connection | Connect this medium if not already connected. |
Inherited from SmartClientSocketMedium:
Method | disconnect | See SmartClientMedium.disconnect(). |
Method | _accept_bytes | See SmartClientMedium.accept_bytes. |
Method | _flush | See SmartClientStreamMedium._flush(). |
Method | _read_bytes | See SmartClientMedium.read_bytes. |
Inherited from SmartClientStreamMedium (via SmartClientSocketMedium):
Method | accept_bytes | Undocumented |
Method | __del__ | The SmartClientStreamMedium knows how to close the stream when it is |
Method | get_request | See SmartClientMedium.get_request(). |
Inherited from SmartClientMedium (via SmartClientSocketMedium, SmartClientStreamMedium):
Method | protocol_version | Find out if 'hello' smart request works. |
Method | should_probe | Should RemoteBzrDirFormat.probe_transport send a smart request on |
Method | remote_path_from_transport | Convert transport into a path suitable for using in a request. |
Method | _is_remote_before | Is it possible the remote side supports RPCs for a given version? |
Method | _remember_remote_is_before | Tell this medium that the remote side is older the given version. |
Inherited from SmartMedium (via SmartClientSocketMedium, SmartClientStreamMedium, SmartClientMedium):
Method | read_bytes | Read some bytes from this medium. |
Method | _push_back | Return unused bytes to the medium, because they belong to the next |
Method | _get_push_back_buffer | Undocumented |
Method | _get_line | Read bytes from this request's response until a newline byte. |
Method | _report_activity | Notify that this medium has activity. |