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

Safe HaskellSafe
LanguageHaskell98

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.