Class StreamManagementException.StreamManagementCounterError

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jivesoftware.smack.SmackException
org.jivesoftware.smack.sm.StreamManagementException
org.jivesoftware.smack.sm.StreamManagementException.StreamManagementCounterError
All Implemented Interfaces:
Serializable
Enclosing class:
StreamManagementException

public static class StreamManagementException.StreamManagementCounterError extends StreamManagementException
See Also:
  • Constructor Details

    • StreamManagementCounterError

      public StreamManagementCounterError(long handledCount, long previousServerHandlerCount, long ackedStanzaCount, List<org.jivesoftware.smack.packet.Stanza> ackedStanzas)
  • Method Details

    • getHandledCount

      public long getHandledCount()
    • getPreviousServerHandledCount

      public long getPreviousServerHandledCount()
    • getAckedStanzaCount

      public long getAckedStanzaCount()
    • getOutstandingStanzasCount

      public int getOutstandingStanzasCount()
    • getAckedStanzas

      public List<org.jivesoftware.smack.packet.Stanza> getAckedStanzas()