thrift-0.13.0: Haskell bindings for the Apache Thrift RPC system

Safe HaskellSafe
LanguageHaskell2010

Thrift.Transport.Framed

Synopsis

Documentation

data FramedTransport t Source #

FramedTransport wraps a given transport in framed mode.

openFramedTransport :: Transport t => t -> IO (FramedTransport t) Source #

Create a new framed transport which wraps the given transport.