Mercurial > 510Connectbot
diff src/com/five_ten_sg/connectbot/transport/SSH.java @ 11:f3b3bbd227b8 tn5250
adding tn5250 files
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 22 May 2014 18:26:27 -0700 |
parents | 3b760b39962a |
children | 6aaefb22d876 |
line wrap: on
line diff
--- a/src/com/five_ten_sg/connectbot/transport/SSH.java Thu May 22 16:11:14 2014 -0700 +++ b/src/com/five_ten_sg/connectbot/transport/SSH.java Thu May 22 18:26:27 2014 -0700 @@ -634,6 +634,9 @@ httpproxy = options.get("httpproxy"); } + /** + * @return protocol part of the URI + */ public static String getProtocolName() { return PROTOCOL; }