ws-updates #18

Merged
pblockc merged 5 commits from ws-fc-updates into latest-fc 2020-08-12 13:00:40 +00:00
Showing only changes of commit c8dfe44800 - Show all commits

View file

@ -72,9 +72,6 @@ namespace fc { namespace http {
void listen( uint16_t port ); void listen( uint16_t port );
void listen( const fc::ip::endpoint& ep ); void listen( const fc::ip::endpoint& ep );
void start_accept(); void start_accept();
uint16_t get_listening_port();
void stop_listening();
void close();
private: private:
friend class detail::websocket_tls_server_impl; friend class detail::websocket_tls_server_impl;