Interface OutgoingFileTransfer.NegotiationProgress

    • Method Detail

      • outputStreamEstablished

        void outputStreamEstablished​(java.io.OutputStream stream)
        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

        void errorEstablishingStream​(java.lang.Exception e)
        Called when an exception occurs during the negotiation progress.
        Parameters:
        e - the exception that occurred.