proxygen
NaiveRoutingDataHandlerFactory Class Reference
Inheritance diagram for NaiveRoutingDataHandlerFactory:
wangle::RoutingDataHandlerFactory< char >

Public Member Functions

std::shared_ptr< RoutingDataHandler< char > > newHandler (uint64_t connId, RoutingDataHandler< char >::Callback *cob) override
 
- Public Member Functions inherited from wangle::RoutingDataHandlerFactory< char >
virtual ~RoutingDataHandlerFactory ()
 

Detailed Description

Definition at line 55 of file accept_steering_server.cpp.

Member Function Documentation

std::shared_ptr<RoutingDataHandler<char> > NaiveRoutingDataHandlerFactory::newHandler ( uint64_t  connId,
RoutingDataHandler< char >::Callback *  cob 
)
inlineoverridevirtual

Implements wangle::RoutingDataHandlerFactory< char >.

Definition at line 57 of file accept_steering_server.cpp.

59  {
60  return std::make_shared<NaiveRoutingDataHandler>(connId, cob);
61  }

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