Method is called just before a transfer is aborted at #update() due connection going down. This happens on the sending host. Subclasses that are interested of the event may want to override this. @param con The connection whose transfer was aborted
(Connection con)
| 638 | * @param con The connection whose transfer was aborted |
| 639 | */ |
| 640 | protected void transferAborted(Connection con) { } |
| 641 | |
| 642 | /** |
| 643 | * Method is called just before a transfer is finalized |