Package common :: Module jingle_transport :: Class JingleTransport
[hide private]
[frames] | no frames]

Class JingleTransport

source code


An abstraction of a transport in Jingle sessions
Instance Methods [hide private]
 
__init__(self, type_)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
_iter_candidates(self) source code
 
make_candidate(self, candidate)
Build a candidate stanza for the given candidate
source code
 
make_transport(self, candidates=None)
Build a transport stanza with the given candidates (or self.candidates if candidates is None)
source code
 
parse_transport_stanza(self, transport)
Return the list of transport candidates from a transport stanza
source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, type_)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)

_iter_candidates(self)

source code 

make_candidate(self, candidate)

source code 
Build a candidate stanza for the given candidate

make_transport(self, candidates=None)

source code 
Build a transport stanza with the given candidates (or self.candidates if candidates is None)

parse_transport_stanza(self, transport)

source code 
Return the list of transport candidates from a transport stanza