Smack

org.jivesoftware.smackx.filetransfer
Class OutgoingFileTransfer.NegotiationProgress

java.lang.Object
  extended byorg.jivesoftware.smackx.filetransfer.OutgoingFileTransfer.NegotiationProgress
Enclosing class:
OutgoingFileTransfer

public static class OutgoingFileTransfer.NegotiationProgress
extends Object

A callback class to retrive the status of an outgoing transfer negotiation process.

Author:
Alexander Wenckus

Constructor Summary
OutgoingFileTransfer.NegotiationProgress()
           
 
Method Summary
 OutputStream getOutputStream()
          Once the negotiation process is completed the output stream can be retrieved.
 FileTransfer.Status getStatus()
          Returns the current status of the negotiation process.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutgoingFileTransfer.NegotiationProgress

public OutgoingFileTransfer.NegotiationProgress()
Method Detail

getStatus

public FileTransfer.Status getStatus()
Returns the current status of the negotiation process.

Returns:
Returns the current status of the negotiation process.

getOutputStream

public OutputStream getOutputStream()
Once the negotiation process is completed the output stream can be retrieved.

Returns:
Once the negotiation process is completed the output stream can be retrieved.

Smack

Copyright © 2003 Jive Software.