public class FaultTolerantNegotiator extends StreamNegotiator
initationSetEvents| Constructor and Description |
|---|
FaultTolerantNegotiator(org.jivesoftware.smack.XMPPConnection connection,
StreamNegotiator primary,
StreamNegotiator secondary) |
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
createIncomingStream(StreamInitiation initiation)
This method handles the file stream download negotiation process.
|
java.io.OutputStream |
createOutgoingStream(java.lang.String streamID,
java.lang.String initiator,
java.lang.String target)
This method handles the file upload stream negotiation process.
|
java.lang.String[] |
getNamespaces()
Returns the XMPP namespace reserved for this particular type of file
transfer.
|
void |
newStreamInitiation(java.lang.String from,
java.lang.String streamID)
Signal that a new stream initiation arrived.
|
createInitiationAccept, initiateIncomingStream, signalpublic FaultTolerantNegotiator(org.jivesoftware.smack.XMPPConnection connection,
StreamNegotiator primary,
StreamNegotiator secondary)
public void newStreamInitiation(java.lang.String from,
java.lang.String streamID)
StreamNegotiatornewStreamInitiation in class StreamNegotiatorfrom - The initiator of the file transfer.streamID - The stream ID related to the transfer.public java.io.InputStream createIncomingStream(StreamInitiation initiation) throws org.jivesoftware.smack.SmackException, org.jivesoftware.smack.XMPPException.XMPPErrorException
StreamNegotiatorcreateIncomingStream in class StreamNegotiatorinitiation - The initiation that triggered this download.org.jivesoftware.smack.SmackExceptionorg.jivesoftware.smack.XMPPException.XMPPErrorException - If an error occurs during this process an XMPPException is
thrown.public java.io.OutputStream createOutgoingStream(java.lang.String streamID,
java.lang.String initiator,
java.lang.String target)
throws org.jivesoftware.smack.SmackException,
org.jivesoftware.smack.XMPPException
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.org.jivesoftware.smack.SmackExceptionorg.jivesoftware.smack.XMPPException.XMPPErrorException - If an error occurs during the negotiation process an
exception will be thrown.org.jivesoftware.smack.XMPPExceptionpublic java.lang.String[] getNamespaces()
StreamNegotiatorgetNamespaces in class StreamNegotiator