Uses of Interface
org.jivesoftware.smack.util.Supplier
-
Packages that use Supplier Package Description org.jivesoftware.smack Core classes of the Smack API.org.jivesoftware.smack.c2s.internal Smack's internal API for client-to-server (c2s) connections. -
-
Uses of Supplier in org.jivesoftware.smack
Methods in org.jivesoftware.smack with parameters of type Supplier Modifier and Type Method Description protected booleanAbstractXMPPConnection. waitFor(Supplier<Boolean> condition)protected voidAbstractXMPPConnection. waitForConditionOrThrowConnectionException(Supplier<Boolean> condition, String waitFor) -
Uses of Supplier in org.jivesoftware.smack.c2s.internal
Methods in org.jivesoftware.smack.c2s.internal with parameters of type Supplier Modifier and Type Method Description abstract voidModularXmppClientToServerConnectionInternal. waitForConditionOrThrowConnectionException(Supplier<Boolean> condition, String waitFor)
-