jar

io.github.dhaneeshtb : northstar-server

Maven & Gradle

Mar 14, 2024
2 stars

io.github.dhaneeshtb:northstar-server · NorthStar is a lightweight, high-performance Nano HTTP server designed to handle a massive number of concurrent HTTP connections efficiently while maintaining a low memory footprint. It's built with Java, making it highly portable and easy to integrate into various projects.

Table Of Contents

Latest Version

Download io.github.dhaneeshtb : northstar-server JAR file - Latest Versions:

All Versions

Download io.github.dhaneeshtb : northstar-server 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 northstar-server-1.0.5.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.northstar.servers.routing

├─ org.northstar.servers.routing.AbstractRoute.class - [JAR]

├─ org.northstar.servers.routing.DefaultLoginRoute.class - [JAR]

├─ org.northstar.servers.routing.DefaultStatusRoute.class - [JAR]

├─ org.northstar.servers.routing.PatternExtractor.class - [JAR]

├─ org.northstar.servers.routing.RequestRoute.class - [JAR]

├─ org.northstar.servers.routing.RequestRoutingContexts.class - [JAR]

├─ org.northstar.servers.routing.RequestRoutingResponse.class - [JAR]

├─ org.northstar.servers.routing.RouteMessage.class - [JAR]

org.northstar.servers

├─ org.northstar.servers.HttpServer.class - [JAR]

├─ org.northstar.servers.HttpServerHandler.class - [JAR]

├─ org.northstar.servers.HttpServerInitializer.class - [JAR]

org.northstar.servers.ssl

├─ org.northstar.servers.ssl.CertificateStore.class - [JAR]

├─ org.northstar.servers.ssl.ServerKeyManager.class - [JAR]

├─ org.northstar.servers.ssl.ServerSSLContext.class - [JAR]

org.northstar.servers.utils

├─ org.northstar.servers.utils.Constants.class - [JAR]

├─ org.northstar.servers.utils.JSON.class - [JAR]

├─ org.northstar.servers.utils.TriParameterFunction.class - [JAR]

org.northstar.servers.jwt

├─ org.northstar.servers.jwt.AuthRequest.class - [JAR]

├─ org.northstar.servers.jwt.JWTKeyImpl.class - [JAR]

├─ org.northstar.servers.jwt.JWTParser.class - [JAR]

io.netty.handler.ssl

├─ io.netty.handler.ssl.SSLUtils.class - [JAR]

org.northstar.servers.auth

├─ org.northstar.servers.auth.AuthUtils.class - [JAR]

├─ org.northstar.servers.auth.CookieHandler.class - [JAR]

├─ org.northstar.servers.auth.DefaultCookieHandler.class - [JAR]

├─ org.northstar.servers.auth.LoginHandler.class - [JAR]

├─ org.northstar.servers.auth.UserFileStore.class - [JAR]

├─ org.northstar.servers.auth.UserStore.class - [JAR]

org.northstar.servers.exceptions

├─ org.northstar.servers.exceptions.GenericServerProcessingException.class - [JAR]

├─ org.northstar.servers.exceptions.SecurityException.class - [JAR]

├─ org.northstar.servers.exceptions.SeverRuntimeExecption.class - [JAR]