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

#include <peer_connection.hpp>

Inheritance diagram for graphene::net::peer_connection_delegate:
graphene::net::detail::node_impl

Public Member Functions

virtual ~peer_connection_delegate ()=default
 
virtual void on_message (peer_connection *originating_peer, const message &received_message)=0
 
virtual void on_connection_closed (peer_connection *originating_peer)=0
 
virtual message get_message_for_item (const item_id &item)=0
 

Detailed Description

Definition at line 47 of file peer_connection.hpp.

Constructor & Destructor Documentation

◆ ~peer_connection_delegate()

virtual graphene::net::peer_connection_delegate::~peer_connection_delegate ( )
virtualdefault

Member Function Documentation

◆ get_message_for_item()

virtual message graphene::net::peer_connection_delegate::get_message_for_item ( const item_id item)
pure virtual

◆ on_connection_closed()

virtual void graphene::net::peer_connection_delegate::on_connection_closed ( peer_connection originating_peer)
pure virtual

◆ on_message()

virtual void graphene::net::peer_connection_delegate::on_message ( peer_connection originating_peer,
const message received_message 
)
pure virtual

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