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

Class JingleTransportICEUDP

source code


Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
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 JingleTransport (private): _iter_candidates

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)
(Constructor)

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

make_candidate(self, candidate)

source code 
Build a candidate stanza for the given candidate
Overrides: JingleTransport.make_candidate
(inherited documentation)

make_transport(self, candidates=None)

source code 
Build a transport stanza with the given candidates (or self.candidates if candidates is None)
Overrides: JingleTransport.make_transport
(inherited documentation)

parse_transport_stanza(self, transport)

source code 
Return the list of transport candidates from a transport stanza
Overrides: JingleTransport.parse_transport_stanza
(inherited documentation)