public class FaultTolerantNegotiator extends StreamNegotiator
| Constructor and Description |
|---|
FaultTolerantNegotiator(XMPPConnection connection,
StreamNegotiator primary,
StreamNegotiator secondary) |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup()
Cleanup any and all resources associated with this negotiator.
|
InputStream |
createIncomingStream(StreamInitiation initiation)
This method handles the file stream download negotiation process.
|
OutputStream |
createOutgoingStream(String streamID,
String initiator,
String target)
This method handles the file upload stream negotiation process.
|
PacketFilter |
getInitiationPacketFilter(String from,
String streamID)
Returns the packet filter that will return the initiation packet for the appropriate stream
initiation.
|
String[] |
getNamespaces()
Returns the XMPP namespace reserved for this particular type of file
transfer.
|
createError, createInitiationAcceptpublic FaultTolerantNegotiator(XMPPConnection connection, StreamNegotiator primary, StreamNegotiator secondary)
public PacketFilter getInitiationPacketFilter(String from, String streamID)
StreamNegotiatorgetInitiationPacketFilter in class StreamNegotiatorfrom - The initiator of the file transfer.streamID - The stream ID related to the transfer.public InputStream createIncomingStream(StreamInitiation initiation) throws SmackException
StreamNegotiatorcreateIncomingStream in class StreamNegotiatorinitiation - The initiation that triggered this download.SmackExceptionpublic OutputStream createOutgoingStream(String streamID, String initiator, String target) throws SmackException, 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.SmackExceptionXMPPException.XMPPErrorException - If an error occurs during the negotiation process an
exception will be thrown.XMPPExceptionpublic String[] getNamespaces()
StreamNegotiatorgetNamespaces in class StreamNegotiatorpublic void cleanup()
StreamNegotiatorcleanup in class StreamNegotiator