gi-gio-2.0.30: Gio bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.Gio.Objects.TcpWrapperConnection

Description

A TcpWrapperConnection can be used to wrap a IOStream that is based on a Socket, but which is not actually a SocketConnection. This is used by SocketClient so that it can always return a SocketConnection, even when the connection it has actually created is not directly a SocketConnection.

Since: 2.28

Synopsis

Exported types

newtype TcpWrapperConnection Source #

Memory-managed wrapper type.

Constructors

TcpWrapperConnection (ManagedPtr TcpWrapperConnection) 

Instances

Instances details
Eq TcpWrapperConnection Source # 
Instance details

Defined in GI.Gio.Objects.TcpWrapperConnection

GObject TcpWrapperConnection Source # 
Instance details

Defined in GI.Gio.Objects.TcpWrapperConnection

ManagedPtrNewtype TcpWrapperConnection Source # 
Instance details

Defined in GI.Gio.Objects.TcpWrapperConnection

TypedObject TcpWrapperConnection Source # 
Instance details

Defined in GI.Gio.Objects.TcpWrapperConnection

Methods

glibType :: IO GType

HasParentTypes TcpWrapperConnection Source # 
Instance details

Defined in GI.Gio.Objects.TcpWrapperConnection

IsGValue (Maybe TcpWrapperConnection) Source #

Convert TcpWrapperConnection to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gio.Objects.TcpWrapperConnection

type ParentTypes TcpWrapperConnection Source # 
Instance details

Defined in GI.Gio.Objects.TcpWrapperConnection

class (GObject o, IsDescendantOf TcpWrapperConnection o) => IsTcpWrapperConnection o Source #

Type class for types which can be safely cast to TcpWrapperConnection, for instance with toTcpWrapperConnection.

Instances

Instances details
(GObject o, IsDescendantOf TcpWrapperConnection o) => IsTcpWrapperConnection o Source # 
Instance details

Defined in GI.Gio.Objects.TcpWrapperConnection

toTcpWrapperConnection :: (MonadIO m, IsTcpWrapperConnection o) => o -> m TcpWrapperConnection Source #

Cast to TcpWrapperConnection, for types for which this is known to be safe. For general casts, use castTo.

Methods

getBaseIoStream

new

tcpWrapperConnectionNew Source #

Arguments

:: (HasCallStack, MonadIO m, IsIOStream a, IsSocket b) 
=> a

baseIoStream: the IOStream to wrap

-> b

socket: the Socket associated with baseIoStream

-> m TcpWrapperConnection

Returns: the new SocketConnection.

Wraps baseIoStream and socket together as a SocketConnection.

Since: 2.28

Properties

baseIoStream

No description available in the introspection data.

constructTcpWrapperConnectionBaseIoStream :: (IsTcpWrapperConnection o, MonadIO m, IsIOStream a) => a -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “base-io-stream” property. This is rarely needed directly, but it is used by new.

getTcpWrapperConnectionBaseIoStream :: (MonadIO m, IsTcpWrapperConnection o) => o -> m IOStream Source #

Get the value of the “base-io-stream” property. When overloading is enabled, this is equivalent to

get tcpWrapperConnection #baseIoStream