Dispatches an incoming request and returns the corresponding outgoing response.
- Parameters
-
request | The incoming request. |
sendResponse | A callback that the implementation calls to return the response. sendResponse does not throw any exception and any sendResponse wrapper must not throw any exception. sendResponse can be called by the thread that called dispatch (the "dispatch thread") or by another thread. The implementation must call sendResponse exactly once or throw an exception. |
Reimplemented in Glacier2::PermissionsVerifier, Glacier2::Session, Glacier2::SessionManager, Glacier2::SSLPermissionsVerifier, Glacier2::SSLSessionManager, Ice::Locator, Ice::LocatorFinder, Ice::LocatorRegistry, Ice::PropertiesAdmin, Ice::RemoteLogger, Ice::Router, Ice::RouterFinder, IceBox::ServiceObserver, IceDiscovery::Lookup, IceDiscovery::LookupReply, IceGrid::AdapterObserver, IceGrid::ApplicationObserver, IceGrid::NodeObserver, IceGrid::ObjectObserver, IceGrid::RegistryObserver, IceGrid::UserAccountMapper, IceLocatorDiscovery::Lookup, and IceLocatorDiscovery::LookupReply.