gloox  1.1-svn
Public Member Functions | List of all members
ICEUDP Class Reference

#include <jingleiceudp.h>

Inheritance diagram for ICEUDP:
Inheritance graph
[legend]

Public Member Functions

virtual ~ICEUDP ()
virtual const std::string & filterString () const
virtual Tagtag () const
virtual Pluginclone () const
- Public Member Functions inherited from Transport
virtual ~Transport ()
- Public Member Functions inherited from Plugin
virtual ~Plugin ()

Detailed Description

An abstraction of the signaling part of Jingle ICE-UDP Transport Method (XEP-0176).

XEP Version: 0.23

Author
Jakob Schroeter js@ca.nosp@m.maya.nosp@m..net
Since
1.0

Definition at line 36 of file jingleiceudp.h.

Constructor & Destructor Documentation

virtual ~ICEUDP ( )
inlinevirtual

Virtual destructor.

Definition at line 47 of file jingleiceudp.h.

Member Function Documentation

virtual Plugin* clone ( ) const
inlinevirtual

Creates an identical deep copy of the current instance.

Returns
An identical deep copy of the current instance.

Implements Plugin.

Definition at line 56 of file jingleiceudp.h.

const std::string & filterString ( ) const
virtual

Returns an XPath expression that describes a path to child elements of a jingle element that a plugin handles.

Returns
The plugin's filter string.

Implements Plugin.

Definition at line 26 of file jingleiceudp.cpp.

Tag * tag ( ) const
virtual

Returns a Tag representation of the plugin.

Returns
A Tag representation of the plugin.

Implements Plugin.

Definition at line 32 of file jingleiceudp.cpp.


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