Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | Related Pages

Transport Class Reference

An abstraction of a Jingle Transport. More...

#include <jingletransport.h>

Inherits Plugin.

Inherited by ICEUDP, and RawUDP.

Inheritance diagram for Transport:

Inheritance graph
[legend]
List of all members.

Public Member Functions

virtual ~Transport ()
virtual const std::string & filterString () const
virtual Tagtag () const

Protected Member Functions

virtual const std::string & xmlns () const =0

Detailed Description

An abstraction of a Jingle Transport.

You should not need to use this class directly. See Jingle::Session for more info on Jingle.

Author:
Jakob Schroeter <js@camaya.net>
Since:
1.0

Definition at line 36 of file jingletransport.h.


Constructor & Destructor Documentation

virtual ~Transport  )  [inline, virtual]
 

Virtual destructor.

Definition at line 42 of file jingletransport.h.


Member Function Documentation

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 23 of file jingletransport.cpp.

Tag * tag  )  const [virtual]
 

Returns a Tag representation of the plugin.

Returns:
A Tag representation of the plugin.

Implements Plugin.

Definition at line 29 of file jingletransport.cpp.

virtual const std::string& xmlns  )  const [protected, pure virtual]
 

Returns the Transport's namespace.

Returns:
The namespace being handled by the Transport.

Implemented in ICEUDP, and RawUDP.


The documentation for this class was generated from the following files:
Generated on Mon Sep 1 09:25:14 2008 for gloox by  doxygen 1.4.1