Safe Haskell | None |
---|---|
Language | Haskell98 |
- data TestTransport = TestTransport {
- testTransport :: Transport
- testBreakConnection :: EndPointAddress -> EndPointAddress -> IO ()
Documentation
data TestTransport Source
Extra operations required of transports for the purposes of testing.
TestTransport | |
|