jar

com.jinyframework : jiny

Maven & Gradle

Oct 15, 2020
49 stars

Jiny Framework · Lightweight, modern, simple Java HTTP Server/Client for rapid development in the API era

Table Of Contents

Latest Version

Download com.jinyframework : jiny JAR file - Latest Versions:

All Versions

Download com.jinyframework : jiny JAR file - All Versions:

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

com.jinyframework.core.helpers

├─ com.jinyframework.core.helpers.AsyncHelper.class - [JAR]

com.jinyframework.core.nio

├─ com.jinyframework.core.nio.HttpRouterNIO.class - [JAR]

├─ com.jinyframework.core.nio.RequestBinderNIO.class - [JAR]

├─ com.jinyframework.core.nio.RequestPipelineNIO.class - [JAR]

com.jinyframework.core.factories

├─ com.jinyframework.core.factories.ServerThreadFactory.class - [JAR]

com.jinyframework.core.utils

├─ com.jinyframework.core.utils.Intro.class - [JAR]

├─ com.jinyframework.core.utils.MessageCodec.class - [JAR]

├─ com.jinyframework.core.utils.ParserUtils.class - [JAR]

com.jinyframework

├─ com.jinyframework.HttpClient.class - [JAR]

├─ com.jinyframework.HttpProxy.class - [JAR]

├─ com.jinyframework.HttpServer.class - [JAR]

├─ com.jinyframework.NIOHttpServer.class - [JAR]

com.jinyframework.core

├─ com.jinyframework.core.AbstractHttpRouter.class - [JAR]

├─ com.jinyframework.core.AbstractRequestBinder.class - [JAR]

com.jinyframework.core.bio

├─ com.jinyframework.core.bio.HttpRouter.class - [JAR]

├─ com.jinyframework.core.bio.RequestBinder.class - [JAR]

├─ com.jinyframework.core.bio.RequestPipeline.class - [JAR]

Advertisement