comparison 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
comparison
equal deleted inserted replaced
10:e773d0952613 11:f3b3bbd227b8
632 632
633 if (options.containsKey("httpproxy")) 633 if (options.containsKey("httpproxy"))
634 httpproxy = options.get("httpproxy"); 634 httpproxy = options.get("httpproxy");
635 } 635 }
636 636
637 /**
638 * @return protocol part of the URI
639 */
637 public static String getProtocolName() { 640 public static String getProtocolName() {
638 return PROTOCOL; 641 return PROTOCOL;
639 } 642 }
640 643
641 @Override 644 @Override