Source code for thriftworker.transports.framed

from __future__ import absolute_import

from thriftworker.transports.base import BaseAcceptor

from .connection import Connection


[docs]class FramedAcceptor(BaseAcceptor): #: Which connection should we use? Connection = Connection
Read the Docs v: latest
Versions
latest
Downloads
PDF
HTML
Epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.