Registry / web-framework / ao-encoding-servlet

ao-encoding-servlet

JSON →
library5.0.0javamavenunverified

High performance streaming character encoding in a Servlet environment.

<dependency> <groupId>com.aoapps</groupId> <artifactId>ao-encoding-servlet</artifactId> <version>5.0.0</version> </dependency>
INSTALL
IMPORT
SIG · AO-ENCODING-SERVLE
A
ao-encoding-servlet
web-frameworkjavav5.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

EncodingServlet
com.aoapps.encoding.servlet.EncodingServlet

Extend EncodingServlet to automatically handle character encoding in HTTP responses.

import com.aoapps.encoding.servlet.EncodingServlet; public class MyServlet extends EncodingServlet { @Override protected void doGet(HttpServletRequest req, HttpServletResponse resp) { resp.getWriter().write("Hello, world!"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
18
OpenAI (training)
1
Resources
ao-encoding-servlet — mvn dependency:get ao-encoding-servlet · libregistry