Package pyxmpp :: Module streamtls :: Class StreamTLSMixIn
[show private | hide private]
[frames | no frames]

Class StreamTLSMixIn

Known Subclasses:
Stream

Mix-in class providing TLS support for an XMPP stream.

:Ivariables:
    - `tls`: TLS connection object.

Method Summary
  __init__(self, tls_settings)
Initialize TLS support of a Stream object :Parameters: - `tls_settings`: settings for StartTLS.
  get_tls_connection(self)
Get the TLS connection object for the stream.

Method Details

__init__(self, tls_settings=None)
(Constructor)

Initialize TLS support of a Stream object

:Parameters:
  - `tls_settings`: settings for StartTLS.
:Types:
  - `tls_settings`: `TLSSettings`

get_tls_connection(self)

Get the TLS connection object for the stream.

:return: `self.tls`

Generated by Epydoc 2.1 on Wed May 31 22:37:02 2006 http://epydoc.sf.net