OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:smack
(Results
1 - 25
of
131
) sorted by null
1
2
3
4
5
6
/external/smack/src/org/jivesoftware/smack/
ChatManagerListener.java
21
package org.jivesoftware.
smack
;
ConnectionCreationListener.java
21
package org.jivesoftware.
smack
;
MessageListener.java
21
package org.jivesoftware.
smack
;
23
import org.jivesoftware.
smack
.packet.Message;
PacketInterceptor.java
20
package org.jivesoftware.
smack
;
22
import org.jivesoftware.
smack
.packet.Packet;
27
* together with a {@link org.jivesoftware.
smack
.filter.PacketFilter} so that only
33
* @see Connection#addPacketInterceptor(PacketInterceptor, org.jivesoftware.
smack
.filter.PacketFilter)
PacketListener.java
21
package org.jivesoftware.
smack
;
23
import org.jivesoftware.
smack
.packet.Packet;
32
* @see Connection#addPacketListener(PacketListener, org.jivesoftware.
smack
.filter.PacketFilter)
OpenTrustManager.java
21
package org.jivesoftware.
smack
;
PrivacyListListener.java
20
package org.jivesoftware.
smack
;
22
import org.jivesoftware.
smack
.packet.PrivacyItem;
UserAuthentication.java
21
package org.jivesoftware.
smack
;
/external/smack/src/org/jivesoftware/smack/proxy/
ProxyException.java
18
package org.jivesoftware.
smack
.proxy;
/external/smack/asmack-master/static-src/custom/de/measite/smack/
SaslClientFactory.java
17
package de.measite.
smack
;
/external/smack/src/de/measite/smack/
SaslClientFactory.java
17
package de.measite.
smack
;
/external/smack/src/org/jivesoftware/smack/filter/
FromContainsFilter.java
21
package org.jivesoftware.
smack
.filter;
23
import org.jivesoftware.
smack
.packet.Packet;
IQTypeFilter.java
20
package org.jivesoftware.
smack
.filter;
22
import org.jivesoftware.
smack
.packet.IQ;
23
import org.jivesoftware.
smack
.packet.Packet;
43
* @see org.jivesoftware.
smack
.filter.PacketFilter#accept(org.jivesoftware.
smack
.packet.Packet)
MessageTypeFilter.java
21
package org.jivesoftware.
smack
.filter;
23
import org.jivesoftware.
smack
.packet.Message;
24
import org.jivesoftware.
smack
.packet.Packet;
29
* @see org.jivesoftware.
smack
.packet.Message.Type
NotFilter.java
21
package org.jivesoftware.
smack
.filter;
23
import org.jivesoftware.
smack
.packet.Packet;
PacketFilter.java
21
package org.jivesoftware.
smack
.filter;
23
import org.jivesoftware.
smack
.packet.Packet;
33
* {@link org.jivesoftware.
smack
.filter.AndFilter AndFilter} and
34
* {@link org.jivesoftware.
smack
.filter.OrFilter OrFilter} filters. It's also possible
50
* @see org.jivesoftware.
smack
.PacketCollector
51
* @see org.jivesoftware.
smack
.PacketListener
ThreadFilter.java
21
package org.jivesoftware.
smack
.filter;
23
import org.jivesoftware.
smack
.packet.Packet;
24
import org.jivesoftware.
smack
.packet.Message;
ToContainsFilter.java
21
package org.jivesoftware.
smack
.filter;
23
import org.jivesoftware.
smack
.packet.Packet;
/external/smack/src/org/jivesoftware/smack/packet/
Session.java
21
package org.jivesoftware.
smack
.packet;
/external/smack/src/org/jivesoftware/smack/provider/
IQProvider.java
21
package org.jivesoftware.
smack
.provider;
23
import org.jivesoftware.
smack
.packet.IQ;
PacketExtensionProvider.java
21
package org.jivesoftware.
smack
.provider;
23
import org.jivesoftware.
smack
.packet.PacketExtension;
/external/smack/src/org/jivesoftware/smack/sasl/
SASLCramMD5Mechanism.java
20
package org.jivesoftware.
smack
.sasl;
22
import org.jivesoftware.
smack
.SASLAuthentication;
SASLDigestMD5Mechanism.java
20
package org.jivesoftware.
smack
.sasl;
22
import org.jivesoftware.
smack
.SASLAuthentication;
SASLExternalMechanism.java
20
package org.jivesoftware.
smack
.sasl;
22
import org.jivesoftware.
smack
.SASLAuthentication;
45
* Also worth noting is the EXTERNAL mechanism in
Smack
is not enabled by default.
SASLPlainMechanism.java
16
package org.jivesoftware.
smack
.sasl;
18
import org.jivesoftware.
smack
.SASLAuthentication;
Completed in 174 milliseconds
1
2
3
4
5
6