Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ dispatch()

void Glacier2::SSLSessionManager::dispatch ( Ice::IncomingRequest & request,
std::function< void(Ice::OutgoingResponse)> sendResponse )
overridevirtual

Dispatches an incoming request to one of the member functions of this generated class, based on the operation name carried by the request.

Parameters
requestThe incoming request.
sendResponseThe callback to send the response.

Reimplemented from Ice::Object.