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