Gio.TcpConnection
const Gio = imports.gi.Gio; let tcpConnection = new Gio.TcpConnection({ });
This is the subclass of Gio.SocketConnection that is created for TCP/IP sockets.
Since 2.22
Hierarchy
-
GObject.Object
-
Gio.IOStream
-
Gio.SocketConnection
- Gio.TcpConnection
-
-