| Safe Haskell | None |
|---|
Data.Conduit.Network.Internal.Unix
- data AppData m = AppData {
- appSource :: Source m ByteString
- appSink :: Sink ByteString m ()
- data ServerSettings m = ServerSettings {
- serverPath :: FilePath
- serverAfterBind :: Socket -> m ()
- data ClientSettings m = ClientSettings {}
Documentation
The data passed to a Unix domain sockets Application.
Since 1.0.2
Constructors
| AppData | |
Fields
| |
data ServerSettings m Source
Settings for a Unix domain sockets server.
Since 1.0.2
Constructors
| ServerSettings | |
Fields
| |
data ClientSettings m Source
Settings for a Unix domain sockets client.
Since 1.0.2
Constructors
| ClientSettings | |
Fields | |