public static final class StreamManagementException.UnacknowledgedQueueFullException extends StreamManagementException
StreamManagementException.StreamIdDoesNotMatchException, StreamManagementException.StreamManagementCounterError, StreamManagementException.StreamManagementNotEnabledException, StreamManagementException.UnacknowledgedQueueFullException
org.jivesoftware.smack.SmackException.AlreadyConnectedException, org.jivesoftware.smack.SmackException.AlreadyLoggedInException, org.jivesoftware.smack.SmackException.ConnectionException, org.jivesoftware.smack.SmackException.FeatureNotSupportedException, org.jivesoftware.smack.SmackException.IllegalStateChangeException, org.jivesoftware.smack.SmackException.NoResponseException, org.jivesoftware.smack.SmackException.NotConnectedException, org.jivesoftware.smack.SmackException.NotLoggedInException, org.jivesoftware.smack.SmackException.ResourceBindingNotOfferedException, org.jivesoftware.smack.SmackException.SecurityNotPossibleException, org.jivesoftware.smack.SmackException.SecurityRequiredByClientException, org.jivesoftware.smack.SmackException.SecurityRequiredByServerException, org.jivesoftware.smack.SmackException.SecurityRequiredException, org.jivesoftware.smack.SmackException.SmackWrappedException
Modifier and Type | Method and Description |
---|---|
int |
getDroppedElements() |
java.util.List<org.jivesoftware.smack.packet.Element> |
getElements() |
int |
getOverflowElementNum() |
java.util.List<org.jivesoftware.smack.packet.Stanza> |
getUnacknowledgesStanzas() |
static StreamManagementException.UnacknowledgedQueueFullException |
newWith(int overflowElementNum,
java.util.List<org.jivesoftware.smack.packet.Element> elements,
java.util.concurrent.BlockingQueue<org.jivesoftware.smack.packet.Stanza> unacknowledgedStanzas) |
public int getOverflowElementNum()
public int getDroppedElements()
public java.util.List<org.jivesoftware.smack.packet.Element> getElements()
public java.util.List<org.jivesoftware.smack.packet.Stanza> getUnacknowledgesStanzas()
public static StreamManagementException.UnacknowledgedQueueFullException newWith(int overflowElementNum, java.util.List<org.jivesoftware.smack.packet.Element> elements, java.util.concurrent.BlockingQueue<org.jivesoftware.smack.packet.Stanza> unacknowledgedStanzas)