public class IBBTransferNegotiator extends StreamNegotiator
initationSetEvents
Modifier | Constructor and Description |
---|---|
protected |
IBBTransferNegotiator(org.jivesoftware.smack.XMPPConnection connection)
The default constructor for the In-Band Bytestream Negotiator.
|
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,
org.jxmpp.jid.Jid initiator,
org.jxmpp.jid.Jid 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(org.jxmpp.jid.Jid from,
java.lang.String streamID)
Signal that a new stream initiation arrived.
|
createInitiationAccept, initiateIncomingStream, signal
protected IBBTransferNegotiator(org.jivesoftware.smack.XMPPConnection connection)
connection
- The connection which this negotiator works on.public java.io.OutputStream createOutgoingStream(java.lang.String streamID, org.jxmpp.jid.Jid initiator, org.jxmpp.jid.Jid target) throws org.jivesoftware.smack.SmackException.NoResponseException, org.jivesoftware.smack.XMPPException.XMPPErrorException, org.jivesoftware.smack.SmackException.NotConnectedException, java.lang.InterruptedException
StreamNegotiator
createOutgoingStream
in class StreamNegotiator
streamID
- 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.java.lang.InterruptedException
org.jivesoftware.smack.SmackException.NoResponseException
org.jivesoftware.smack.XMPPException.XMPPErrorException
org.jivesoftware.smack.SmackException.NotConnectedException
public java.io.InputStream createIncomingStream(StreamInitiation initiation) throws org.jivesoftware.smack.SmackException.NoResponseException, org.jivesoftware.smack.XMPPException.XMPPErrorException, org.jivesoftware.smack.SmackException.NotConnectedException, java.lang.InterruptedException
StreamNegotiator
createIncomingStream
in class StreamNegotiator
initiation
- The initiation that triggered this download.org.jivesoftware.smack.XMPPException.XMPPErrorException
- If an error occurs during this process an XMPPException is
thrown.java.lang.InterruptedException
- If thread is interrupted.org.jivesoftware.smack.SmackException.NoResponseException
org.jivesoftware.smack.SmackException.NotConnectedException
public void newStreamInitiation(org.jxmpp.jid.Jid from, java.lang.String streamID)
StreamNegotiator
newStreamInitiation
in class StreamNegotiator
from
- The initiator of the file transfer.streamID
- The stream ID related to the transfer.public java.lang.String[] getNamespaces()
StreamNegotiator
getNamespaces
in class StreamNegotiator