jar

org.wvlet.airframe : airframe-http-router_3

Maven & Gradle

Dec 23, 2022
632 stars

airframe-http-router · Request routing library

Table Of Contents

Latest Version

Download org.wvlet.airframe : airframe-http-router_3 JAR file - Latest Versions:

All Versions

Download org.wvlet.airframe : airframe-http-router_3 JAR file - All Versions:

Version Vulnerabilities Size Updated
22.12.x
22.11.x
22.10.x
22.9.x
22.8.x
22.7.x
22.6.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 airframe-http-router_3-22.12.6.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

wvlet.airframe.http

├─ wvlet.airframe.http.HttpAccessLogConfig.class - [JAR]

├─ wvlet.airframe.http.HttpAccessLogWriter.class - [JAR]

├─ wvlet.airframe.http.Router.class - [JAR]

wvlet.airframe.http.router

├─ wvlet.airframe.http.router.Automaton.class - [JAR]

├─ wvlet.airframe.http.router.ControllerProvider.class - [JAR]

├─ wvlet.airframe.http.router.ControllerRoute.class - [JAR]

├─ wvlet.airframe.http.router.HttpEndpointExecutionContext.class - [JAR]

├─ wvlet.airframe.http.router.HttpRequestDispatcher.class - [JAR]

├─ wvlet.airframe.http.router.HttpRequestMapper.class - [JAR]

├─ wvlet.airframe.http.router.ResponseHandler.class - [JAR]

├─ wvlet.airframe.http.router.Route.class - [JAR]

├─ wvlet.airframe.http.router.RouteMatch.class - [JAR]

├─ wvlet.airframe.http.router.RouteMatcher.class - [JAR]

├─ wvlet.airframe.http.router.RouterBase.class - [JAR]

├─ wvlet.airframe.http.router.RouterObjectBase.class - [JAR]

├─ wvlet.airframe.http.router.RouterObjectMacros.class - [JAR]