MCPcopy Create free account
hub / github.com/akeranen/the-one / transferAborted

Method transferAborted

routing/ActiveRouter.java:640–640  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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

Callers 1

updateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected