Class VertxPlatformHttpServerConfiguration


  • public class VertxPlatformHttpServerConfiguration
    extends Object
    • Constructor Detail

      • VertxPlatformHttpServerConfiguration

        public VertxPlatformHttpServerConfiguration()
    • Method Detail

      • getBindHost

        public String getBindHost()
      • setBindHost

        public void setBindHost​(String bindHost)
      • getBindPort

        public int getBindPort()
      • setBindPort

        public void setBindPort​(int bindPort)
      • getPath

        public String getPath()
      • setPath

        public void setPath​(String path)
      • getMaxBodySize

        public BigInteger getMaxBodySize()
      • setMaxBodySize

        public void setMaxBodySize​(BigInteger maxBodySize)
      • getSslContextParameters

        public org.apache.camel.support.jsse.SSLContextParameters getSslContextParameters()
      • setSslContextParameters

        public void setSslContextParameters​(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters)
      • isUseGlobalSslContextParameters

        public boolean isUseGlobalSslContextParameters()
      • setUseGlobalSslContextParameters

        public void setUseGlobalSslContextParameters​(boolean useGlobalSslContextParameters)