QXmppByteStreamIq::StreamHost Class
class QXmppByteStreamIq::StreamHostPublic Functions
| QString | host() const |
| QString | jid() const |
| quint16 | port() const |
| void | setHost(const QString &host) |
| void | setJid(const QString &jid) |
| void | setPort(quint16 port) |
| void | setZeroconf(const QString &zeroconf) |
| QString | zeroconf() const |
Detailed Description
StreamHost represents information about a specific SOCKS5 bytestreams host.
Member Function Documentation
QString StreamHost::host() const
Returns the host address of the stream host.
See also setHost().
QString StreamHost::jid() const
Returns the JID of the stream host.
See also setJid().
quint16 StreamHost::port() const
Returns the port of the stream host.
See also setPort().
void StreamHost::setHost(const QString &host)
Sets the host address of the stream host.
See also host().
void StreamHost::setJid(const QString &jid)
Sets the JID of the stream host.
jid.
See also jid().
void StreamHost::setPort(quint16 port)
Sets the port of the stream host.
See also port().
void StreamHost::setZeroconf(const QString &zeroconf)
Sets the zero-configuration service available for bytestreaming.
zeroconf.
See also zeroconf().
QString StreamHost::zeroconf() const
Returns the zero-configuration service available for bytestreaming.
See also setZeroconf().