public final class Close extends Object
<close/> element in the urn:ietf:params:xml:ns:xmpp-framing namespace.| Constructor and Description |
|---|
Close()
Creates an empty
<close/>. |
Close(rocks.xmpp.addr.Jid to,
rocks.xmpp.addr.Jid from,
String id,
Locale language,
String version,
URI uri)
Creates an
<close/> element with a 'to', 'from', 'id', 'lang' and 'see-other-uri' attribute. |
Close(URI uri)
Creates an
<close/> with an "see-other-uri" attribute. |
| Modifier and Type | Method and Description |
|---|---|
rocks.xmpp.addr.Jid |
getFrom()
Gets the 'from' attribute.
|
String |
getId()
Gets the 'id' attribute.
|
Locale |
getLanguage()
Gets the 'xml:lang' attribute.
|
rocks.xmpp.addr.Jid |
getTo()
Gets the 'to' attribute.
|
URI |
getUri()
The "see-other-uri" attribute.
|
String |
getVersion()
Gets the 'version' attribute.
|
String |
toString() |
public Close()
<close/>.public Close(URI uri)
<close/> with an "see-other-uri" attribute.uri - The 'see-other-uri' attribute.public Close(rocks.xmpp.addr.Jid to,
rocks.xmpp.addr.Jid from,
String id,
Locale language,
String version,
URI uri)
<close/> element with a 'to', 'from', 'id', 'lang' and 'see-other-uri' attribute.to - The 'to' attribute.from - The 'from' attribute.id - The 'id' attribute.language - The 'lang' attribute.version - The 'version' attribute.uri - The 'see-other-uri' attribute.public final URI getUri()
public final rocks.xmpp.addr.Jid getTo()
public final rocks.xmpp.addr.Jid getFrom()
public final String getVersion()
public final String getId()
public final Locale getLanguage()
Copyright © 2014–2016 XMPP.rocks. All rights reserved.