Package org.languagetool.server
package org.languagetool.server
-
ClassDescriptionHandle requests to
/v2/of the HTTP API.Exception thrown if user is not authenticated.Exception thrown if the request is malformed.Encapsulate database access.Encapsulate database access.An item from a user's dictionary, fetched from a database.Limit the maximum number of request per IP address for a given time range.Used via Jackson-databind + myBatis -> return info from DB via JSON in /users/me routeA 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.Caches 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 as hidden matches.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.Exception thrown if the server is overloaded, e.g.An item from our users table, with some information about the user/limits/etc.Checker for v2 of the API, which returns JSON.