BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Member Functions | List of all members
graphene::net::message_oriented_connection_delegate Class Referenceabstract

#include <message_oriented_connection.hpp>

Inheritance diagram for graphene::net::message_oriented_connection_delegate:
graphene::net::peer_connection

Public Member Functions

virtual void on_message (message_oriented_connection *originating_connection, const message &received_message)=0
 
virtual void on_connection_closed (message_oriented_connection *originating_connection)=0
 

Detailed Description

receives incoming messages from a message_oriented_connection object

Definition at line 35 of file message_oriented_connection.hpp.

Member Function Documentation

◆ on_connection_closed()

virtual void graphene::net::message_oriented_connection_delegate::on_connection_closed ( message_oriented_connection originating_connection)
pure virtual

◆ on_message()

virtual void graphene::net::message_oriented_connection_delegate::on_message ( message_oriented_connection originating_connection,
const message received_message 
)
pure virtual

The documentation for this class was generated from the following file: