Eunomia  0.1.0
A lightweight eBPF-based CloudNative Monitor tool for Container Security and Observability
tcp_tracker::json_event_handler_base Struct Reference

#include <tcp.h>

Inheritance diagram for tcp_tracker::json_event_handler_base:
Inheritance graph
Collaboration diagram for tcp_tracker::json_event_handler_base:
Collaboration graph

Public Member Functions

std::string to_json (const struct tcp_event &e)
 
- Public Member Functions inherited from event_handler< tcp_event >
virtual ~event_handler ()=default
 
virtual void handle (tracker_event< tcp_event > &e)=0
 implement this function to handle the event More...
 
std::shared_ptr< event_handler< tcp_event > > add_handler (std::shared_ptr< event_handler< tcp_event >> handler)
 add a next handler after this handler More...
 
void do_handle_event (tracker_event< tcp_event > &e)
 
- Public Member Functions inherited from event_handler_base< tcp_event >
virtual ~event_handler_base ()=default
 

Additional Inherited Members

- Public Attributes inherited from event_handler< tcp_event >
std::shared_ptr< event_handler_base< tcp_event > > next_handler
 

Member Function Documentation

◆ to_json()

std::string tcp_tracker::json_event_handler_base::to_json ( const struct tcp_event &  e)
Here is the call graph for this function:

The documentation for this struct was generated from the following files: