| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Simplex.FileTransfer.Client.Agent
Documentation
type XFTPClientVar = TMVar (Either XFTPClientAgentError XFTPClient) Source #
data XFTPClientAgent Source #
Constructors
| XFTPClientAgent | |
Fields
| |
data XFTPClientAgentConfig Source #
Constructors
| XFTPClientAgentConfig | |
Fields | |
data XFTPClientAgentError Source #
Constructors
| XFTPClientAgentError XFTPServer XFTPClientError |
Instances
| Exception XFTPClientAgentError Source # | |
Defined in Simplex.FileTransfer.Client.Agent Methods toException :: XFTPClientAgentError -> SomeException fromException :: SomeException -> Maybe XFTPClientAgentError displayException :: XFTPClientAgentError -> String | |
| Show XFTPClientAgentError Source # | |
Defined in Simplex.FileTransfer.Client.Agent Methods showsPrec :: Int -> XFTPClientAgentError -> ShowS show :: XFTPClientAgentError -> String showList :: [XFTPClientAgentError] -> ShowS | |
getXFTPServerClient :: XFTPClientAgent -> XFTPServer -> ME XFTPClient Source #
showServer :: XFTPServer -> Text Source #
closeXFTPServerClient :: XFTPClientAgent -> XFTPServer -> IO () Source #