Package ch.bailu.gtk.gio
Interface ProxyInterface.OnConnect
- Enclosing class:
- ProxyInterface
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptiononConnect
(CallbackHandler __self, Proxy proxy, IOStream connection, ProxyAddress proxy_address, Cancellable cancellable)
-
Method Details
-
onConnect
IOStream onConnect(CallbackHandler __self, @Nonnull Proxy proxy, @Nonnull IOStream connection, @Nonnull ProxyAddress proxy_address, @Nullable Cancellable cancellable) - Parameters:
proxy
- a #GProxyconnection
- a #GIOStreamproxy_address
- a #GProxyAddresscancellable
- a #GCancellable- Returns:
- a #GIOStream that will replace @connection. This might be the same as @connection, in which case a reference will be added.
-