Package org.jivesoftware.smack.provider
Class TlsFailureProvider
- java.lang.Object
-
- org.jivesoftware.smack.provider.AbstractProvider<E>
-
- org.jivesoftware.smack.provider.Provider<N>
-
- org.jivesoftware.smack.provider.NonzaProvider<TlsProceed>
-
- org.jivesoftware.smack.provider.TlsFailureProvider
-
public final class TlsFailureProvider extends NonzaProvider<TlsProceed>
-
-
Field Summary
Fields Modifier and Type Field Description static TlsFailureProvider
INSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TlsProceed
parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
-
Methods inherited from class org.jivesoftware.smack.provider.AbstractProvider
getElementClass
-
-
-
-
Field Detail
-
INSTANCE
public static final TlsFailureProvider INSTANCE
-
-
Method Detail
-
parse
public TlsProceed parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
- Specified by:
parse
in classProvider<TlsProceed>
-
-