public interface ModelControllerClientConfiguration extends Closeable
ModelControllerClient
.Modifier and Type | Method and Description |
---|---|
CallbackHandler |
getCallbackHandler()
Get the security callback handler.
|
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.
|
Map<String,String> |
getSaslOptions()
Get the sasl options.
|
SSLContext |
getSSLContext()
Get the SSLContext.
|
String getHost()
int getPort()
int getConnectionTimeout()
CallbackHandler getCallbackHandler()
SSLContext getSSLContext()
ExecutorService getExecutor()
Copyright © 2018 JBoss by Red Hat. All rights reserved.