This module shouldn't be accessed directly. The classes defined here should be imported from bzrlib.smart.
| Class | RemoteTransport | Connection to a smart server. |
| Class | RemoteTCPTransport | Connection to smart server over plain tcp. |
| Class | RemoteTCPTransportV2Only | Connection to smart server over plain tcp with the client hard-coded to |
| Class | RemoteSSHTransport | Connection to smart server over SSH. |
| Class | RemoteHTTPTransport | Just a way to connect between a bzr+http:// url and http://. |
| Class | HintingSSHTransport | Simple transport that handles ssh:// and points out bzr+ssh://. |
| Function | get_test_permutations | Return (transport, server) permutations for testing. |
| Class | _SmartStat | Undocumented |