Package | Description |
---|---|
org.languagetool.server |
Modifier and Type | Class and Description |
---|---|
class |
HTTPSServerConfig |
Modifier and Type | Method and Description |
---|---|
static void |
ServerMetricsCollector.init(HTTPServerConfig config) |
void |
GRPCServer.initPool(HTTPServerConfig serverConfig) |
Constructor and Description |
---|
HTTPServer(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,
Set<String> allowedIps)
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.
|