Skip navigation links
A C E G H I J L O R S T V W 

A

asBareJid() - Method in class rocks.xmpp.addr.Jid
Converts this JID into a bare JID, i.e. removes the resource.
atSubdomain(String) - Method in class rocks.xmpp.addr.Jid
Returns a new JID at a subdomain and at the same domain as this JID.

C

charAt(int) - Method in class rocks.xmpp.addr.Jid
 
compareTo(Jid) - Method in class rocks.xmpp.addr.Jid
Compares this JID with another JID.

E

equals(Object) - Method in class rocks.xmpp.addr.Jid
 
ESCAPING_FEATURE - Static variable in class rocks.xmpp.addr.Jid
The service discovery feature used for determining support of JID escaping (jid\20escaping).

G

getDomain() - Method in class rocks.xmpp.addr.Jid
Gets the domain part.
getLocal() - Method in class rocks.xmpp.addr.Jid
Gets the local part of the JID, also known as the name or node.
getResource() - Method in class rocks.xmpp.addr.Jid
Gets the resource part.

H

hashCode() - Method in class rocks.xmpp.addr.Jid
 

I

isBareJid() - Method in class rocks.xmpp.addr.Jid
Checks if the JID is a bare JID.
isFullJid() - Method in class rocks.xmpp.addr.Jid
Checks if the JID is a full JID.

J

Jid - Class in rocks.xmpp.addr
The implementation of the JID as described in Extensible Messaging and Presence Protocol (XMPP): Address Format.
Jid(String) - Constructor for class rocks.xmpp.addr.Jid
Deprecated.
Jid(String, String) - Constructor for class rocks.xmpp.addr.Jid
Jid(CharSequence, CharSequence, CharSequence) - Constructor for class rocks.xmpp.addr.Jid

L

length() - Method in class rocks.xmpp.addr.Jid
 

O

of(CharSequence, CharSequence, CharSequence) - Static method in class rocks.xmpp.addr.Jid
Returns a full JID with a domain and resource part, e.g.
of(CharSequence) - Static method in class rocks.xmpp.addr.Jid
Returns a JID from a string.
ofDomain(CharSequence) - Static method in class rocks.xmpp.addr.Jid
Returns a bare JID with only the domain part, e.g.
ofDomainAndResource(CharSequence, CharSequence) - Static method in class rocks.xmpp.addr.Jid
Returns a full JID with a domain and resource part, e.g.
ofEscaped(CharSequence) - Static method in class rocks.xmpp.addr.Jid
Creates a JID from a escaped JID string.
ofLocalAndDomain(CharSequence, CharSequence) - Static method in class rocks.xmpp.addr.Jid
Returns a bare JID with a local and domain part, e.g.

R

rocks.xmpp.addr - package rocks.xmpp.addr
Provides classes for the XMPP Address Format (JID).

S

subSequence(int, int) - Method in class rocks.xmpp.addr.Jid
 

T

toEscapedString() - Method in class rocks.xmpp.addr.Jid
Gets the JID in escaped form as described in XEP-0106: JID Escaping.
toString() - Method in class rocks.xmpp.addr.Jid
Converts the JID into its string representation, i.e. [ localpart "@" ] domainpart [ "/" resourcepart ].

V

valueOf(String) - Static method in class rocks.xmpp.addr.Jid
Deprecated.
valueOf(String, boolean) - Static method in class rocks.xmpp.addr.Jid

W

withLocal(String) - Method in class rocks.xmpp.addr.Jid
Returns a new JID with a new local part and the same domain and resource part of the current JID.
withResource(String) - Method in class rocks.xmpp.addr.Jid
Returns a new full JID with a resource and the same local and domain part of the current JID.
A C E G H I J L O R S T V W 
Skip navigation links

Copyright © 2014–2015 XMPP.rocks. All rights reserved.