jar

io.github.amayaframework : amaya-sun

Maven & Gradle

Jun 29, 2022
1 stars

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

Table Of Contents

Latest Version

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

All Versions

Download io.github.amayaframework : amaya-sun 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-sun-1.2.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.amayaframework.core.sun.actions

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

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

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

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

├─ io.github.amayaframework.core.sun.actions.SunOutputStream.class - [JAR]

├─ io.github.amayaframework.core.sun.actions.SunRequestData.class - [JAR]

├─ io.github.amayaframework.core.sun.actions.SunResponseData.class - [JAR]

io.github.amayaframework.core.sun

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

├─ io.github.amayaframework.core.sun.SunAmaya.class - [JAR]

├─ io.github.amayaframework.core.sun.SunBuilder.class - [JAR]

io.github.amayaframework.core.sun.handlers

├─ io.github.amayaframework.core.sun.handlers.SunHandler.class - [JAR]

├─ io.github.amayaframework.core.sun.handlers.SunSession.class - [JAR]

io.github.amayaframework.core.sun.contexts

├─ io.github.amayaframework.core.sun.contexts.SunHttpRequest.class - [JAR]

Advertisement