Revised OpenFlow Library  v0.6.0dev
 All Classes Files Functions Variables Friends Groups Pages
Protected Member Functions | Friends | List of all members
rofl::crofsock_env Interface Referenceabstract

Environment expected by a rofl::crofsock instance. More...

#include <crofsock.h>

Protected Member Functions

virtual void handle_connect_refused (crofsock &endpnt)=0
 
virtual void handle_connect_failed (crofsock &endpnt)=0
 
virtual void handle_connected (crofsock &endpnt)=0
 
virtual void handle_closed (crofsock &endpnt)=0
 
virtual void handle_write (crofsock &endpnt)=0
 
virtual void recv_message (crofsock &endpnt, rofl::openflow::cofmsg *msg)=0
 

Friends

class crofsock
 

Detailed Description

Environment expected by a rofl::crofsock instance.

Inheritance diagram for rofl::crofsock_env:
rofl::common::crofshim rofl::crofconn

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