public interface ModelControllerClientConfiguration extends Closeable
ModelControllerClient
.Modifier and Type | Interface and Description |
---|---|
static class |
ModelControllerClientConfiguration.Builder |
static class |
ModelControllerClientConfiguration.Factory
Deprecated.
Use
ModelControllerClientConfiguration.Builder instead. |
Modifier and Type | Method and Description |
---|---|
CallbackHandler |
getCallbackHandler()
Get the security callback handler.
|
String |
getClientBindAddress()
Get the bind address used for the controller client.
|
int |
getConnectionTimeout()
Get the connection timeout when trying to connect to the server.
|
ExecutorService |
getExecutor()
Get the executor service used for the controller client.
|
String |
getHost()
Get the address of the remote host.
|
int |
getPort()
Get the port of the remote host.
|
String |
getProtocol()
Returns the requested protocol.
|
Map<String,String> |
getSaslOptions()
Get the sasl options.
|
SSLContext |
getSSLContext()
Get the SSLContext.
|
String getHost()
int getPort()
String getProtocol()
int getConnectionTimeout()
CallbackHandler getCallbackHandler()
SSLContext getSSLContext()
ExecutorService getExecutor()
String getClientBindAddress()
Copyright © 2016 JBoss by Red Hat. All rights reserved.