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

Safe HaskellNone
LanguageHaskell98

Thrift.Transport.Handle

Synopsis

Documentation

class HandleSource s where Source

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 Handle Source