| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Simplex.FileTransfer.Server.Control
Documentation
data ControlProtocol Source #
Constructors
| CPAuth BasicAuth | |
| CPStatsRTS | |
| CPDelete XFTPFileId | |
| CPBlock XFTPFileId BlockingInfo | |
| CPHelp | |
| CPQuit | |
| CPSkip |
Instances
| StrEncoding ControlProtocol Source # | |
Defined in Simplex.FileTransfer.Server.Control Methods strEncode :: ControlProtocol -> ByteString Source # strDecode :: ByteString -> Either String ControlProtocol Source # strP :: Parser ControlProtocol Source # | |