Mercurial > 510Connectbot
comparison src/com/five_ten_sg/connectbot/transport/TN5250.java @ 51:8c6de858bb73 tn5250
start tn5250 integration
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Wed, 11 Jun 2014 11:54:52 -0700 |
parents | 2cd3d8091e37 |
children | 0e3fc85d0586 |
comparison
equal
deleted
inserted
replaced
50:2cd3d8091e37 | 51:8c6de858bb73 |
---|---|
554 } | 554 } |
555 catch (IOException e) { | 555 catch (IOException e) { |
556 Log.e(TAG, "Problem while trying to handle an onKey() event", e); | 556 Log.e(TAG, "Problem while trying to handle an onKey() event", e); |
557 | 557 |
558 try { | 558 try { |
559 bridge.transport.flush(); | 559 flush(); |
560 } | 560 } |
561 catch (IOException ioe) { | 561 catch (IOException ioe) { |
562 Log.d(TAG, "Our transport was closed, dispatching disconnect event"); | 562 Log.d(TAG, "Our transport was closed, dispatching disconnect event"); |
563 bridge.dispatchDisconnect(false); | 563 bridge.dispatchDisconnect(false); |
564 } | 564 } |