BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Classes | Namespaces | Typedefs
websocket.hpp File Reference
#include <functional>
#include <memory>
#include <string>
#include <boost/any.hpp>
#include <fc/network/ip.hpp>
#include <fc/network/http/connection.hpp>
#include <fc/signals.hpp>

Go to the source code of this file.

Classes

class  fc::http::websocket_connection
 
class  fc::http::websocket_server
 
class  fc::http::websocket_tls_server
 
class  fc::http::websocket_client
 

Namespaces

 fc
 
 fc::http
 
 fc::http::detail
 

Typedefs

typedef std::shared_ptr< websocket_connection > fc::http::websocket_connection_ptr
 
typedef std::function< void(const websocket_connection_ptr &)> fc::http::on_connection_handler