Mercurial > 510Connectbot
comparison src/com/five_ten_sg/connectbot/transport/Telnet.java @ 13:b39bcf616a6f tn5250
adding tn5250 files
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 22 May 2014 18:56:41 -0700 |
parents | 6aaefb22d876 |
children | 139394237973 |
comparison
equal
deleted
inserted
replaced
12:6aaefb22d876 | 13:b39bcf616a6f |
---|---|
35 import com.five_ten_sg.connectbot.util.HostDatabase; | 35 import com.five_ten_sg.connectbot.util.HostDatabase; |
36 | 36 |
37 import android.content.Context; | 37 import android.content.Context; |
38 import android.net.Uri; | 38 import android.net.Uri; |
39 import android.util.Log; | 39 import android.util.Log; |
40 | |
40 import de.mud.telnet.TelnetProtocolHandler; | 41 import de.mud.telnet.TelnetProtocolHandler; |
42 | |
41 | 43 |
42 /** | 44 /** |
43 * Telnet transport implementation.<br/> | 45 * Telnet transport implementation.<br/> |
44 * Original idea from the JTA telnet package (de.mud.telnet) | 46 * Original idea from the JTA telnet package (de.mud.telnet) |
45 * | 47 * |