Uses of Class
org.jboss.as.cli.ControllerAddress
-
Packages that use ControllerAddress Package Description org.jboss.as.cli org.jboss.as.cli.impl -
-
Uses of ControllerAddress in org.jboss.as.cli
Methods in org.jboss.as.cli that return ControllerAddress Modifier and Type Method Description ControllerAddressCliConfig. getAliasedControllerAddress(String alias)Obtain theControllerAddressfor a given alias.ControllerAddressConnectionInfo. getControllerAddress()Returns the Controller Address.ControllerAddressCliConfig. getDefaultControllerAddress()The default address of the controller from the configuration.ControllerAddressCommandContext. getDefaultControllerAddress()The default address of the default controller to connect to.ControllerAddressControllerAddressResolver. resolveAddress(String controller)Methods in org.jboss.as.cli with parameters of type ControllerAddress Modifier and Type Method Description booleanControllerAddress. equals(ControllerAddress other) -
Uses of ControllerAddress in org.jboss.as.cli.impl
Methods in org.jboss.as.cli.impl that return ControllerAddress Modifier and Type Method Description ControllerAddressConnectionInfoBean. getControllerAddress()ControllerAddressCommandContextImpl. getDefaultControllerAddress()ControllerAddressCommandExecutor.TimeoutCommandContext. getDefaultControllerAddress()Methods in org.jboss.as.cli.impl with parameters of type ControllerAddress Modifier and Type Method Description ModelControllerClientModelControllerClientFactory. getClient(ControllerAddress address, CallbackHandler handler, boolean disableLocalAuth, org.wildfly.security.SecurityFactory<SSLContext> sslContextFactory, boolean fallbackSslContext, int connectionTimeout, ModelControllerClientFactory.ConnectionCloseHandler closeHandler, ProtocolTimeoutHandler timeoutHandler, String clientBindAddress)
-