Mercurial > 510Connectbot
comparison src/org/tn5250j/framework/tn5250/DataStreamProducer.java @ 72:8181cb01c64d tn5250
use 5250 encryption config entry
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Fri, 13 Jun 2014 19:15:26 -0700 |
parents | 294435151b0c |
children | 16e023784917 |
comparison
equal
deleted
inserted
replaced
71:7ae9b0c382ec | 72:8181cb01c64d |
---|---|
9 import java.io.IOException; | 9 import java.io.IOException; |
10 import java.net.SocketException; | 10 import java.net.SocketException; |
11 import java.util.concurrent.BlockingQueue; | 11 import java.util.concurrent.BlockingQueue; |
12 | 12 |
13 import org.tn5250j.encoding.ICodePage; | 13 import org.tn5250j.encoding.ICodePage; |
14 | |
14 import android.util.Log; | 15 import android.util.Log; |
16 | |
17 import de.mud.terminal.vt320; | |
15 | 18 |
16 | 19 |
17 public class DataStreamProducer implements Runnable { | 20 public class DataStreamProducer implements Runnable { |
18 private static final String TAG = "DataStreamProducer"; | 21 private static final String TAG = "DataStreamProducer"; |
19 private tnvt vt; | 22 private tnvt vt; |