Package org.languagetool.server
package org.languagetool.server
-
ClassDescriptionHandle requests to
/v2/
of the HTTP API.Exception thrown if user is not authenticated.Encapsulate database access.Limit the maximum number of request per IP address for a given time range.A small embedded HTTP server that checks text.A small embedded HTTPS server that checks text.Thrown when URL path or rule requested etc cannot be found.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 timeCaches pre-configured JLanguageTool instances to avoid costly setup time of rules, etc.A potential error as returned by the HTTP API of LanguageTool.Limit the maximum number of request per IP address for a given time range.Extend results by adding rules matches from a different API server.Super class for HTTP and HTTPS server.Exception thrown if the text to be checked is longer than the configured maximum.Thrown if too many requests per time unit have been sent from one ip address or if the aggregated size of all requests per ip per time unit exceeds the limit.An item from a user's dictionary, fetched from a database.Checker for v2 of the API, which returns JSON.