File: network.rst

package info (click to toggle)
python-telethon 1.40.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,508 kB
  • sloc: python: 16,125; javascript: 200; makefile: 16; sh: 11
file content (33 lines) | stat: -rw-r--r-- 757 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
.. _telethon-network:

================
Connection Modes
================

The only part about network that you should worry about are
the different connection modes, which are the following:

.. automodule:: telethon.network.connection.tcpfull
    :members:
    :undoc-members:
    :show-inheritance:

.. automodule:: telethon.network.connection.tcpabridged
    :members:
    :undoc-members:
    :show-inheritance:

.. automodule:: telethon.network.connection.tcpintermediate
    :members:
    :undoc-members:
    :show-inheritance:

.. automodule:: telethon.network.connection.tcpobfuscated
    :members:
    :undoc-members:
    :show-inheritance:

.. automodule:: telethon.network.connection.http
    :members:
    :undoc-members:
    :show-inheritance: