org.jivesoftware.smackx.filetransfer
Class OutgoingFileTransfer.NegotiationProgress
java.lang.Object
org.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OutgoingFileTransfer.NegotiationProgress
public OutgoingFileTransfer.NegotiationProgress()
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.
Copyright © 2003 Jive Software.