Thrift-0.6.0.1: Haskell bindings for the Apache Thrift RPC system

Safe HaskellNone

Thrift.Transport.Handle

Synopsis

Documentation

class HandleSource s whereSource

Type class for all types that can open a Handle. This class is used to replace tOpen in the Transport type class.

Methods

hOpen :: s -> IO HandleSource