TcpWrapperConnection
Added in version 2.28.
Superclasses: TcpConnection
, SocketConnection
, IOStream
, Object
- Constructors:
TcpWrapperConnection(**properties)
new(base_io_stream:Gio.IOStream, socket:Gio.Socket) -> Gio.SocketConnection
Constructors
- class TcpWrapperConnection
- classmethod new(base_io_stream: IOStream, socket: Socket) SocketConnection
Wraps
base_io_stream
andsocket
together as aSocketConnection
.Added in version 2.28.