Uses of Class
org.languagetool.server.HTTPSServerConfig
-
Packages that use HTTPSServerConfig Package Description org.languagetool.server -
-
Uses of HTTPSServerConfig in org.languagetool.server
Constructors in org.languagetool.server with parameters of type HTTPSServerConfig Constructor Description HTTPSServer(HTTPSServerConfig config, boolean runInternally, java.lang.String host, java.util.Set<java.lang.String> allowedIps)
Prepare a server on the given host and port - use run() to start it.
-