public interface FileTransferNegotiator
extends tigase.jaxmpp.core.client.xmpp.modules.ContextAware
| Modifier and Type | Interface and Description |
|---|---|
static interface |
FileTransferNegotiator.NegotiationFailureHandler |
static interface |
FileTransferNegotiator.NegotiationRejectHandler |
static interface |
FileTransferNegotiator.NegotiationRequestHandler |
static interface |
FileTransferNegotiator.NegotiationSuccessHandler |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptFile(tigase.jaxmpp.core.client.JaxmppCore jaxmpp,
tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransfer ft) |
String[] |
getFeatures() |
boolean |
isSupported(tigase.jaxmpp.core.client.JaxmppCore jaxmpp,
tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransfer ft) |
void |
registerListeners(tigase.jaxmpp.core.client.JaxmppCore jaxmpp) |
void |
rejectFile(tigase.jaxmpp.core.client.JaxmppCore jaxmpp,
tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransfer ft) |
void |
sendFile(tigase.jaxmpp.core.client.JaxmppCore jaxmpp,
tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransfer ft) |
void |
unregisterListeners(tigase.jaxmpp.core.client.JaxmppCore jaxmpp) |
void acceptFile(tigase.jaxmpp.core.client.JaxmppCore jaxmpp,
tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransfer ft)
throws tigase.jaxmpp.core.client.exceptions.JaxmppException
tigase.jaxmpp.core.client.exceptions.JaxmppExceptionString[] getFeatures()
boolean isSupported(tigase.jaxmpp.core.client.JaxmppCore jaxmpp,
tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransfer ft)
void registerListeners(tigase.jaxmpp.core.client.JaxmppCore jaxmpp)
void rejectFile(tigase.jaxmpp.core.client.JaxmppCore jaxmpp,
tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransfer ft)
throws tigase.jaxmpp.core.client.exceptions.JaxmppException
tigase.jaxmpp.core.client.exceptions.JaxmppExceptionvoid sendFile(tigase.jaxmpp.core.client.JaxmppCore jaxmpp,
tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransfer ft)
throws tigase.jaxmpp.core.client.exceptions.JaxmppException
tigase.jaxmpp.core.client.exceptions.JaxmppExceptionvoid unregisterListeners(tigase.jaxmpp.core.client.JaxmppCore jaxmpp)
Copyright © 2006–2022 Tigase. All rights reserved.