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 |
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
.
Synopsis
- newtype TcpWrapperConnection = TcpWrapperConnection (ManagedPtr TcpWrapperConnection)
- class GObject o => IsTcpWrapperConnection o
- toTcpWrapperConnection :: (MonadIO m, IsTcpWrapperConnection o) => o -> m TcpWrapperConnection
- noTcpWrapperConnection :: Maybe TcpWrapperConnection
- tcpWrapperConnectionGetBaseIoStream :: (HasCallStack, MonadIO m, IsTcpWrapperConnection a) => a -> m IOStream
- tcpWrapperConnectionNew :: (HasCallStack, MonadIO m, IsIOStream a, IsSocket b) => a -> b -> m TcpWrapperConnection
- constructTcpWrapperConnectionBaseIoStream :: (IsTcpWrapperConnection o, IsIOStream a) => a -> IO (GValueConstruct o)
- getTcpWrapperConnectionBaseIoStream :: (MonadIO m, IsTcpWrapperConnection o) => o -> m IOStream
Exported types
newtype TcpWrapperConnection Source #
Memory-managed wrapper type.
Instances
class GObject o => IsTcpWrapperConnection o Source #
Type class for types which can be safely cast to TcpWrapperConnection
, for instance with toTcpWrapperConnection
.
Instances
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
.
noTcpWrapperConnection :: Maybe TcpWrapperConnection Source #
A convenience alias for Nothing
:: Maybe
TcpWrapperConnection
.
Methods
getBaseIoStream
tcpWrapperConnectionGetBaseIoStream Source #
:: (HasCallStack, MonadIO m, IsTcpWrapperConnection a) | |
=> a |
|
-> m IOStream | Returns: |
Get's conn
's base IOStream
new
tcpWrapperConnectionNew Source #
:: (HasCallStack, MonadIO m, IsIOStream a, IsSocket b) | |
=> a |
|
-> b |
|
-> m TcpWrapperConnection | Returns: the new |
Wraps baseIoStream
and socket
together as a SocketConnection
.
Since: 2.28
Properties
baseIoStream
No description available in the introspection data.
constructTcpWrapperConnectionBaseIoStream :: (IsTcpWrapperConnection o, IsIOStream a) => a -> IO (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