AbstractDriverStub.incDriverReference (stub);
channel.accept (KeyValueSession.DRIVER, stub);
channel.accept (MemcachedSession.DRIVER, stub);
} catch (final Exception e) {
FallbackExceptionTracer.defaultInstance.traceDeferredException (e);
final ConnectionException e1 = new ConnectionException ("The Memcached proxy cannot connect to the driver: " + e.getMessage (), e);
FallbackExceptionTracer.defaultInstance.traceIgnoredException (e1);
stub = null;
}
return stub;
}