public interface FileTransferNegotiator
extends tigase.jaxmpp.core.client.xmpp.modules.ObservableAware
| Modifier and Type | Field and Description |
|---|---|
static tigase.jaxmpp.core.client.observer.EventType |
NEGOTIATION_FAILURE |
static tigase.jaxmpp.core.client.observer.EventType |
NEGOTIATION_REJECTED |
static tigase.jaxmpp.core.client.observer.EventType |
NEGOTIATION_REQUEST |
static tigase.jaxmpp.core.client.observer.EventType |
NEGOTIATION_SUCCESS |
| 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) |
static final tigase.jaxmpp.core.client.observer.EventType NEGOTIATION_FAILURE
static final tigase.jaxmpp.core.client.observer.EventType NEGOTIATION_REJECTED
static final tigase.jaxmpp.core.client.observer.EventType NEGOTIATION_REQUEST
static final tigase.jaxmpp.core.client.observer.EventType NEGOTIATION_SUCCESS
String[] getFeatures()
boolean isSupported(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)
throws tigase.jaxmpp.core.client.exceptions.JaxmppException
tigase.jaxmpp.core.client.exceptions.JaxmppExceptionvoid 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.JaxmppExceptionvoid 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 registerListeners(tigase.jaxmpp.core.client.JaxmppCore jaxmpp)
void unregisterListeners(tigase.jaxmpp.core.client.JaxmppCore jaxmpp)
Copyright © 2006–2014 Tigase. All rights reserved.