jar

io.github.amayaframework : amaya-tomcat

Maven & Gradle

Nov 13, 2022
0 stars

amaya-tomcat · About Amaya is a fairly lightweight web framework for Java, which guarantees speed, ease of creating plugins/addons, flexibility and ease of use. Tomcat implementation.

Table Of Contents

Latest Version

Download io.github.amayaframework : amaya-tomcat JAR file - Latest Versions:

All Versions

Download io.github.amayaframework : amaya-tomcat JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window amaya-tomcat-1.2.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.amayaframework.core.tomcat.contexts

├─ io.github.amayaframework.core.tomcat.contexts.ServletHttpRequest.class - [JAR]

io.github.amayaframework.core.tomcat.handlers

├─ io.github.amayaframework.core.tomcat.handlers.AmayaServlet.class - [JAR]

├─ io.github.amayaframework.core.tomcat.handlers.ServletSession.class - [JAR]

io.github.amayaframework.core.tomcat.actions

├─ io.github.amayaframework.core.tomcat.actions.ParseRequestAction.class - [JAR]

├─ io.github.amayaframework.core.tomcat.actions.ParseRequestCookiesAction.class - [JAR]

├─ io.github.amayaframework.core.tomcat.actions.ProcessBodyAction.class - [JAR]

├─ io.github.amayaframework.core.tomcat.actions.ProcessHeadersAction.class - [JAR]

├─ io.github.amayaframework.core.tomcat.actions.ServletOutputStream.class - [JAR]

├─ io.github.amayaframework.core.tomcat.actions.ServletRequestData.class - [JAR]

├─ io.github.amayaframework.core.tomcat.actions.ServletResponseData.class - [JAR]

io.github.amayaframework.core.tomcat

├─ io.github.amayaframework.core.tomcat.IOUtil.class - [JAR]

├─ io.github.amayaframework.core.tomcat.TomcatAmaya.class - [JAR]

├─ io.github.amayaframework.core.tomcat.TomcatBuilder.class - [JAR]

Advertisement