greskell-websocket-0.1.0.0: Haskell client for Gremlin Server using WebSocket serializer

MaintainerToshio Ito <debug.ito@gmail.com>
Safe HaskellNone
LanguageHaskell2010

Network.Greskell.WebSocket.Request.Session

Contents

Description

 

Synopsis

OpAuthentication

data OpAuthentication Source #

Instances

Eq OpAuthentication Source # 
Ord OpAuthentication Source # 
Show OpAuthentication Source # 
Generic OpAuthentication Source # 
ToJSON OpAuthentication Source # 
FromJSON OpAuthentication Source # 
Operation OpAuthentication Source # 
type Rep OpAuthentication Source # 
type Rep OpAuthentication = D1 * (MetaData "OpAuthentication" "Network.Greskell.WebSocket.Request.Session" "greskell-websocket-0.1.0.0-B5MSDMOvrvq7G9hWTH8wEx" False) (C1 * (MetaCons "OpAuthentication" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "batchSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Int))) ((:*:) * (S1 * (MetaSel (Just Symbol "sasl") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Base64)) (S1 * (MetaSel (Just Symbol "saslMechanism") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * SASLMechanism)))))

OpEval

data OpEval Source #

Instances

Eq OpEval Source # 

Methods

(==) :: OpEval -> OpEval -> Bool #

(/=) :: OpEval -> OpEval -> Bool #

Show OpEval Source # 
Generic OpEval Source # 

Associated Types

type Rep OpEval :: * -> * #

Methods

from :: OpEval -> Rep OpEval x #

to :: Rep OpEval x -> OpEval #

ToJSON OpEval Source # 
FromJSON OpEval Source # 
Operation OpEval Source # 
type Rep OpEval Source # 

OpClose

data OpClose Source #

Constructors

OpClose 

Fields

Instances

Eq OpClose Source # 

Methods

(==) :: OpClose -> OpClose -> Bool #

(/=) :: OpClose -> OpClose -> Bool #

Ord OpClose Source # 
Show OpClose Source # 
Generic OpClose Source # 

Associated Types

type Rep OpClose :: * -> * #

Methods

from :: OpClose -> Rep OpClose x #

to :: Rep OpClose x -> OpClose #

ToJSON OpClose Source # 
FromJSON OpClose Source # 
Operation OpClose Source # 
type Rep OpClose Source # 
type Rep OpClose = D1 * (MetaData "OpClose" "Network.Greskell.WebSocket.Request.Session" "greskell-websocket-0.1.0.0-B5MSDMOvrvq7G9hWTH8wEx" False) (C1 * (MetaCons "OpClose" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "batchSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Int))) ((:*:) * (S1 * (MetaSel (Just Symbol "session") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * SessionID)) (S1 * (MetaSel (Just Symbol "force") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Bool))))))