Ladislav Thon created WFCORE-623:
------------------------------------
Summary: ModelControllerClient.Factory lacks some variants
Key: WFCORE-623
URL:
https://issues.jboss.org/browse/WFCORE-623
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Affects Versions: 1.0.0.Beta2
Reporter: Ladislav Thon
Assignee: Ladislav Thon
In the {{ModelControllerClient.Factory}} class, each factory method in fact has two
varians: with a {{protocol}} as a first parameter, and without it. There are two
exceptions -- two methods are lacking a {{protocol}}-less variant:
- {{ModelControllerClient create(final String protocol, final String hostName, final int
port, final CallbackHandler handler, final SSLContext sslContext, final int
connectionTimeout, final Map<String, String> saslOptions)}}
- {{ModelControllerClient create(final String protocol, final String hostName, final int
port, final CallbackHandler handler, final SSLContext sslContext, final int
connectionTimeout, final Map<String, String> saslOptions, final String
clientBindAddress)}}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)