File: transports.rst

package info (click to toggle)
gevent-socketio 0.3.6-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 716 kB
  • ctags: 551
  • sloc: python: 2,031; makefile: 134
file content (13 lines) | stat: -rw-r--r-- 384 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
.. _transports_module:

:mod:`socketio.transports`
==========================

This is largely an internal module, responsible for translating the
different fallback mechanisms to one abstracted Socket, dealing with
payload encoding, multi-message multiplexing and their reverse operation.

.. automodule:: socketio.transports
    :members:
    :undoc-members:
    :show-inheritance: