| Copyright | Will Thompson, Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.Gio.Interfaces.TlsServerConnection
Description
- newtype TlsServerConnection = TlsServerConnection (ManagedPtr TlsServerConnection)
- noTlsServerConnection :: Maybe TlsServerConnection
- class GObject o => IsTlsServerConnection o
- toTlsServerConnection :: IsTlsServerConnection o => o -> IO TlsServerConnection
- tlsServerConnectionNew :: (MonadIO m, IsIOStream a, IsTlsCertificate b) => a -> Maybe b -> m TlsServerConnection
- data TlsServerConnectionAuthenticationModePropertyInfo
- constructTlsServerConnectionAuthenticationMode :: IsTlsServerConnection o => TlsAuthenticationMode -> IO (GValueConstruct o)
- getTlsServerConnectionAuthenticationMode :: (MonadIO m, IsTlsServerConnection o) => o -> m TlsAuthenticationMode
- setTlsServerConnectionAuthenticationMode :: (MonadIO m, IsTlsServerConnection o) => o -> TlsAuthenticationMode -> m ()
- tlsServerConnectionAuthenticationMode :: AttrLabelProxy "authenticationMode"
Exported types
newtype TlsServerConnection Source #
Constructors
| TlsServerConnection (ManagedPtr TlsServerConnection) |
Instances
| GObject TlsServerConnection Source # | |
| IsObject TlsServerConnection Source # | |
| IsTlsConnection TlsServerConnection Source # | |
| IsIOStream TlsServerConnection Source # | |
| IsTlsServerConnection TlsServerConnection Source # | |
| ((~) * info (ResolveTlsServerConnectionMethod t TlsServerConnection), MethodInfo * info TlsServerConnection p) => IsLabel t (TlsServerConnection -> p) Source # | |
| ((~) * info (ResolveTlsServerConnectionMethod t TlsServerConnection), MethodInfo * info TlsServerConnection p) => IsLabelProxy t (TlsServerConnection -> p) Source # | |
| HasAttributeList * TlsServerConnection Source # | |
| type SignalList TlsServerConnection Source # | |
| type AttributeList TlsServerConnection Source # | |
class GObject o => IsTlsServerConnection o Source #
Instances
| (GObject a, UnknownAncestorError Constraint TlsServerConnection a) => IsTlsServerConnection a Source # | |
| IsTlsServerConnection TlsServerConnection Source # | |
toTlsServerConnection :: IsTlsServerConnection o => o -> IO TlsServerConnection Source #
Methods
new
tlsServerConnectionNew :: (MonadIO m, IsIOStream a, IsTlsCertificate b) => a -> Maybe b -> m TlsServerConnection Source #
Properties
authenticationMode
data TlsServerConnectionAuthenticationModePropertyInfo Source #
Instances
| AttrInfo TlsServerConnectionAuthenticationModePropertyInfo Source # | |
| type AttrSetTypeConstraint TlsServerConnectionAuthenticationModePropertyInfo Source # | |
| type AttrOrigin TlsServerConnectionAuthenticationModePropertyInfo Source # | |
| type AttrLabel TlsServerConnectionAuthenticationModePropertyInfo Source # | |
| type AttrGetType TlsServerConnectionAuthenticationModePropertyInfo Source # | |
| type AttrBaseTypeConstraint TlsServerConnectionAuthenticationModePropertyInfo Source # | |
| type AttrAllowedOps TlsServerConnectionAuthenticationModePropertyInfo Source # | |
constructTlsServerConnectionAuthenticationMode :: IsTlsServerConnection o => TlsAuthenticationMode -> IO (GValueConstruct o) Source #
getTlsServerConnectionAuthenticationMode :: (MonadIO m, IsTlsServerConnection o) => o -> m TlsAuthenticationMode Source #
setTlsServerConnectionAuthenticationMode :: (MonadIO m, IsTlsServerConnection o) => o -> TlsAuthenticationMode -> m () Source #
tlsServerConnectionAuthenticationMode :: AttrLabelProxy "authenticationMode" Source #