Soklet Servlet Integration (jakarta) 1.0.0-SNAPSHOT API

Soklet

Soklet is not a Servlet Container - it has its own in-process HTTP server, its own approach to request and response constructs, and so forth. Soklet applications are intended to be "vanilla" Java applications, as opposed to a WAR file deployed onto a Java EE App Server.

However, there is a large body of existing code that relies on the Servlet API. To support it, Soklet provides its own implementations of the following Servlet interfaces, which enable interoperability for many common use cases: This library is for the jakarta.servlet API. If you need to integrate with the legacy javax.servlet API, use soklet-servlet-javax.

Please refer to the official documentation at https://www.soklet.com/docs/servlet-integration.

Packages
Package
Description
Contains Soklet-aware implementations of Servlet interfaces.