public class HttpConnectorIncomingConfiguration extends HttpConnectorCommonConfiguration
smallrye-http
connector.config
Constructor and Description |
---|
HttpConnectorIncomingConfiguration(org.eclipse.microprofile.config.Config config)
Creates a new HttpConnectorIncomingConfiguration.
|
Modifier and Type | Method and Description |
---|---|
String |
getHost()
Gets the host value from the configuration.
|
Integer |
getPort()
Gets the port value from the configuration.
|
void |
validate() |
config, getChannel, getFromAlias, getFromAliasWithDefaultValue
public HttpConnectorIncomingConfiguration(org.eclipse.microprofile.config.Config config)
public String getHost()
public Integer getPort()
public void validate()
validate
in class HttpConnectorCommonConfiguration
Copyright © 2018–2020 SmallRye. All rights reserved.