Class HttpServerConfiguration
- java.lang.Object
-
- io.gravitee.node.management.http.vertx.configuration.HttpServerConfiguration
-
public class HttpServerConfiguration extends Object
- Author:
- David BRASSELY (david.brassely at graviteesource.com), GraviteeSource Team
-
-
Constructor Summary
Constructors Constructor Description HttpServerConfiguration()
-
Method Summary
-
-
-
Method Detail
-
getClientAuth
public String getClientAuth()
-
setClientAuth
public void setClientAuth(String clientAuth)
-
isEnabled
public boolean isEnabled()
-
setEnabled
public void setEnabled(boolean enabled)
-
getPort
public int getPort()
-
setPort
public void setPort(int port)
-
getHost
public String getHost()
-
setHost
public void setHost(String host)
-
getAuthenticationType
public String getAuthenticationType()
-
setAuthenticationType
public void setAuthenticationType(String authenticationType)
-
isSecured
public boolean isSecured()
-
setSecured
public void setSecured(boolean secured)
-
isAlpn
public boolean isAlpn()
-
setAlpn
public void setAlpn(boolean alpn)
-
getTlsProtocols
public String getTlsProtocols()
-
setTlsProtocols
public void setTlsProtocols(String tlsProtocols)
-
getTlsCiphers
public String getTlsCiphers()
-
setTlsCiphers
public void setTlsCiphers(String tlsCiphers)
-
getKeyStorePath
public String getKeyStorePath()
-
setKeyStorePath
public void setKeyStorePath(String keyStorePath)
-
getKeyStorePassword
public String getKeyStorePassword()
-
setKeyStorePassword
public void setKeyStorePassword(String keyStorePassword)
-
getKeyStoreType
public String getKeyStoreType()
-
setKeyStoreType
public void setKeyStoreType(String keyStoreType)
-
getTrustStorePath
public String getTrustStorePath()
-
setTrustStorePath
public void setTrustStorePath(String trustStorePath)
-
getTrustStorePassword
public String getTrustStorePassword()
-
setTrustStorePassword
public void setTrustStorePassword(String trustStorePassword)
-
getTrustStoreType
public String getTrustStoreType()
-
setTrustStoreType
public void setTrustStoreType(String trustStoreType)
-
getIdleTimeout
public int getIdleTimeout()
-
setIdleTimeout
public void setIdleTimeout(int idleTimeout)
-
-