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

Safe HaskellNone
LanguageHaskell2010

Thrift.Transport.Handle

Contents

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 #

Instances
HandleSource FilePath Source # 
Instance details

Defined in Thrift.Transport.Handle

HandleSource (HostName, PortID) Source # 
Instance details

Defined in Thrift.Transport.Handle

Methods

hOpen :: (HostName, PortID) -> IO Handle Source #

Orphan instances