| Maintainer | Toshio Ito <debug.ito@gmail.com> |
|---|---|
| Safe Haskell | None |
| Language | Haskell2010 |
Network.Greskell.WebSocket.Request.Session
Contents
Description
Synopsis
- data OpAuthentication = OpAuthentication {
- batchSize :: !(Maybe Int)
- sasl :: !Base64
- saslMechanism :: !SASLMechanism
- type SessionID = UUID
- data OpEval = OpEval {}
- data OpClose = OpClose {}
OpAuthentication
data OpAuthentication #
Constructors
| OpAuthentication | |
Fields
| |
Instances
OpEval
Constructors
| OpEval | |
Instances
OpClose
Instances
| Eq OpClose # | |
| Ord OpClose # | |
Defined in Network.Greskell.WebSocket.Request.Session | |
| Show OpClose # | |
| Generic OpClose # | |
| ToJSON OpClose # | |
Defined in Network.Greskell.WebSocket.Request.Session | |
| FromJSON OpClose # | |
| Operation OpClose # | |
| type Rep OpClose # | |
Defined in Network.Greskell.WebSocket.Request.Session type Rep OpClose = D1 (MetaData "OpClose" "Network.Greskell.WebSocket.Request.Session" "greskell-websocket-0.1.1.2-FZRwkpEy9c5CWh4Gl3laFN" False) (C1 (MetaCons "OpClose" PrefixI True) (S1 (MetaSel (Just "batchSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 (MetaSel (Just "session") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 SessionID) :*: S1 (MetaSel (Just "force") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))))) | |