SessionGidBuilderImpl.remoteConnectable

Set remoteConnectable property.

class SessionGidBuilderImpl(T)
T
remoteConnectable

Parameters

propval gio.socket_connectable.SocketConnectable

Sets a socket to make outgoing connections on. This will override the default behaviour of opening TCP/IP sockets to the hosts specified in the URIs.

This function is not required for common HTTP usage, but only when connecting to a HTTP service that is not using standard TCP/IP sockets. An example of this is a local service that uses HTTP over UNIX-domain sockets, in that case a gio.unix_socket_address.UnixSocketAddress can be passed to this function.

Return Value

Type: T

Builder instance for fluent chaining