Class HTTPSServerConfig

java.lang.Object
org.languagetool.server.HTTPServerConfig
org.languagetool.server.HTTPSServerConfig

public class HTTPSServerConfig extends HTTPServerConfig
Since:
2.0
  • Constructor Details

    • HTTPSServerConfig

      public HTTPSServerConfig(File keystore, String keyStorePassword)
      Parameters:
      keystore - a Java keystore file as created with the keytool command
      keyStorePassword - the password for the keystore
    • HTTPSServerConfig

      public HTTPSServerConfig(int serverPort, boolean verbose, File keystore, String keyStorePassword)
      Parameters:
      serverPort - the port to bind to
      verbose - when set to true, the input text will be logged in case there is an exception
      keystore - a Java keystore file as created with the keytool command
      keyStorePassword - the password for the keystore