Searched refs:connectionHandler (Results 1 – 4 of 4) sorted by relevance
45 ConnectionHandler *connectionHandler, in Server() argument49 this->connectionHandler = connectionHandler; in Server()176 if (!connectionHandler->handleConnection(connection)) { in run()180 connectionHandler->dropConnection(connection); in run()
50 ConnectionHandler *connectionHandler in NetlinkServer() argument51 ): Server(connectionHandler, "dummy") in NetlinkServer()146 if (!connectionHandler->handleConnection(connection)) { in handleMessage()150 connectionHandler->dropConnection(connection); in handleMessage()255 connectionHandler->dropConnection(connection); in cleanupConnections()
65 ConnectionHandler *connectionHandler,99 ConnectionHandler *connectionHandler; /**< Connection handler registered to the server */ variable
60 ConnectionHandler *connectionHandler