Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- runBasicServer :: h -> (h -> (BinaryProtocol Handle, BinaryProtocol Handle) -> IO Bool) -> PortNumber -> IO a
- runThreadedServer :: (Protocol i, Protocol o) => (Socket -> IO (i, o)) -> h -> (h -> (i, o) -> IO Bool) -> PortID -> IO a
Documentation
runBasicServer :: h -> (h -> (BinaryProtocol Handle, BinaryProtocol Handle) -> IO Bool) -> PortNumber -> IO a Source #
A basic threaded binary protocol socket server.