public abstract class FileTransferNegotiatorAbstract extends Object implements FileTransferNegotiator
FileTransferNegotiator.NegotiationFailureHandler, FileTransferNegotiator.NegotiationRejectHandler, FileTransferNegotiator.NegotiationRequestHandler, FileTransferNegotiator.NegotiationSuccessHandler| Modifier and Type | Field and Description |
|---|---|
protected tigase.jaxmpp.core.client.Context |
context |
protected FileTransferManager |
ftManager |
| Constructor and Description |
|---|
FileTransferNegotiatorAbstract() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
fireOnFailure(tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransfer ft,
Throwable ex) |
protected void |
fireOnReject(tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransfer ft) |
protected void |
fireOnRequest(tigase.jaxmpp.core.client.SessionObject sessionObject,
FileTransfer fileTransfer) |
protected void |
fireOnSuccess(tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransfer ft) |
void |
setContext(tigase.jaxmpp.core.client.Context context) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitacceptFile, getFeatures, isSupported, registerListeners, rejectFile, sendFile, unregisterListenersprotected tigase.jaxmpp.core.client.Context context
protected FileTransferManager ftManager
protected void fireOnFailure(tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransfer ft,
Throwable ex)
protected void fireOnReject(tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransfer ft)
protected void fireOnRequest(tigase.jaxmpp.core.client.SessionObject sessionObject,
FileTransfer fileTransfer)
protected void fireOnSuccess(tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransfer ft)
public void setContext(tigase.jaxmpp.core.client.Context context)
setContext in interface tigase.jaxmpp.core.client.xmpp.modules.ContextAwareCopyright © 2006–2017 Tigase. All rights reserved.