jar

org.flmelody : windward

Maven & Gradle

Aug 17, 2023
84 stars

windward · Light web function framework

Table Of Contents

Latest Version

Download org.flmelody : windward JAR file - Latest Versions:

All Versions

Download org.flmelody : windward JAR file - All Versions:

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

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 windward-1.4.3-RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.flmelody.core.plugin

├─ org.flmelody.core.plugin.Plugin.class - [JAR]

org.flmelody.core.netty.handler

├─ org.flmelody.core.netty.handler.HttpServerHandler.class - [JAR]

org.flmelody.core.netty

├─ org.flmelody.core.netty.NettyHttpServer.class - [JAR]

├─ org.flmelody.core.netty.NettyResponseWriter.class - [JAR]

org.flmelody.core

├─ org.flmelody.core.AbstractRouterGroup.class - [JAR]

├─ org.flmelody.core.AutoJsonBinder.class - [JAR]

├─ org.flmelody.core.DefaultRequestReader.class - [JAR]

├─ org.flmelody.core.DefaultRouterGroup.class - [JAR]

├─ org.flmelody.core.ExceptionHandler.class - [JAR]

├─ org.flmelody.core.Filter.class - [JAR]

├─ org.flmelody.core.FunctionMetaInfo.class - [JAR]

├─ org.flmelody.core.HttpMethod.class - [JAR]

├─ org.flmelody.core.HttpServer.class - [JAR]

├─ org.flmelody.core.HttpStatus.class - [JAR]

├─ org.flmelody.core.LoggingFilter.class - [JAR]

├─ org.flmelody.core.MediaType.class - [JAR]

├─ org.flmelody.core.RequestReader.class - [JAR]

├─ org.flmelody.core.ResponseWriter.class - [JAR]

├─ org.flmelody.core.Router.class - [JAR]

├─ org.flmelody.core.RouterGroup.class - [JAR]

├─ org.flmelody.core.Windward.class - [JAR]

├─ org.flmelody.core.WindwardRequest.class - [JAR]

├─ org.flmelody.core.WindwardResponse.class - [JAR]

org.flmelody.core.context

├─ org.flmelody.core.context.AbstractWindwardContext.class - [JAR]

├─ org.flmelody.core.context.EmptyWindwardContext.class - [JAR]

├─ org.flmelody.core.context.EnhancedWindwardContext.class - [JAR]

├─ org.flmelody.core.context.SimpleWindwardContext.class - [JAR]

├─ org.flmelody.core.context.WindwardContext.class - [JAR]

org.flmelody.util

├─ org.flmelody.util.GsonUtil.class - [JAR]

├─ org.flmelody.util.JacksonUtil.class - [JAR]

├─ org.flmelody.util.UrlUtil.class - [JAR]

├─ org.flmelody.util.ValidationUtil.class - [JAR]

org.flmelody.core.plugin.json

├─ org.flmelody.core.plugin.json.GsonPlugin.class - [JAR]

├─ org.flmelody.core.plugin.json.JacksonPlugin.class - [JAR]

├─ org.flmelody.core.plugin.json.JsonPlugin.class - [JAR]

org.flmelody.core.exception

├─ org.flmelody.core.exception.JsonDeserializeException.class - [JAR]

├─ org.flmelody.core.exception.JsonException.class - [JAR]

├─ org.flmelody.core.exception.JsonSerializeException.class - [JAR]

├─ org.flmelody.core.exception.NoRequestBodyException.class - [JAR]

├─ org.flmelody.core.exception.PluginMissException.class - [JAR]

├─ org.flmelody.core.exception.RouterMappingException.class - [JAR]

├─ org.flmelody.core.exception.ServerException.class - [JAR]

├─ org.flmelody.core.exception.ValidationException.class - [JAR]