Documentation
class QstartClientEncryption_h x0 x1 where #
startClientEncryption_h :: x0 -> x1 -> IO () #
Instances
QstartClientEncryption_h (QSslSocket ()) () # | |
Defined in Qtc.Network.QSslSocket_h startClientEncryption_h :: QSslSocket () -> () -> IO () # | |
QstartClientEncryption_h (QSslSocketSc a) () # | |
Defined in Qtc.Network.QSslSocket_h startClientEncryption_h :: QSslSocketSc a -> () -> IO () # |
class QstartServerEncryption_h x0 x1 where #
startServerEncryption_h :: x0 -> x1 -> IO () #
Instances
QstartServerEncryption_h (QSslSocket ()) () # | |
Defined in Qtc.Network.QSslSocket_h startServerEncryption_h :: QSslSocket () -> () -> IO () # | |
QstartServerEncryption_h (QSslSocketSc a) () # | |
Defined in Qtc.Network.QSslSocket_h startServerEncryption_h :: QSslSocketSc a -> () -> IO () # |