thrift-0.9.2: Haskell bindings for the Apache Thrift RPC system
Thrift.Transport
class Transport a where Source
Minimal complete definition
tIsOpen, tClose, tRead, tPeek, tWrite, tFlush
Methods
tIsOpen :: a -> IO Bool Source
tClose :: a -> IO () Source
tRead :: a -> Int -> IO ByteString Source
tPeek :: a -> IO (Maybe Word8) Source
tWrite :: a -> ByteString -> IO () Source
tFlush :: a -> IO () Source
tReadAll :: a -> Int -> IO ByteString Source
Instances
data TransportExn Source
Constructors
data TransportExnType Source