Serialized Form
-
Package org.jivesoftware.smack
-
Exception Class org.jivesoftware.smack.SmackException
class SmackException extends Exception implements Serializable- serialVersionUID:
- 1844674365368214458L
-
Exception Class org.jivesoftware.smack.SmackException.AlreadyConnectedException
class AlreadyConnectedException extends SmackException implements Serializable- serialVersionUID:
- 5011416918049135231L
-
Exception Class org.jivesoftware.smack.SmackException.AlreadyLoggedInException
class AlreadyLoggedInException extends SmackException implements Serializable- serialVersionUID:
- 5011416918049935231L
-
Exception Class org.jivesoftware.smack.SmackException.ConnectionException
class ConnectionException extends SmackException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.jivesoftware.smack.SmackException.EndpointConnectionException
class EndpointConnectionException extends SmackException.ConnectionException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connectionExceptions
List<? extends RemoteConnectionException<?>> connectionExceptions
-
lookupFailures
List<RemoteConnectionEndpointLookupFailure> lookupFailures
-
-
Exception Class org.jivesoftware.smack.SmackException.FeatureNotSupportedException
class FeatureNotSupportedException extends SmackException implements Serializable- serialVersionUID:
- 4713404802621452016L
-
Serialized Fields
-
feature
String feature
-
jid
org.jxmpp.jid.Jid jid
-
-
Exception Class org.jivesoftware.smack.SmackException.GenericConnectionException
class GenericConnectionException extends SmackException.ConnectionException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.jivesoftware.smack.SmackException.IllegalStateChangeException
class IllegalStateChangeException extends SmackException implements Serializable- serialVersionUID:
- -1766023961577168927L
-
Exception Class org.jivesoftware.smack.SmackException.NoEndpointsDiscoveredException
class NoEndpointsDiscoveredException extends SmackException.ConnectionException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
lookupFailures
List<XmppClientToServerTransport.LookupConnectionEndpointsFailed> lookupFailures
-
-
Exception Class org.jivesoftware.smack.SmackException.NoResponseException
class NoResponseException extends SmackException implements Serializable- serialVersionUID:
- -6523363748984543636L
-
Serialized Fields
-
filter
StanzaFilter filter
-
-
Exception Class org.jivesoftware.smack.SmackException.NotConnectedException
class NotConnectedException extends SmackException implements Serializable- serialVersionUID:
- 9197980400776001173L
-
Exception Class org.jivesoftware.smack.SmackException.NotLoggedInException
class NotLoggedInException extends SmackException implements Serializable- serialVersionUID:
- 3216216839100019278L
-
Exception Class org.jivesoftware.smack.SmackException.OutgoingQueueFullException
class OutgoingQueueFullException extends SmackException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.jivesoftware.smack.SmackException.ResourceBindingNotOfferedException
class ResourceBindingNotOfferedException extends SmackException implements Serializable- serialVersionUID:
- 2346934138253437571L
-
Exception Class org.jivesoftware.smack.SmackException.SecurityNotPossibleException
class SecurityNotPossibleException extends SmackException implements Serializable- serialVersionUID:
- -6836090872690331336L
-
Exception Class org.jivesoftware.smack.SmackException.SecurityRequiredByClientException
class SecurityRequiredByClientException extends SmackException.SecurityRequiredException implements Serializable- serialVersionUID:
- 2395325821201543159L
-
Exception Class org.jivesoftware.smack.SmackException.SecurityRequiredByServerException
class SecurityRequiredByServerException extends SmackException.SecurityRequiredException implements Serializable- serialVersionUID:
- 8268148813117631819L
-
Exception Class org.jivesoftware.smack.SmackException.SecurityRequiredException
class SecurityRequiredException extends SmackException implements Serializable- serialVersionUID:
- 384291845029773545L
-
Exception Class org.jivesoftware.smack.SmackException.SmackCertificateException
class SmackCertificateException extends SmackException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
certificateException
CertificateException certificateException
-
-
Exception Class org.jivesoftware.smack.SmackException.SmackMessageException
class SmackMessageException extends SmackException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.jivesoftware.smack.SmackException.SmackSaslException
class SmackSaslException extends SmackException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.jivesoftware.smack.SmackException.SmackWrappedException
class SmackWrappedException extends SmackException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.jivesoftware.smack.XMPPException
class XMPPException extends Exception implements Serializable- serialVersionUID:
- 6881651633890968625L
-
Exception Class org.jivesoftware.smack.XMPPException.FailedNonzaException
class FailedNonzaException extends XMPPException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
condition
StanzaError.Condition condition
-
nonza
Nonza nonza
-
-
Exception Class org.jivesoftware.smack.XMPPException.StreamErrorException
class StreamErrorException extends XMPPException implements Serializable- serialVersionUID:
- 3400556867134848886L
-
Serialized Fields
-
streamError
StreamError streamError
-
-
Exception Class org.jivesoftware.smack.XMPPException.XMPPErrorException
class XMPPErrorException extends XMPPException implements Serializable- serialVersionUID:
- 212790389529249604L
-
Serialized Fields
-
error
StanzaError error
-
request
Stanza request
The request which resulted in the XMPP protocol error response. May benull. -
stanza
Stanza stanza
-
-
-
Package org.jivesoftware.smack.datatypes
-
Class org.jivesoftware.smack.datatypes.Scalar
class Scalar extends Number implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
number
Number number
-
-
Class org.jivesoftware.smack.datatypes.UInt16
class UInt16 extends Scalar implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
number
int number
-
-
Class org.jivesoftware.smack.datatypes.UInt32
class UInt32 extends Scalar implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
number
long number
-
-
-
Package org.jivesoftware.smack.fsm
-
Exception Class org.jivesoftware.smack.fsm.StateMachineException
class StateMachineException extends SmackException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.jivesoftware.smack.fsm.StateMachineException.SmackMandatoryStateFailedException
class SmackMandatoryStateFailedException extends StateMachineException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.jivesoftware.smack.fsm.StateMachineException.SmackStateGraphDeadEndException
class SmackStateGraphDeadEndException extends StateMachineException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
deadEndState
StateDescriptor deadEndState
-
failedStates
Map<State,
StateTransitionResult> failedStates -
walkedStateGraphPath
List<State> walkedStateGraphPath
-
-
-
Package org.jivesoftware.smack.parsing
-
Exception Class org.jivesoftware.smack.parsing.SmackParsingException
class SmackParsingException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.jivesoftware.smack.parsing.SmackParsingException.RequiredAttributeMissingException
class RequiredAttributeMissingException extends SmackParsingException.RequiredValueMissingException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.jivesoftware.smack.parsing.SmackParsingException.RequiredValueMissingException
class RequiredValueMissingException extends SmackParsingException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.jivesoftware.smack.parsing.SmackParsingException.SmackTextParseException
class SmackTextParseException extends SmackParsingException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.jivesoftware.smack.parsing.SmackParsingException.SmackUriSyntaxParsingException
class SmackUriSyntaxParsingException extends SmackParsingException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.jivesoftware.smack.provider
-
Exception Class org.jivesoftware.smack.provider.AbstractProvider.NumberFormatParseException
class NumberFormatParseException extends SmackParsingException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.jivesoftware.smack.provider.AbstractProvider.TextParseException
class TextParseException extends SmackParsingException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
parseException
ParseException parseException
-
-
-
Package org.jivesoftware.smack.proxy
-
Exception Class org.jivesoftware.smack.proxy.ProxyException
class ProxyException extends IOException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.jivesoftware.smack.sasl
-
Exception Class org.jivesoftware.smack.sasl.SASLErrorException
class SASLErrorException extends XMPPException implements Serializable- serialVersionUID:
- 6247573875760717257L
-
Serialized Fields
-
mechanism
String mechanism
-
saslFailure
SaslNonza.SASLFailure saslFailure
-
texts
Map<String,
String> texts
-
-
-
Package org.jivesoftware.smack.util
-
Class org.jivesoftware.smack.util.CleaningWeakReferenceMap
- serialVersionUID:
- 0L
-
Serialized Fields
-
cleanInterval
int cleanInterval
The number of calls toCleaningWeakReferenceMap.put(K, java.lang.ref.WeakReference<V>)after which to clean this map (i.e. remove clearedWeakReferences from it). -
numberOfInsertsSinceLastClean
int numberOfInsertsSinceLastClean
The number of timesCleaningWeakReferenceMap.put(K, java.lang.ref.WeakReference<V>)has been called on this instance since the last time it wasCleaningWeakReferenceMap.clean()ed.
-
-