gloox  1.0.23
Public Member Functions | List of all members
Transport Class Reference

#include <jingletransport.h>

Inheritance diagram for Transport:
Inheritance graph
[legend]

Public Member Functions

virtual ~Transport ()
 
- Public Member Functions inherited from Plugin
 Plugin (JinglePluginType type)
 
virtual ~Plugin ()
 
void addPlugin (const Plugin *plugin)
 
const PluginfindPlugin (int type) const
 
template<class T >
const T * findPlugin (int type) const
 
const PluginListplugins () const
 
virtual const StringList features () const
 
virtual const std::string & filterString () const =0
 
virtual Tagtag () const =0
 
virtual PluginnewInstance (const Tag *tag) const =0
 
virtual Pluginclone () const =0
 
JinglePluginType pluginType () const
 

Detailed Description

An abstract base class of a Jingle Transport. This is part of Jingle (XEP-0166).

You should not need to use this class directly unless you are extending gloox. See Jingle::Session for more info on Jingle.

XEP Version: 1.1

Author
Jakob Schröter js@ca.nosp@m.maya.nosp@m..net
Since
1.0.5

Definition at line 38 of file jingletransport.h.

Constructor & Destructor Documentation

◆ ~Transport()

virtual ~Transport ( )
inlinevirtual

Virtual destructor.

Definition at line 44 of file jingletransport.h.


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