Gio.IOStream
GObject.Object
Gio.SocketConnection
Gio.TcpConnection
Import line: | Gio = imports.gi.Gio; |
GIR File: | Gio-2.0.gir |
C documentation: | GTcpConnection |
Class : | TcpConnection |
Extends: | Gio.SocketConnection |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
closed : Boolean
|
Gio.IOStream | |
graceful_disconnect : Boolean
|
Gio.TcpConnection | |
input_stream : Gio.InputStream
read only
|
Gio.IOStream | |
output_stream : Gio.OutputStream
read only
|
Gio.IOStream | |
parent_instance : Gio.SocketConnection
read only
|
Gio.TcpConnection | |
priv : Gio.TcpConnectionPrivate
read only
|
Gio.TcpConnection | |
socket : Gio.Socket
|
Gio.SocketConnection |
Method / Constructor | Defined By | |
---|---|---|
new Gio.TcpConnection
(Object properties)
Create a new Gio.TcpConnection
Create a new Gio.TcpConnection
|
||
clear_pending
()
:
none
|
Gio.IOStream | |
close
(Cancellable cancellable)
:
Boolean
|
Gio.IOStream | |
close_async
(Number io_priority, Cancellable cancellable, Function callback, void* user_data)
:
none
|
Gio.IOStream | |
close_finish
(AsyncResult result)
:
Boolean
|
Gio.IOStream | |
get_graceful_disconnect
()
:
Boolean
|
Gio.TcpConnection | |
get_input_stream
()
:
Gio.InputStream
|
Gio.IOStream | |
get_local_address
()
:
Gio.SocketAddress
|
Gio.SocketConnection | |
get_output_stream
()
:
Gio.OutputStream
|
Gio.IOStream | |
get_remote_address
()
:
Gio.SocketAddress
|
Gio.SocketConnection | |
get_socket
()
:
Gio.Socket
|
Gio.SocketConnection | |
has_pending
()
:
Boolean
|
Gio.IOStream | |
is_closed
()
:
Boolean
|
Gio.IOStream | |
set_graceful_disconnect
(Boolean graceful_disconnect)
:
none
|
Gio.TcpConnection | |
set_pending
()
:
Boolean
|
Gio.IOStream |
None |