Uses of Class
tigase.jaxmpp.core.client.connector.StreamError

Packages that use StreamError
tigase.jaxmpp.core.client   
tigase.jaxmpp.core.client.connector   
 

Uses of StreamError in tigase.jaxmpp.core.client
 

Methods in tigase.jaxmpp.core.client that return StreamError
 StreamError Connector.ConnectorEvent.getStreamError()
          Returns stream error cause.
 

Methods in tigase.jaxmpp.core.client with parameters of type StreamError
 void Connector.ConnectorEvent.setStreamError(StreamError streamError)
           
 

Uses of StreamError in tigase.jaxmpp.core.client.connector
 

Methods in tigase.jaxmpp.core.client.connector that return StreamError
static StreamError StreamError.getByElementName(String name)
           
static StreamError StreamError.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StreamError[] StreamError.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2006-2012 Tigase. All Rights Reserved.