Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
System.Nix.Store.Remote.Types.Handshake
Synopsis
- data ClientHandshakeInput = ClientHandshakeInput {}
- data ClientHandshakeOutput = ClientHandshakeOutput {}
- data ServerHandshakeInput = ServerHandshakeInput {}
- data ServerHandshakeOutput = ServerHandshakeOutput {}
Documentation
data ClientHandshakeInput Source #
Data sent by the client during initial protocol handshake
Constructors
ClientHandshakeInput | |
Fields
|
Instances
data ClientHandshakeOutput Source #
Data received by the client via initial protocol handshake
Constructors
ClientHandshakeOutput | |
Fields
|
Instances
data ServerHandshakeInput Source #
Data sent by the server during initial protocol handshake
Constructors
ServerHandshakeInput | |
Fields
|
Instances
data ServerHandshakeOutput Source #
Data received by the server during initial protocol handshake
Constructors
ServerHandshakeOutput | |
Fields
|