37class ServerSentEventConnection :
public ConnectionProvider::AbstractConnectionWithInfo {
41 const ConnectionScheme = ...;
55 constructor(
string name,
string description,
string url, hash<auto> attributes = {}, hash<auto> options = {})
77 constructor(hash<auto> config, *hash<auto> attr) ;
91 *hash<auto> getRuntimeOptions();
95 hash<PingInfo> pingIntern(hash<PingInfo> rv);
122 DataProvider::AbstractDataProvider getDataProvider(*hash<auto> constructor_options);
130 bool hasDataProvider();
135 setChildCapabilities();
141 hash<ConnectionSchemeInfo> getConnectionSchemeInfoImpl();
the ServerSentEventClient namespace contains all the definitions in the ServerSentEventClient module
Definition ServerSentEventClient.qc.dox.h:26