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