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

◆ getConnectionEstablishmentObserver()

virtual ObserverPtr Ice::Instrumentation::CommunicatorObserver::getConnectionEstablishmentObserver ( const EndpointPtr & endpt,
const std::string & connector )
pure virtual

Gets an observer for the given endpoint information and connector.

The Ice runtime calls this method for each connection establishment attempt.

Parameters
endptThe endpoint.
connectorThe description of the connector. For IP transports, this is typically the IP address to connect to.
Returns
The observer to instrument the connection establishment.