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

#include <jinglerawudp.h>

Inheritance diagram for RawUDP:
Inheritance graph
[legend]

Public Member Functions

virtual ~RawUDP ()
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 Raw UDP Transport Method (XEP-0177).

XEP Version: 0.15

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

Definition at line 36 of file jinglerawudp.h.

Constructor & Destructor Documentation

virtual ~RawUDP ( )
inlinevirtual

Virtual destructor.

Definition at line 47 of file jinglerawudp.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 jinglerawudp.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 jinglerawudp.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 jinglerawudp.cpp.


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