Interface OutgoingFileTransfer.NegotiationProgress

Enclosing class:
OutgoingFileTransfer

A callback class to retrieve the status of an outgoing transfer negotiation process.
  • Method Details

    • statusUpdated

      Called when the status changes.
      Parameters:
      oldStatus - the previous status of the file transfer.
      newStatus - the new status of the file transfer.
    • outputStreamEstablished

      Once the negotiation process is completed the output stream can be retrieved.
      Parameters:
      stream - the established stream which can be used to transfer the file to the remote entity
    • errorEstablishingStream

      Called when an exception occurs during the negotiation progress.
      Parameters:
      e - the exception that occurred.