ActiveRules |
|
ApiV2 |
Handle requests to /v2/ of the HTTP API.
|
DatabaseAccess |
Encapsulate database access.
|
DatabaseAccessLimitLogEntry |
|
DatabaseCacheStatsLogEntry |
|
DatabaseCheckErrorLogEntry |
|
DatabaseCheckLogEntry |
|
DatabaseLogEntry |
|
DatabaseLogger |
|
DatabaseMiscLogEntry |
|
DatabaseRuleLogger |
|
DatabaseRuleMatchLogEntry |
|
DatabaseRuleMatchLogEntry.RuleMatchInfo |
|
ErrorRequestLimiter |
Limit the maximum number of request per IP address for a given time range.
|
HTTPServer |
A small embedded HTTP server that checks text.
|
HTTPServerConfig |
|
HTTPSServer |
A small embedded HTTPS server that checks text.
|
HTTPSServerConfig |
|
LanguageToolHttpHandler |
|
Pipeline |
Wrapper for JLanguageTool instances that can be made immutable
Use case: Setup instances once (ahead of time or on demand), cache and use when matching queries come in; work around thread safety issues by only giving out one reference at a time
|
PipelinePool |
Caches pre-configured JLanguageTool instances to avoid costly setup time of rules, etc.
|
PipelinePool.PipelineSettings |
|
RemoteRuleMatch |
A potential error as returned by the HTTP API of LanguageTool.
|
RequestCounter |
|
RequestLimiter |
Limit the maximum number of request per IP address for a given time range.
|
RequestLimiter.RequestEvent |
|
ResultExtender |
Extend results by adding rules matches from a different API server.
|
Server |
Super class for HTTP and HTTPS server.
|
Server.StoppingThreadPoolExecutor |
|
ServerMetricsCollector |
|
ServerTools |
|
TextChecker |
|
TextChecker.QueryParams |
|
UserDictEntry |
An item from a user's dictionary, fetched from a database.
|
UserLimits |
|
UserLimits.Account |
|
V2TextChecker |
Checker for v2 of the API, which returns JSON.
|