jar

eu.piotro : rest2api

Maven & Gradle

Apr 20, 2021
1 stars

rest2api · Light-weight server for REST APIs

Table Of Contents

Latest Version

Download eu.piotro : rest2api JAR file - Latest Versions:

All Versions

Download eu.piotro : rest2api JAR file - All Versions:

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

eu.piotro.rest2api.tcp

├─ eu.piotro.rest2api.tcp.ConnectionHandler.class - [JAR]

├─ eu.piotro.rest2api.tcp.Server.class - [JAR]

├─ eu.piotro.rest2api.tcp.ServerExecutor.class - [JAR]

eu.piotro.rest2api.api.annotations

├─ eu.piotro.rest2api.api.annotations.AnnotationsMagic.class - [JAR]

├─ eu.piotro.rest2api.api.annotations.RESTHandler.class - [JAR]

eu.piotro.rest2api.api

├─ eu.piotro.rest2api.api.APIForwarder.class - [JAR]

├─ eu.piotro.rest2api.api.APIHandler.class - [JAR]

eu.piotro.rest2api.http

├─ eu.piotro.rest2api.http.HTTPCodes.class - [JAR]

├─ eu.piotro.rest2api.http.HTTPException.class - [JAR]

├─ eu.piotro.rest2api.http.HTTPExceptionHandler.class - [JAR]

├─ eu.piotro.rest2api.http.HTTPRequest.class - [JAR]

├─ eu.piotro.rest2api.http.HTTPResponse.class - [JAR]

Advertisement