Update websocket.hpp

This commit is contained in:
blockc p 2020-08-12 02:59:56 +00:00
parent a8f70ff05b
commit c8dfe44800

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;