Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
WS | |
|
Instances
Transport WS Source # | |
Defined in Simplex.Messaging.Transport.WebSockets transport :: ATransport Source # transportName :: TProxy WS -> String Source # getServerConnection :: Socket -> IO WS Source # getClientConnection :: Socket -> IO WS Source # closeConnection :: WS -> IO () Source # cGet :: WS -> Int -> IO ByteString Source # cPut :: WS -> ByteString -> IO () Source # |