jar

com.github.demidenko05 : a-jetty

Maven & Gradle

Oct 14, 2019
2 stars

A-Jetty for Android. · A-Jetty for Android. It is Jetty 9.2 adapted for Android configured as minimum server with WebAppDeployer that can deploy ordinal WAR (JSP/JSTL must be pre-compiled into servlets by A-Tomcat). It's only for tests purposes. It doesn't comply to the latest Android policy (loading executable binaries from outside)!

Table Of Contents

Latest Version

Download com.github.demidenko05 : a-jetty JAR file - Latest Versions:

All Versions

Download com.github.demidenko05 : a-jetty JAR file - All Versions:

Version Vulnerabilities Size Updated
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 a-jetty-1.0.5.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.eclipse.jetty.util.log

├─ org.eclipse.jetty.util.log.LoggerFileAndroid.class - [JAR]

org.beigesoft.android.ajetty

├─ org.beigesoft.android.ajetty.AJetty.class - [JAR]

├─ org.beigesoft.android.ajetty.ApplicationPlus.class - [JAR]

├─ org.beigesoft.android.ajetty.BuildConfig.class - [JAR]

├─ org.beigesoft.android.ajetty.FctAppAndr.class - [JAR]

├─ org.beigesoft.android.ajetty.FctWapClsLdAndr.class - [JAR]

├─ org.beigesoft.android.ajetty.JettyService.class - [JAR]

├─ org.beigesoft.android.ajetty.R.class - [JAR]

├─ org.beigesoft.android.ajetty.WapClsLdAndr.class - [JAR]

Advertisement