public class JingleChannelIQ
extends org.jivesoftware.smack.packet.IQ
| Modifier and Type | Field and Description |
|---|---|
static String |
ELEMENT |
static String |
NAMESPACE |
static String |
TCP |
static String |
UDP |
| Constructor and Description |
|---|
JingleChannelIQ() |
| Modifier and Type | Method and Description |
|---|---|
static org.jivesoftware.smack.packet.IQ |
createEmptyError() |
static org.jivesoftware.smack.packet.IQ |
createEmptyError(org.jivesoftware.smack.packet.IQ iq) |
static org.jivesoftware.smack.packet.IQ |
createEmptyResult(org.jivesoftware.smack.packet.IQ iq) |
static org.jivesoftware.smack.packet.IQ |
createIQ(String id,
org.jxmpp.jid.Jid to,
org.jxmpp.jid.Jid from,
org.jivesoftware.smack.packet.IQ.Type type) |
String |
getHost() |
String |
getId() |
org.jivesoftware.smack.packet.IQ.IQChildElementXmlStringBuilder |
getIQChildElementBuilder(org.jivesoftware.smack.packet.IQ.IQChildElementXmlStringBuilder str) |
int |
getLocalport() |
String |
getProtocol() |
int |
getRemoteport() |
boolean |
isRequest() |
void |
setHost(String host) |
void |
setId(String id) |
void |
setLocalport(int localport) |
void |
setProtocol(String protocol) |
void |
setRemoteport(int remoteport) |
createErrorResponse, createErrorResponse, createErrorResponse, createResultIQ, getChildElementName, getChildElementNamespace, getChildElementQName, getChildElementXML, getElementName, getType, isRequestIQ, isResponseIQ, setType, toString, toXMLaddCommonAttributes, addExtension, addExtensions, appendErrorIfExists, getDefaultLanguage, getError, getExtension, getExtension, getExtension, getExtensionElement, getExtensions, getExtensions, getExtensions, getExtensions, getExtensionsMap, getFrom, getLanguage, getNamespace, getStanzaId, getTo, hasExtension, hasExtension, hasStanzaIdSet, logCommonAttributes, overrideExtension, removeExtension, removeExtension, setError, setError, setFrom, setLanguage, setNewStanzaId, setStanzaId, setStanzaId, setTo, throwIfNoStanzaIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final String ELEMENT
public static final String NAMESPACE
public static final String UDP
public static final String TCP
public org.jivesoftware.smack.packet.IQ.IQChildElementXmlStringBuilder getIQChildElementBuilder(org.jivesoftware.smack.packet.IQ.IQChildElementXmlStringBuilder str)
getIQChildElementBuilder in class org.jivesoftware.smack.packet.IQpublic boolean isRequest()
public String getProtocol()
public void setProtocol(String protocol)
public int getRemoteport()
public void setRemoteport(int remoteport)
public String getHost()
public void setHost(String host)
public int getLocalport()
public void setLocalport(int localport)
public String getId()
public void setId(String id)
public static org.jivesoftware.smack.packet.IQ createEmptyResult(org.jivesoftware.smack.packet.IQ iq)
public static org.jivesoftware.smack.packet.IQ createEmptyError(org.jivesoftware.smack.packet.IQ iq)
public static org.jivesoftware.smack.packet.IQ createEmptyError()
public static org.jivesoftware.smack.packet.IQ createIQ(String id, org.jxmpp.jid.Jid to, org.jxmpp.jid.Jid from, org.jivesoftware.smack.packet.IQ.Type type)
Copyright © 2021. All rights reserved.