| Modifier and Type | Method and Description |
|---|---|
static ClientConfiguration |
ClientConfiguration.getInstance()
Get a client configuration instance from the current environment.
|
static ClientConfiguration |
ClientConfiguration.getInstance(ClassLoader classLoader)
Get a client configuration instance loaded from a file called
wildfly-config.xml, either from the
root of the specified class loader or within the META-INF folder. |
static ClientConfiguration |
ClientConfiguration.getInstance(URI configurationUri)
Get a client configuration instance for a certain URI.
|
static ClientConfiguration |
ClientConfiguration.getInstance(URI configurationUri,
org.wildfly.common.function.ExceptionSupplier<InputStream,IOException> streamSupplier)
Get a client configuration instance for a certain URI, with streams provided by the given supplier.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.