Class JingleS5BTransportInfo.ProxyError
- java.lang.Object
-
- org.jivesoftware.smackx.jingle.transports.jingle_s5b.elements.JingleS5BTransportInfo
-
- org.jivesoftware.smackx.jingle.transports.jingle_s5b.elements.JingleS5BTransportInfo.ProxyError
-
- All Implemented Interfaces:
org.jivesoftware.smack.packet.Element,org.jivesoftware.smack.packet.FullyQualifiedElement,org.jivesoftware.smack.packet.NamedElement,org.jivesoftware.smack.packet.XmlLangElement,JingleContentTransportInfo
- Enclosing class:
- JingleS5BTransportInfo
public static final class JingleS5BTransportInfo.ProxyError extends JingleS5BTransportInfo
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jivesoftware.smackx.jingle.transports.jingle_s5b.elements.JingleS5BTransportInfo
JingleS5BTransportInfo.CandidateActivated, JingleS5BTransportInfo.CandidateError, JingleS5BTransportInfo.CandidateUsed, JingleS5BTransportInfo.JingleS5BCandidateTransportInfo, JingleS5BTransportInfo.ProxyError
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringELEMENTstatic JingleS5BTransportInfo.ProxyErrorINSTANCE-
Fields inherited from class org.jivesoftware.smackx.jingle.transports.jingle_s5b.elements.JingleS5BTransportInfo
NAMESPACE
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)java.lang.StringgetElementName()inthashCode()java.lang.CharSequencetoXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace)-
Methods inherited from class org.jivesoftware.smackx.jingle.transports.jingle_s5b.elements.JingleS5BTransportInfo
getNamespace
-
-
-
-
Field Detail
-
INSTANCE
public static final JingleS5BTransportInfo.ProxyError INSTANCE
-
ELEMENT
public static final java.lang.String ELEMENT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getElementName
public java.lang.String getElementName()
-
toXML
public java.lang.CharSequence toXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace)
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-