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) |
setContext
void acceptFile(JaxmppCore jaxmpp, FileTransfer ft) throws JaxmppException
JaxmppException
String[] getFeatures()
boolean isSupported(JaxmppCore jaxmpp, FileTransfer ft)
void registerListeners(JaxmppCore jaxmpp)
void rejectFile(JaxmppCore jaxmpp, FileTransfer ft) throws JaxmppException
JaxmppException
void sendFile(JaxmppCore jaxmpp, FileTransfer ft) throws JaxmppException
JaxmppException
void unregisterListeners(JaxmppCore jaxmpp)
Copyright © 2006–2016 Tigase. All rights reserved.