QXmpp Version: 1.5.6
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
QXmppJingleCandidate Class Reference

The QXmppJingleCandidate class represents a transport candidate as specified by XEP-0176: Jingle ICE-UDP Transport Method. More...

#include <QXmppJingleIq.h>

Public Types

enum  Type { HostType , PeerReflexiveType , ServerReflexiveType , RelayedType }
 This enum is used to describe a candidate's type. More...
 

Public Member Functions

 QXmppJingleCandidate ()
 
 QXmppJingleCandidate (const QXmppJingleCandidate &other)
 Copy-constructor.
 
 QXmppJingleCandidate (QXmppJingleCandidate &&)
 Move-constructor.
 
QXmppJingleCandidateoperator= (const QXmppJingleCandidate &other)
 Assignment operator.
 
QXmppJingleCandidateoperator= (QXmppJingleCandidate &&)
 Move-assignment operator.
 
int component () const
 Returns the candidate's component ID.
 
void setComponent (int component)
 
QString foundation () const
 
void setFoundation (const QString &foundation)
 
int generation () const
 
void setGeneration (int generation)
 
QHostAddress host () const
 
void setHost (const QHostAddress &host)
 
QString id () const
 
void setId (const QString &id)
 
int network () const
 
void setNetwork (int network)
 
quint16 port () const
 
void setPort (quint16 port)
 
int priority () const
 
void setPriority (int priority)
 
QString protocol () const
 
void setProtocol (const QString &protocol)
 
QXmppJingleCandidate::Type type () const
 
void setType (QXmppJingleCandidate::Type)
 
bool isNull () const
 

Detailed Description

The QXmppJingleCandidate class represents a transport candidate as specified by XEP-0176: Jingle ICE-UDP Transport Method.

Member Enumeration Documentation

◆ Type

This enum is used to describe a candidate's type.

Enumerator
HostType 

Host candidate, a local address/port.

PeerReflexiveType 

Peer-reflexive candidate, the address/port as seen from the peer.

ServerReflexiveType 

Server-reflexive candidate, the address/port as seen by the STUN server

RelayedType 

Relayed candidate, a candidate from a TURN relay.

Constructor & Destructor Documentation

◆ QXmppJingleCandidate()

QXmppJingleCandidate::QXmppJingleCandidate ( )

Constructs an empty candidate.

Member Function Documentation

◆ foundation()

QString QXmppJingleCandidate::foundation ( ) const

Returns the candidate's foundation.

Since
QXmpp 0.9

◆ generation()

int QXmppJingleCandidate::generation ( ) const

Returns the candidate's generation.

Since
QXmpp 0.9

◆ host()

QHostAddress QXmppJingleCandidate::host ( ) const

Returns the candidate's host address.

◆ id()

QString QXmppJingleCandidate::id ( ) const

Returns the candidate's unique identifier.

◆ isNull()

bool QXmppJingleCandidate::isNull ( ) const

Returns true if the host address or port are empty.

◆ network()

int QXmppJingleCandidate::network ( ) const

Returns the network index (starting at 0) the candidate is on.

◆ port()

quint16 QXmppJingleCandidate::port ( ) const

Returns the candidate's port number.

◆ priority()

int QXmppJingleCandidate::priority ( ) const

Returns the candidate's priority.

◆ protocol()

QString QXmppJingleCandidate::protocol ( ) const

Returns the candidate's protocol (e.g. "udp").

◆ setComponent()

void QXmppJingleCandidate::setComponent ( int  component)

Sets the candidates's component ID.

Parameters
component

◆ setFoundation()

void QXmppJingleCandidate::setFoundation ( const QString &  foundation)

Sets the candidate's foundation.

Parameters
foundation
Since
QXmpp 0.9

◆ setGeneration()

void QXmppJingleCandidate::setGeneration ( int  generation)

Sets the candidate's generation.

Parameters
generation
Since
QXmpp 0.9

◆ setHost()

void QXmppJingleCandidate::setHost ( const QHostAddress &  host)

Sets the candidate's host address.

Parameters
host

◆ setId()

void QXmppJingleCandidate::setId ( const QString &  id)

Sets the candidate's unique identifier.

Parameters
id

◆ setNetwork()

void QXmppJingleCandidate::setNetwork ( int  network)

Sets the network index (starting at 0) the candidate is on.

Parameters
network

◆ setPort()

void QXmppJingleCandidate::setPort ( quint16  port)

Sets the candidate's port number.

Parameters
port

◆ setPriority()

void QXmppJingleCandidate::setPriority ( int  priority)

Sets the candidate's priority.

Parameters
priority

◆ setProtocol()

void QXmppJingleCandidate::setProtocol ( const QString &  protocol)

Sets the candidate's protocol (e.g. "udp").

Parameters
protocol

◆ setType()

void QXmppJingleCandidate::setType ( QXmppJingleCandidate::Type  type)

Sets the candidate type (e.g. "host").

Parameters
type

◆ type()

QXmppJingleCandidate::Type QXmppJingleCandidate::type ( ) const

Returns the candidate type (e.g. "host").


The documentation for this class was generated from the following files: