Uses of Class
org.jivesoftware.smack.packet.StreamError

Packages that use StreamError
org.jivesoftware.smack Core classes of the Smack API. 
org.jivesoftware.smack.util Utility classes. 
 

Uses of StreamError in org.jivesoftware.smack
 

Methods in org.jivesoftware.smack that return StreamError
 StreamError XMPPException.getStreamError()
          Returns the StreamError asscociated with this exception, or null if there isn't one.
 

Constructors in org.jivesoftware.smack with parameters of type StreamError
XMPPException(StreamError streamError)
          Cretaes a new XMPPException with the stream error that was the root case of the exception.
 

Uses of StreamError in org.jivesoftware.smack.util
 

Methods in org.jivesoftware.smack.util that return StreamError
static StreamError PacketParserUtils.parseStreamError(org.xmlpull.v1.XmlPullParser parser)
          Parses stream error packets.