public static final class SmackException.NoResponseException extends SmackException
XMPPConnection.setReplyTimeout(long).SmackException.AlreadyConnectedException, SmackException.AlreadyLoggedInException, SmackException.ConnectionException, SmackException.EndpointConnectionException, SmackException.FeatureNotSupportedException, SmackException.GenericConnectionException, SmackException.IllegalStateChangeException, SmackException.NoEndpointsDiscoveredException, SmackException.NoResponseException, SmackException.NotConnectedException, SmackException.NotLoggedInException, SmackException.ResourceBindingNotOfferedException, SmackException.SecurityNotPossibleException, SmackException.SecurityRequiredByClientException, SmackException.SecurityRequiredByServerException, SmackException.SecurityRequiredException, SmackException.SmackCertificateException, SmackException.SmackMessageException, SmackException.SmackSaslException, SmackException.SmackWrappedException| Modifier and Type | Method and Description |
|---|---|
StanzaFilter |
getFilter()
Get the filter that was used to collect the response.
|
static SmackException.NoResponseException |
newWith(long timeout,
StanzaCollector collector,
boolean stanzaCollectorCancelled) |
static SmackException.NoResponseException |
newWith(long timeout,
StanzaFilter filter,
boolean stanzaCollectorCancelled) |
static SmackException.NoResponseException |
newWith(XMPPConnection connection,
StanzaFilter filter) |
static SmackException.NoResponseException |
newWith(XMPPConnection connection,
java.lang.String waitingFor) |
public StanzaFilter getFilter()
null.public static SmackException.NoResponseException newWith(XMPPConnection connection, java.lang.String waitingFor)
public static SmackException.NoResponseException newWith(long timeout, StanzaCollector collector, boolean stanzaCollectorCancelled)
public static SmackException.NoResponseException newWith(XMPPConnection connection, StanzaFilter filter)
public static SmackException.NoResponseException newWith(long timeout, StanzaFilter filter, boolean stanzaCollectorCancelled)