Package org.jivesoftware.smack.tcp
Class BundleAndDefer
- java.lang.Object
-
- org.jivesoftware.smack.tcp.BundleAndDefer
-
public class BundleAndDefer extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidstopCurrentBundleAndDefer()Stop the bundle and defer mechanism that was started when this instance ofBundleAndDeferwas emitted by Smack.
-
-
-
Method Detail
-
stopCurrentBundleAndDefer
public void stopCurrentBundleAndDefer()
Stop the bundle and defer mechanism that was started when this instance ofBundleAndDeferwas emitted by Smack.It is possible that the defer period already expired when this is invoked. In this case this method is basically a no-op.
-
-