public class FaultTolerantNegotiator extends StreamNegotiator
initationSetEvents| Constructor and Description |
|---|
FaultTolerantNegotiator(XMPPConnection connection,
StreamNegotiator primary,
StreamNegotiator secondary) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
createIncomingStream(StreamInitiation initiation)
This method handles the file stream download negotiation process.
|
OutputStream |
createOutgoingStream(String streamID,
org.jxmpp.jid.Jid initiator,
org.jxmpp.jid.Jid target)
This method handles the file upload stream negotiation process.
|
String[] |
getNamespaces()
Returns the XMPP namespace reserved for this particular type of file
transfer.
|
void |
newStreamInitiation(org.jxmpp.jid.Jid from,
String streamID)
Signal that a new stream initiation arrived.
|
createInitiationAccept, initiateIncomingStream, signalpublic FaultTolerantNegotiator(XMPPConnection connection, StreamNegotiator primary, StreamNegotiator secondary)
public void newStreamInitiation(org.jxmpp.jid.Jid from, String streamID)
StreamNegotiatornewStreamInitiation in class StreamNegotiatorfrom - The initiator of the file transfer.streamID - The stream ID related to the transfer.public InputStream createIncomingStream(StreamInitiation initiation) throws SmackException, XMPPException.XMPPErrorException, InterruptedException
StreamNegotiatorcreateIncomingStream in class StreamNegotiatorinitiation - The initiation that triggered this download.SmackExceptionXMPPException.XMPPErrorException - If an error occurs during this process an XMPPException is
thrown.InterruptedException - If thread is interrupted.public OutputStream createOutgoingStream(String streamID, org.jxmpp.jid.Jid initiator, org.jxmpp.jid.Jid target) throws SmackException, XMPPException, InterruptedException
StreamNegotiatorcreateOutgoingStream in class StreamNegotiatorstreamID - The streamID that uniquely identifies the file transfer.initiator - The fully-qualified JID of the initiator of the file transfer.target - The fully-qualified JID of the target or receiver of the file
transfer.SmackExceptionXMPPException.XMPPErrorException - If an error occurs during the negotiation process an
exception will be thrown.XMPPExceptionInterruptedExceptionpublic String[] getNamespaces()
StreamNegotiatorgetNamespaces in class StreamNegotiator