OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:streamerror
(Results
1 - 7
of
7
) sorted by null
/external/smack/src/org/jivesoftware/smack/
XMPPException.java
23
import org.jivesoftware.smack.packet.
StreamError
;
37
* is sent to the client an XMPPException will be thrown containing the
StreamError
sent
45
private
StreamError
streamError
= null;
81
* @param
streamError
the root cause of the exception.
83
public XMPPException(
StreamError
streamError
) {
85
this.
streamError
=
streamError
;
148
* Returns the
StreamError
asscociated with this exception, or <tt>null</tt> if ther
[
all
...]
ReconnectionManager.java
20
import org.jivesoftware.smack.packet.
StreamError
;
195
StreamError
error = xmppEx.getStreamError();
/external/smack/src/org/jivesoftware/smack/packet/
StreamError.java
83
public class
StreamError
{
87
public
StreamError
(String code) {
/external/smack/src/org/jivesoftware/smack/util/
PacketParserUtils.java
43
import org.jivesoftware.smack.packet.
StreamError
;
697
public static
StreamError
parseStreamError(XmlPullParser parser) throws IOException,
699
StreamError
streamError
= null;
705
streamError
= new
StreamError
(parser.getName());
713
return
streamError
;
[
all
...]
PacketParserUtils.java.orig
44
import org.jivesoftware.smack.packet.
StreamError
;
698
public static
StreamError
parseStreamError(XmlPullParser parser) throws IOException,
700
StreamError
streamError
= null;
706
streamError
= new
StreamError
(parser.getName());
714
return
streamError
;
[
all
...]
/external/libvpx/libvpx/examples/includes/geshi/geshi/
ruby.php
120
'Zlib::NeedDict', 'Zlib::StreamEnd', 'Zlib::
StreamError
',
rails.php
113
'Zlib::NeedDict', 'Zlib::StreamEnd', 'Zlib::
StreamError
',
Completed in 973 milliseconds