gi-gio-2.0.27: Gio bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
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

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

Overloaded 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