public static class StreamManagementException.StreamManagementCounterError extends StreamManagementException
StreamManagementException.StreamIdDoesNotMatchException, StreamManagementException.StreamManagementCounterError, StreamManagementException.StreamManagementNotEnabledExceptionSmackException.AlreadyConnectedException, SmackException.AlreadyLoggedInException, SmackException.ConnectionException, SmackException.FeatureNotSupportedException, SmackException.IllegalStateChangeException, SmackException.NoResponseException, SmackException.NotConnectedException, SmackException.NotLoggedInException, SmackException.ResourceBindingNotOfferedException, SmackException.SecurityNotPossibleException, SmackException.SecurityRequiredByClientException, SmackException.SecurityRequiredByServerException, SmackException.SecurityRequiredException| Constructor and Description |
|---|
StreamManagementCounterError(long handledCount,
long previousServerHandlerCount,
long ackedStanzaCount,
List<Stanza> ackedStanzas) |
| Modifier and Type | Method and Description |
|---|---|
long |
getAckedStanzaCount() |
List<Stanza> |
getAckedStanzas() |
long |
getHandledCount() |
int |
getOutstandingStanzasCount() |
long |
getPreviousServerHandledCount() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic StreamManagementCounterError(long handledCount, long previousServerHandlerCount, long ackedStanzaCount, List<Stanza> ackedStanzas)
public long getHandledCount()
public long getPreviousServerHandledCount()
public long getAckedStanzaCount()
public int getOutstandingStanzasCount()
public List<Stanza> getAckedStanzas()