public interface FileTransferNegotiator extends 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(JaxmppCore jaxmpp,
FileTransfer ft) |
String[] |
getFeatures() |
boolean |
isSupported(JaxmppCore jaxmpp,
FileTransfer ft) |
void |
registerListeners(JaxmppCore jaxmpp) |
void |
rejectFile(JaxmppCore jaxmpp,
FileTransfer ft) |
void |
sendFile(JaxmppCore jaxmpp,
FileTransfer ft) |
void |
unregisterListeners(JaxmppCore jaxmpp) |
setContextvoid acceptFile(JaxmppCore jaxmpp, FileTransfer ft) throws JaxmppException
JaxmppExceptionString[] getFeatures()
boolean isSupported(JaxmppCore jaxmpp, FileTransfer ft)
void registerListeners(JaxmppCore jaxmpp)
void rejectFile(JaxmppCore jaxmpp, FileTransfer ft) throws JaxmppException
JaxmppExceptionvoid sendFile(JaxmppCore jaxmpp, FileTransfer ft) throws JaxmppException
JaxmppExceptionvoid unregisterListeners(JaxmppCore jaxmpp)
Copyright © 2006–2015 Tigase. All rights reserved.