The QXmppJingleCandidate class represents a transport candidate as specified by XEP-0176: Jingle ICE-UDP Transport Method.
More...
#include <QXmppJingleIq.h>
List of all members.
Detailed Description
The QXmppJingleCandidate class represents a transport candidate as specified by XEP-0176: Jingle ICE-UDP Transport Method.
Member Enumeration Documentation
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
Constructs a copy of other.
- Parameters:
-
Member Function Documentation
Returns the candidate's host address.
Returns the candidate's unique identifier.
Returns true if the host address or port are empty.
Returns the network index (starting at 0) the candidate is on.
Assigns the other candidate to this one.
- Parameters:
-
Returns the candidate's port number.
Returns the candidate's priority.
Returns the candidate's protocol (e.g. "udp").
Sets the candidates's component ID.
- Parameters:
-
Sets the candidate's foundation.
- Parameters:
-
Sets the candidate's generation.
- Parameters:
-
Sets the candidate's host address.
- Parameters:
-
Sets the candidate's unique identifier.
- Parameters:
-
Sets the network index (starting at 0) the candidate is on.
- Parameters:
-
Sets the candidate's port number.
- Parameters:
-
Sets the candidate's priority.
- Parameters:
-
Sets the candidate's protocol (e.g. "udp").
- Parameters:
-
Sets the candidate type (e.g. "host").
- Parameters:
-
Returns the candidate type (e.g. "host").
The documentation for this class was generated from the following files: