Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Documentation
data EmptyTransport Source #
Instances
Transport EmptyTransport Source # | |
Defined in Thrift.Transport.Empty tIsOpen :: EmptyTransport -> IO Bool Source # tClose :: EmptyTransport -> IO () Source # tRead :: EmptyTransport -> Int -> IO ByteString Source # tPeek :: EmptyTransport -> IO (Maybe Word8) Source # tWrite :: EmptyTransport -> ByteString -> IO () Source # tFlush :: EmptyTransport -> IO () Source # tReadAll :: EmptyTransport -> Int -> IO ByteString Source # |