![]() |
![]() |
![]() |
Wocky Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
WockyTLSConnector; WockyTLSConnectorClass; WockyTLSConnectorPrivate; WockyTLSConnector * wocky_tls_connector_new (WockyTLSHandler *handler
); void wocky_tls_connector_secure_async (WockyTLSConnector *self
,WockyXmppConnection *connection
,gboolean old_style_ssl
,const gchar *peername
,GCancellable *cancellable
,GAsyncReadyCallback callback
,gpointer user_data
); WockyXmppConnection * wocky_tls_connector_secure_finish (WockyTLSConnector *self
,GAsyncResult *res
,GError **error
);
WockyTLSConnector * wocky_tls_connector_new (WockyTLSHandler *handler
);
|
|
Returns : |
void wocky_tls_connector_secure_async (WockyTLSConnector *self
,WockyXmppConnection *connection
,gboolean old_style_ssl
,const gchar *peername
,GCancellable *cancellable
,GAsyncReadyCallback callback
,gpointer user_data
);
|
|
|
|
|
|
|
|
|
|
|
|
|
WockyXmppConnection * wocky_tls_connector_secure_finish (WockyTLSConnector *self
,GAsyncResult *res
,GError **error
);
|
|
|
|
|
|
Returns : |
"tls-handler"
property"tls-handler" WockyTLSHandler* : Read / Write / Construct Only
The WockyTLSHandler object used for the TLS handshake.