5 #ifndef SRC_BFD_REST_API_BFD_CLIENT_SESSION_H_
6 #define SRC_BFD_REST_API_BFD_CLIENT_SESSION_H_
13 #include <boost/intrusive_ptr.hpp>
54 #endif // SRC_BFD_REST_API_BFD_CLIENT_SESSION_H_
ResultCode AddBFDConnection(const SessionKey &key, const SessionConfig &config)
void OnHttpSessionEvent(HttpSession *session, enum TcpSession::Event event)
RESTClientSession(Server *server, ClientId client_id)
std::set< SessionKey > Sessions
std::set< boost::intrusive_ptr< HttpSession > > HttpSessionSet
void AddMonitoringHttpSession(HttpSession *session)
HttpSessionSet http_sessions_
Session * GetSession(const boost::asio::ip::address &ip, const SessionIndex &index=SessionIndex()) const
ResultCode DeleteBFDConnection(const SessionKey &key)