yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
network_factory.h File Reference
#include <memory>
#include <string>
#include "app/net/http_client.h"
#include "app/net/websocket_interface.h"
Include dependency graph for network_factory.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  yaze
 
namespace  yaze::net
 

Functions

std::unique_ptr< IHttpClientyaze::net::CreateHttpClient ()
 Factory functions for creating network clients.
 
std::unique_ptr< IWebSocketyaze::net::CreateWebSocket ()
 Create a WebSocket client for the current platform.
 
bool yaze::net::IsSSLSupported ()
 Check if the current platform supports SSL/TLS.
 
std::string yaze::net::GetNetworkPlatform ()
 Get the platform name for debugging.