168169170171172173174175176177178
ssl = provider.getSsl(xnioWorker, aClass, uri); if (ssl != null) { break; } } return connectToServerInternal(factory.createInstance(instance), ssl, config, uri); } catch (InstantiationException e) { throw new RuntimeException(e); } }