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